Searched refs:regular (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libast/path/ |
H A D | pathfind.c | 35 #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 D | find.c | 40 * 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 D | proc.c | 133 int regular = 0; local 148 regular = 1; 181 if (regular && !S_ISREG(state.openstat.st_mode)) {
|
H A D | mailx.h | 1007 extern int regular(FILE*);
|
/ast/src/cmd/pax/ |
H A D | paxlib.h | 133 unsigned long regular; /* default regular blocking */ member in struct:Paxformat_s
|
H A D | copy.c | 244 goto regular; 281 regular:
|
H A D | pax-tar.c | 691 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 D | pax.c | 1702 state.blocksize = ap->format->regular;
|
/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 353 goto regular; 401 regular:
|
/ast/src/cmd/nmake/ |
H A D | rule.c | 966 if (a == internal.regular) return n & D_regular; 1513 INIT(regular, ".REGULAR", 0);
|
H A D | make.h | 349 #define D_regular (1L<<18) /* rule bound to regular file */ 557 Rule_t* regular; /* .REGULAR rule pointer */ member in struct:Internal_s
|
H A D | parse.c | 2273 else if (r == internal.regular)
|
/ast/src/cmd/INIT/ |
H A D | regress.sh | 51 [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