|
uuu
uuu (Universal Update Utility), mfgtools 3.0
|
#include <iostream>#include <stdio.h>#include <thread>#include <atomic>#include <iomanip>#include <map>#include <mutex>#include <vector>#include <sstream>#include <fstream>#include <stdarg.h>#include <time.h>#include <string.h>#include <signal.h>#include "buildincmd.h"#include "../libuuu/libuuu.h"#include <unistd.h>#include <limits.h>Functions | |
| void | linux_auto_arg (const char *space=" ", const char *filter="") |
| int | linux_autocomplete_ls (const char *path, void *) |
| void | linux_autocomplete (int argc, char **argv) |
| string | get_next_word (string str, size_t &pos) |
| void | power_shell_autocomplete (const char *p) |
| int | auto_complete (int argc, char **argv) |
| void | print_autocomplete_help () |
| int auto_complete | ( | int | argc, |
| char ** | argv ) |
| string get_next_word | ( | string | str, |
| size_t & | pos ) |
| void linux_auto_arg | ( | const char * | space = " ", |
| const char * | filter = "" ) |
| void linux_autocomplete | ( | int | argc, |
| char ** | argv ) |
| int linux_autocomplete_ls | ( | const char * | path, |
| void * | ) |
| void power_shell_autocomplete | ( | const char * | p | ) |
| void print_autocomplete_help | ( | ) |