Searched refs:stat2 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/historical/nawk/dist/ |
| D | awkgram.y | 180 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 181 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); } 182 … | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); } 184 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); } 312 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); } 313 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); } 329 { $$ = stat2(DO, $3, notnull($7)); } 345 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
|
| D | proto.h | 81 extern Node *stat2(int, Node *, Node *);
|
| D | parse.c | 123 Node *stat2(int a, Node *b, Node *c) in stat2() function
|
| /netbsd/src/sys/dev/isa/ |
| D | cec.c | 245 u_int8_t stat1, stat2; in cecintr() local 248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecintr() 251 sc, stat1, stat2)); in cecintr() 663 u_int8_t stat1, stat2; in cecwait() local 669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecwait() 681 if ((stat1 & x1) || (stat2 & x2)) in cecwait()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_oncore.c | 604 struct stat stat1, stat2; in oncore_start() local 682 if (stat(device2, &stat2)) { in oncore_start() 683 stat2.st_dev = stat2.st_ino = -2; in oncore_start() 702 … if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */ in oncore_start()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 888 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 891 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 897 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | sha256.sum | 11084 c7ed59f47c068142e0fbee2ab77de196d199d0ddfae4702a1960c6192613d0c7 sim/testsuite/cris/c/stat2.c
|