Searched refs:dostat (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c311 return (!S_ISBLK(dostat(left)));
313 return (!S_ISCHR(dostat(left)));
315 return (!S_ISDIR(dostat(left)));
317 return (!S_ISREG(dostat(left)));
319 return (!(dostat(left) & S_ISGID));
321 return (!(dostat(left) & S_ISVTX));
327 return (!S_ISFIFO(dostat(left)));
333 return (!S_ISSOCK(dostat(left)));
335 return (!(dostat(left) & S_ISUID));
340 mode_t mode = dostat(lef
447 dostat(char *s) function
[all...]
/macosx-10.10/mail_cmds-30/mail/
H A Dsend.c71 int ishead, infld, ignoring = 0, dostat, firstline; local
87 dostat = doign == 0 || !isign("status", doign);
111 if (dostat) {
113 dostat = 0;
140 if (dostat) {
142 dostat = 0;
163 if (dostat) {
165 dostat = 0;
/macosx-10.10/awk-20/src/
H A Dproctab.c143 dostat, /* DO */
H A Dproto.h180 extern Cell *dostat(Node **, int);
H A Drun.c1394 Cell *dostat(Node **a, int n) /* do a[0]; while(a[1]) */ function
/macosx-10.10/Libc-1044.1.2/gen/
H A Dfts.c119 * The following macros defines values of the dostat variable, which is or-ed
667 int cderrno, descend, len, level, maxlen, dostat, oflag, saved_errno; local
694 dostat = F_NOSTAT;
696 dostat = ISSET(FTS_PHYSICAL) ? F_D_TYPE : F_D_TYPESYM;
698 dostat = ISSET(FTS_PHYSICAL) ? F_STATDIR : F_STATDIRSYM;
700 dostat = F_ALWAYSSTAT;
703 (void)printf("dostat == %d\n", dostat);
723 if (dostat || type == BREAD)
725 if (dostat
[all...]
/macosx-10.10/lsof-53/lsof/
H A Dmisc.c66 _PROTOTYPE(static int dostat,(char *path, char *buf, int len));
434 * dostat() - do a stat() function
438 dostat(path, rbuf, rbln) function
1550 return(doinchild(dostat, path, (char *)buf, sizeof(struct stat)));

Completed in 202 milliseconds