Searched refs:regular (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathfind.c35 #define regular(p,s) (stat((p),(s))>=0&&(S_ISREG((s)->st_mode)||streq(p,"/dev/null"))) macro
100 if (regular(name, &st))
108 if (regular(buf, &st))
122 if (regular(buf, &st))
127 if (regular(buf, &st))
/ast/src/lib/libjcl/
H A Dfind.c40 * return >0 if path is a regular file
44 regular(Jcl_t* jcl, char* path, struct stat* st) function
216 if (regular(jcl, s, st))
233 if (regular(top, s, st))
297 if (regular(jcl, s, &st))
/ast/src/cmd/mailx/
H A Dproc.c133 int regular = 0; local
148 regular = 1;
181 if (regular && !S_ISREG(state.openstat.st_mode)) {
H A Dmailx.h1007 extern int regular(FILE*);
/ast/src/cmd/pax/
H A Dpaxlib.h133 unsigned long regular; /* default regular blocking */ member in struct:Paxformat_s
H A Dcopy.c244 goto regular;
281 regular:
H A Dpax-tar.c691 error(1, "version file archive members not supported -- regular file assumed");
692 goto regular;
695 error(1, "%s: %s: unknown %s format file type `%c' -- regular file assumed", ap->name, f->name, ap->format->name, tar->header.typeflag);
700 regular:
858 error(1, "%s: %s: unknown file type %07o -- regular file assumed", ap->name, f->name, f->type);
H A Dpax.c1702 state.blocksize = ap->format->regular;
/ast/src/cmd/ksh93/sh/
H A Dmacro.c353 goto regular;
401 regular:
/ast/src/cmd/nmake/
H A Drule.c966 if (a == internal.regular) return n & D_regular;
1513 INIT(regular, ".REGULAR", 0);
H A Dmake.h349 #define D_regular (1L<<18) /* rule bound to regular file */
557 Rule_t* regular; /* .REGULAR rule pointer */ member in struct:Internal_s
H A Dparse.c2273 else if (r == internal.regular)
/ast/src/cmd/INIT/
H A Dregress.sh51 [r!:regular?Run each test with the standard input and standard output
52 redirected through regular files.]
76 be a regular file or \bINPUT\b, \bOUTPUT\b or \bERROR\b. Post
149 be a regular file or \bINPUT\b, \bOUTPUT\b or \bERROR\b. Post
1359 r) SET - regular=$OPTARG

Completed in 60 milliseconds