Home
last modified time | relevance | path

Searched refs:shell_cmd (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc.c32 static int ql_system(const char *shell_cmd) { in ql_system() argument
33 dbg_time("%s", shell_cmd); in ql_system()
34 return system(shell_cmd); in ql_system()
117 char shell_cmd[128]; in ql_raw_ip_mode_check() local
137 snprintf(shell_cmd, sizeof(shell_cmd), "ifconfig %s down", ifname); in ql_raw_ip_mode_check()
138 ql_system(shell_cmd); in ql_raw_ip_mode_check()
143 snprintf(shell_cmd, sizeof(shell_cmd), "ifconfig %s up", ifname); in ql_raw_ip_mode_check()
144 ql_system(shell_cmd); in ql_raw_ip_mode_check()
245 char shell_cmd[128]; in update_ipv4_address() local
251 snprintf(shell_cmd, sizeof(shell_cmd), "ip -%d address flush dev %s", 4, ifname); in update_ipv4_address()
[all …]
H A Dudhcpc_script.c31 static int ql_system(const char *shell_cmd) in ql_system() argument
33 dbg_time("%s", shell_cmd); in ql_system()
34 return system(shell_cmd); in ql_system()
81 char shell_cmd[1024]; in udhcpc_start() local
94 snprintf(shell_cmd, sizeof(shell_cmd), in udhcpc_start()
108 ql_system(shell_cmd); in udhcpc_start()
121 char shell_cmd[1024]; in udhcpc_stop() local
126 snprintf(shell_cmd, sizeof(shell_cmd), in udhcpc_stop()
131 ql_system(shell_cmd); in udhcpc_stop()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D0001-Fix-implicit-function-declaration-warnings.patch13 shell_cmd.c | 3 +++
52 diff --git a/shell_cmd.c b/shell_cmd.c
54 --- a/shell_cmd.c
55 +++ b/shell_cmd.c
56 @@ -16,10 +16,13 @@ static char sccsid[] = "@(#) shell_cmd.c 1.5 94/12/28 17:42:44";
H A Drename_strings_variable.patch35 LIB_OBJ= hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
H A Drfc931.diff31 extern void shell_cmd(char *); /* execute shell command */
H A Dmakefile-fix-parallel.patch26 @@ -714,6 +714,7 @@ KIT = README miscd.c tcpd.c fromhost.c hosts_access.c shell_cmd.c \
H A D13_shlib_weaksym.patch150 -extern void shell_cmd(); /* execute shell command */
159 +extern void shell_cmd(char *); /* execute shell command */
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-help.c180 char *shell_cmd; in exec_man_cmd() local
182 if (asprintf(&shell_cmd, "%s %s", cmd, page) > 0) { in exec_man_cmd()
183 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd()
184 free(shell_cmd); in exec_man_cmd()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_ringmic_test.c40 char shell_cmd[200] = {0}; in save_audio_file() local
41 sprintf(shell_cmd, "rm -rf %s", path); in save_audio_file()
42 system(shell_cmd); in save_audio_file()
H A Decho_ringmic_pdm_test.c37 char shell_cmd[200] = {0}; in save_audio_file() local
38 sprintf(shell_cmd, "rm -rf %s", path); in save_audio_file()
39 system(shell_cmd); in save_audio_file()
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_dbg.c96 struct shell_cmd { struct
1245 static const struct shell_cmd cmds[] = {