Home
last modified time | relevance | path

Searched refs:opt_p (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/miscutils/
Dadjtimex.c90 char *opt_o, *opt_f, *opt_p, *opt_t; in adjtimex_main() local
99 &opt_o, &opt_f, &opt_p, &opt_t in adjtimex_main()
111 txc.constant = xatol(opt_p); in adjtimex_main()
/busybox-1.35.0/shell/
Dshell_common.h37 const char *opt_p; member
Dshell_common.c132 if (params->opt_p && isatty(fd)) { in shell_builtin_read()
133 fputs(params->opt_p, stderr); in shell_builtin_read()
Dhush.c10996 &params.opt_n, &params.opt_p, &params.opt_t, &params.opt_u, &params.opt_d in builtin_read()
11000 &params.opt_n, &params.opt_p, &params.opt_t, &params.opt_u in builtin_read()
Dash.c14191 params.opt_p = optionarg; in readcmd()
/busybox-1.35.0/networking/
Dnbd-client.c63 bool opt_p; in nbdclient_main() local
112 opt_d = opt_p = 0; in nbdclient_main()
116 opt_p = 1; in nbdclient_main()
299 } while (opt_p); in nbdclient_main()
/busybox-1.35.0/editors/
Dpatch.c365 char *opt_p, *opt_i; in patch_main() local
402 opts = getopt32long(argv, FLAG_STR, patch_longopts, &opt_p, &opt_i); in patch_main()
404 opts = getopt32(argv, FLAG_STR, &opt_p, &opt_i); in patch_main()
410 TT.prefix = (opts & FLAG_PATHLEN) ? xatoi(opt_p) : 0; // can be negative! in patch_main()
Dpatch_toybox.c433 char *opt_p, *opt_i; in patch_main() local
437 opts = getopt32(argv, FLAG_STR, &opt_p, &opt_i); in patch_main()
439 TT.prefix = (opts & FLAG_PATHLEN) ? xatoi(opt_p) : 0; // can be negative! in patch_main()