Searched refs:rest (Results 1 – 15 of 15) sorted by relevance
/busybox-1.35.0/libbb/ |
D | xatonum.c | 12 #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/ |
D | depmod_process.sh | 13 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/ |
D | comment2.tests | 5 # the same way as in ``. "#" causes the rest of the line, _including_ )",
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | comment2.tests | 5 # the same way as in ``. "#" causes the rest of the line, _including_ )",
|
/busybox-1.35.0/procps/ |
D | ps.posix | 88 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/ |
D | makedevs.device_table.txt | 27 # target file. The rest of the entries (major, minor, etc) apply only
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 80 Your code should use only the functions declared in xz.h. The rest of
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 75 (see the rest of the file to get the idea)
|
D | contributing.txt | 40 you're the first to discover a problem, post a message and let the rest of us
|
/busybox-1.35.0/shell/ |
D | hush.c | 3309 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()
|
D | README.job | 195 ... rest of "sleep 1 | sleep 2" entered...
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 74 The rest should be handled by distro tooling, not by packager.
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 234 # First line in a set of duplicate lines is kept, rest are deleted.
|
/busybox-1.35.0/ |
D | LICENSE | 235 be a consequence of the rest of this License.
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1817 then the rest of the stack, then return failure. */
|