OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linkbehave
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c
127
int
linkbehave
= LINK_READ; /* -OpS: handling of symlinks */
variable
521
linkbehave
= LINK_EXPLICIT;
527
linkbehave
= LINK_SKIP;
533
linkbehave
= LINK_READ;
grep.h
125
extern int binbehave, devbehave, dirbehave, filebehave, grepbehave,
linkbehave
;
util.c
123
switch(
linkbehave
) {
Completed in 1730 milliseconds