Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/libbb/
Dxatonum.c12 #define xstrtou(rest) xstrtoull##rest argument
13 #define xstrto(rest) xstrtoll##rest argument
14 #define xatou(rest) xatoull##rest argument
15 #define xato(rest) xatoll##rest argument
24 #define xstrtou(rest) xstrtoul##rest argument
25 #define xstrto(rest) xstrtol##rest argument
26 #define xatou(rest) xatoul##rest argument
27 #define xato(rest) xatol##rest argument
47 #define xstrtou(rest) xstrtou##rest argument
48 #define xstrto(rest) xstrtoi##rest argument
[all …]
/busybox-1.35.0/modutils/
Ddepmod_process.sh13 while read -r word rest; do
16 echo "$rest" | xargs -n1 | sort | xargs
18 echo "$word $rest";
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dcomment2.tests5 # the same way as in ``. "#" causes the rest of the line, _including_ )",
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dcomment2.tests5 # the same way as in ``. "#" causes the rest of the line, _including_ )",
/busybox-1.35.0/procps/
Dps.posix88 appending an equals sign and the new text of the header. The rest of
172 is the rest of the argument. If multiple header changes are needed,
/busybox-1.35.0/testsuite/
Dmakedevs.device_table.txt27 # target file. The rest of the entries (major, minor, etc) apply only
/busybox-1.35.0/archival/libarchive/unxz/
DREADME80 Your code should use only the functions declared in xz.h. The rest of
/busybox-1.35.0/docs/
Dkeep_data_small.txt75 (see the rest of the file to get the idea)
Dcontributing.txt40 you're the first to discover a problem, post a message and let the rest of us
/busybox-1.35.0/shell/
Dhush.c3309 const char *rest; in glob_brace() local
3343 rest = next; in glob_brace()
3344 while (*rest != '}') { in glob_brace()
3345 rest = next_brace_sub(rest); in glob_brace()
3346 if (rest == NULL) { in glob_brace()
3350 debug_printf_glob("rest:%s\n", rest); in glob_brace()
3352 rest_len = strlen(++rest) + 1; in glob_brace()
3374 rest, rest_len); in glob_brace()
DREADME.job195 ... rest of "sleep 1 | sleep 2" entered...
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt74 The rest should be handled by distro tooling, not by packager.
/busybox-1.35.0/editors/
Dsed1line.txt234 # First line in a set of duplicate lines is kept, rest are deleted.
/busybox-1.35.0/
DLICENSE235 be a consequence of the rest of this License.
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped1817 then the rest of the stack, then return failure. */