Searched defs:hflag (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/ln/
H A Dln.c58 static int hflag; /* Check new name for symlink first. */ variable
88 hflag = 1;
131 if (hflag && lstat(sourcedir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
168 /* If the source is a directory (and not a symlink if hflag),
172 (!hflag && !stat(source, &sb) && S_ISDIR(sb.st_mode))) {
/system/core/toolbox/upstream-netbsd/sbin/chown/
H A Dchown.c85 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag; local
97 Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
129 hflag = 1;
149 if (hflag)
156 } else if (!hflag)
213 if (!hflag)
/system/core/toolbox/upstream-netbsd/usr.bin/du/
H A Ddu.c72 static int hflag, iflag; variable
123 hflag = 1;
268 if (hflag) {
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c104 bool hflag; /* -h: don't print filename headers */ variable
484 hflag = true;
686 hflag = true;

Completed in 273 milliseconds