Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.bin/awk/
Dawkgram.y322 $$ = stat1(BREAK, NIL); }
324 $$ = stat1(CONTINUE, NIL); }
327 | EXIT pattern st { $$ = stat1(EXIT, $2); }
328 | EXIT st { $$ = stat1(EXIT, NIL); }
335 $$ = stat1(NEXT, NIL); }
338 $$ = stat1(NEXTFILE, NIL); }
339 | RETURN pattern st { $$ = stat1(RETURN, $2); }
340 | RETURN st { $$ = stat1(RETURN, NIL); }
Dproto.h78 extern Node *stat1(int, Node *);
Dparse.c111 Node *stat1(int a, Node *b) in stat1() function
/openbsd/src/sys/dev/sbus/
Dstp4020reg.h278 volatile ushort_t stat1; /* socket status register 1 */ member
/openbsd/src/gnu/usr.bin/perl/t/win32/
Dsymlink.t120 my @stat1 = stat($file1);
/openbsd/src/usr.sbin/nsd/
Dremote.c2854 struct nsdst stat0, stat1; in zonestat_print() local
2867 memcpy(&stat1, &zonestats[1][n->id], sizeof(stat1)); in zonestat_print()
2868 stats_add(&stat0, &stat1); in zonestat_print()
2871 memcpy(&stat1, &stat0, sizeof(stat1)); in zonestat_print()
2888 memcpy(xfrd->zonestat_clear[n->id], &stat1, in zonestat_print()
/openbsd/src/sys/dev/ic/
Drtsx.c1345 u_int8_t stat1; in rtsx_exec_command() local
1347 if (rtsx_read(sc, RTSX_SD_STAT1, &stat1) == 0 && in rtsx_exec_command()
1348 (stat1 & RTSX_SD_CRC_ERR)) in rtsx_exec_command()
/openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/
Dfnchange.lst199 @V@/gdb/testsuite/gdb.cp/m-static1.cc @V@/gdb/testsuite/gdb.cp/m-stat1.cc