Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 37) sorted by relevance

12

/busybox-1.35.0/util-linux/
Dipcrm.c110 type_id what = 0; /* silence gcc */ in ipcrm_main() local
124 what = SHM; in ipcrm_main()
126 what = MSG; in ipcrm_main()
128 what = SEM; in ipcrm_main()
130 if (remove_ids(what, &argv[2])) in ipcrm_main()
200 const char *const what = iskey ? "key" : "id"; in ipcrm_main() local
218 bb_error_msg("%s %s (%s)", errmsg, what, optarg); in ipcrm_main()
Dfbset.c252 static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) in ss() argument
254 if (strcmp(buf, what) == 0) in ss()
Dfdisk.c299 static int get_boot(enum action what);
1439 static int get_boot(enum action what) in get_boot() argument
1442 #define get_boot(what) get_boot() in get_boot()
1455 pe->changed = (what == CREATE_EMPTY_DOS); in get_boot()
1466 if (what == CREATE_EMPTY_DOS IF_FEATURE_SUN_LABEL(|| what == CREATE_EMPTY_SUN)) in get_boot()
1474 if (what == TRY_ONLY) in get_boot()
1482 if (what == TRY_ONLY) { in get_boot()
1535 if (what == OPEN_MAIN) { in get_boot()
/busybox-1.35.0/coreutils/
Ddd.c404 int what; in dd_main() local
418 what = index_in_strings(keywords, arg); in dd_main()
419 if (what < 0) in dd_main()
424 if (what == OP_ibs) { in dd_main()
429 if (what == OP_obs) { in dd_main()
433 if (what == OP_conv) { in dd_main()
437 if (what == OP_iflag) { in dd_main()
441 if (what == OP_oflag) { in dd_main()
446 if (what == OP_bs) { in dd_main()
452 if (what == OP_count) { in dd_main()
[all …]
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c325 char *what; in do_stop() local
330 if (ENABLE_FEATURE_CLEAN_UP) what = xstrdup(cmdname); in do_stop()
331 if (!ENABLE_FEATURE_CLEAN_UP) what = cmdname; in do_stop()
333 if (ENABLE_FEATURE_CLEAN_UP) what = xstrdup(execname); in do_stop()
334 if (!ENABLE_FEATURE_CLEAN_UP) what = execname; in do_stop()
336 what = xasprintf("process in pidfile '%s'", pidfile); in do_stop()
338 what = xasprintf("process(es) owned by '%s'", userspec); in do_stop()
345 printf("no %s found; none killed\n", what); in do_stop()
364 printf("stopped %s (pid", what); in do_stop()
372 free(what); in do_stop()
/busybox-1.35.0/shell/hush_test/hush-signals/
Dreturn_in_trap1.tests13 # It's debatable what is the correct value above.
/busybox-1.35.0/shell/ash_test/ash-signals/
Dreturn_in_trap1.tests13 # It's debatable what is the correct value above.
/busybox-1.35.0/runit/
Dchpst.c262 static void limit(int what, long l) in limit() argument
267 getrlimit(what, &r); in limit()
272 if (setrlimit(what, &r) == -1) in limit()
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_nested.tests3 # It's unclear what "correct" OPTIND values should be
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_nested.tests3 # It's unclear what "correct" OPTIND values should be
/busybox-1.35.0/networking/
Droute.c670 int what; in route_main() local
709 what = kw_lookup(tbl_verb, &argv); in route_main()
710 if (!what || !*argv) { /* Unknown verb or no more args. */ in route_main()
716 INET6_setroute(what, argv); in route_main()
719 INET_setroute(what, argv); in route_main()
Dhttpd.c567 static void send_file_and_exit(const char *url, int what) NORETURN;
1739 static NOINLINE void send_file_and_exit(const char *url, int what) in send_file_and_exit() argument
1768 if (what != SEND_BODY) in send_file_and_exit()
1856 if (what == SEND_BODY /* err pages and ranges don't mix */ in send_file_and_exit()
1874 what = SEND_BODY; in send_file_and_exit()
1878 if (what & SEND_HEADERS) in send_file_and_exit()
/busybox-1.35.0/
DTODO_unicode27 catv - "display nonprinting chars" - what this could mean for unicode?
DREADME83 what happened is the git changelog.
129 note the careful description and use of examples showing not only what
130 busybox does, but also a counter example showing what an equivalent app
DINSTALL68 everything disabled and add just what you need), and "make defconfig" (to
69 start with everything enabled and remove what you don't need). If menuconfig
DLICENSE54 want its recipients to know that what they have is not the original, so
85 Whether that is true depends on what the Program does.
234 This section is intended to make thoroughly clear what is believed to
301 <one line to give the program's name and a brief idea of what it does.>
347 library. If this is what you want to do, use the GNU Library General
/busybox-1.35.0/miscutils/
Ddevfsd.c242 unsigned int what; member
565 char when[STRING_LENGTH], what[STRING_LENGTH]; in process_config_line() local
581 when, name, what, in process_config_line()
624 i = index_in_strings(options, what); in process_config_line()
628 new->action.what = AC_PERMISSIONS; in process_config_line()
647 new->action.what = AC_MODLOAD; in process_config_line()
650 new->action.what = AC_EXECUTE; in process_config_line()
659 new->action.what = AC_COPY; in process_config_line()
681 new->action.what = i - 2; in process_config_line()
769 switch (entry->action.what) { in service_name()
[all …]
/busybox-1.35.0/modutils/
Dmodutils.h50 void replace(char *s, char what, char with) FAST_FUNC;
Dmodutils.c69 void FAST_FUNC replace(char *s, char what, char with) in replace() argument
72 if (what == *s) in replace()
Dmodprobe-small.c186 static void replace(char *s, char what, char with) in replace() argument
189 if (what == *s) in replace()
/busybox-1.35.0/docs/
Dunit-tests.txt4 This document describes what you need to do to write test cases using the
Dcontributing.txt4 This document describes what you need to do to contribute to Busybox, where
38 should at least read up on what people have been talking about lately. If
134 Note the careful description and use of examples showing not only what BusyBox
135 does, but also a counter example showing what an equivalent GNU app does. Bug
238 of what it does. (But not before you test it! See the next section for some
348 else for a variety of reasons. If another Busybox user is interested in what
DSerial-Programming-HOWTO.txt71 the Linux implementation and what the meaning of the various library
421 exactly what you don't understand, or what could be clearer. You can
/busybox-1.35.0/testsuite/
Dmakedevs.device_table.txt11 # root (regardless of what its permissions are on the host filesystem).
/busybox-1.35.0/examples/bootfloppy/
Dbootfloppy.txt107 (if the system doesn't know what device 'a:' is, look at /etc/mtools.conf)

12