Searched refs:print0 (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/testsuite/xargs/ |
D | xargs-works | 4 find "$d" -name \*works -type f -print0 | xargs -0 md5sum > logfile.gnu 5 find "$d" -name \*works -type f -print0 | busybox xargs -0 md5sum > logfile.bb
|
/busybox-1.35.0/testsuite/ |
D | all_sourcecode.tests | 48 -o '(' -type f -a -print0 ')' | xargs -0 \ 75 find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \ 85 find $srcdir/.. '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 \
|
/busybox-1.35.0/findutils/ |
D | find.c | 449 IF_FEATURE_FIND_PRINT0( ACTS(print0)) 870 ACTF(print0) in ACTF() argument 1324 (void) ALLOC_ACTION(print0); in parse_params()
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 280 …LE, -context, -iname PATTERN, -follow, -depth, -xdev, -inum N, -type X, -print0, -mindepth N, -mmi…
|