Searched refs:follow (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/libbb/ |
D | recursive_action.c | 70 unsigned follow; in recursive_action1() local 75 follow = ACTION_FOLLOWLINKS; in recursive_action1() 77 follow = ACTION_FOLLOWLINKS | ACTION_FOLLOWLINKS_L0; in recursive_action1() 78 follow &= state->flags; in recursive_action1() 79 status = (follow ? stat : lstat)(fileName, &statbuf); in recursive_action1()
|
/busybox-1.35.0/sysklogd/ |
D | logread.c | 115 int follow = getopt32(argv, "fF"); in logread_main() local 161 if (!(follow & 1)) { /* not -f */ in logread_main() 165 follow >>= 1; in logread_main() 225 } while (follow); in logread_main()
|
/busybox-1.35.0/testsuite/date/ |
D | date-format-works | 2 # but accepts '2000-11-22 11:22:33'. We must follow.
|
/busybox-1.35.0/shell/ |
D | README | 45 and moreover, at least bash's "set" does not follow this rule,
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 57 sequence by a replacement character. If you follow this strategy in
|
D | style-guide.txt | 7 not follow these guidelines, please -- at your own convenience -- modify the 279 If you want to convert all the non-K&R vars in your file all at once, follow
|
D | contributing.txt | 340 "elements of Busybox style" in the file docs/style-guide.txt. Please follow
|
D | posix_conformance.txt | 280 …t, -maxdepth N, -exec CMD ARG ;, -newer FILE, -context, -iname PATTERN, -follow, -depth, -xdev, -i…
|
/busybox-1.35.0/ |
D | LICENSE | 65 modification follow.
|