Searched refs:getrec (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | join.c | 295 getrec(Join_t* jp, int index, int discard) function 455 r = getrec(jp, index, discard); 458 #define getrec _trace_getrec macro 462 #define getrec(p,n,d) (u1 = getrec(p, n, d), sfprintf(sfstdout, "[G%d#%d@%I*d:%-.8s]", __LINE__, n, sizeof(Sfoff_t), sftell(p->file[n].iop), u1), u1) macro 653 if ((cp1 = getrec(jp, 0, 0)) && (cp2 = getrec(jp, 1, 0)) || (cp2 = 0)) 672 if (cp1 = getrec(jp, 0, 1)) 680 if (sfseek(jp->file[0].iop, (Sfoff_t)-jp->file[0].reclen, SEEK_CUR) < 0 || !(cp1 = getrec(jp, 0, 0))) 697 if (cp2 = getrec(j [all...] |
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | proc.c | 388 int getrec = TRUE; local 397 while (getrec) { 515 getrec = FALSE; 518 getrec = FALSE; /* get no more recs */ 527 getrec = FALSE; 531 getrec = FALSE;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 282 extern int getrec(uchar **, size_t *);
|
H A D | run.c | 146 while (getrec(&record, &record_size) > 0) { 400 n = getrec(&record, &record_size); 403 n = getrec(&buf, &len);
|
H A D | lib.c | 81 getrec(uchar **bufp, size_t *bufsizep) function
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | lib.c | 78 getrec(void) function
|
H A D | run.c | 137 while (getrec()) { 163 setfval(x, (awkfloat) getrec());
|
Completed in 90 milliseconds