Searched refs:opt_p (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | adjtimex.c | 90 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/ |
D | shell_common.h | 37 const char *opt_p; member
|
D | shell_common.c | 132 if (params->opt_p && isatty(fd)) { in shell_builtin_read() 133 fputs(params->opt_p, stderr); in shell_builtin_read()
|
D | hush.c | 10996 ¶ms.opt_n, ¶ms.opt_p, ¶ms.opt_t, ¶ms.opt_u, ¶ms.opt_d in builtin_read() 11000 ¶ms.opt_n, ¶ms.opt_p, ¶ms.opt_t, ¶ms.opt_u in builtin_read()
|
D | ash.c | 14191 params.opt_p = optionarg; in readcmd()
|
/busybox-1.35.0/networking/ |
D | nbd-client.c | 63 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/ |
D | patch.c | 365 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()
|
D | patch_toybox.c | 433 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()
|