Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c297 prof_int32 fcount, slen; in profile_ser_externalize() local
307 fcount = 0; in profile_ser_externalize()
309 fcount++; in profile_ser_externalize()
311 pack_int32(fcount, &bp, &remain); in profile_ser_externalize()
354 prof_int32 fcount, tmp; in profile_ser_internalize() local
370 (void) unpack_int32(&fcount, &bp, &remain); in profile_ser_internalize()
373 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (fcount + 1)); in profile_ser_internalize()
377 memset(flist, 0, sizeof(char *) * (fcount+1)); in profile_ser_internalize()
378 for (i=0; i<fcount; i++) { in profile_ser_internalize()
405 for (i=0; i<fcount; i++) { in profile_ser_internalize()
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c311 int fcount = 0; in zallocstats() local
325 ++fcount; in zallocstats()
334 abytes, fcount, hbytes); in zallocstats()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c243 int fcount = 0; /* failure count */ in main() local
322 fcount++; /* expect the worst */ in main()
466 fcount--; /* success after all */ in main()
477 return (fcount); in main()
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c346 int fcount = 0; /* count failures */ in main() local
398 fcount++; /* increase failure count - expect the worst */ in main()
577 fcount--; /* success after all */ in main()
589 return (fcount); in main()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c117 int fcount; /* Number of Lit exp matches before this one. */ member
191 (rps)->base[n].fcount = (cnt);\
194 } else if ((cnt) > (rps)->base[n].fcount) {\
195 (rps)->base[n].fcount = (cnt);\
657 p->fcount = q->fcount; in addstate()
658 if (p->id == r->root->id && s->cnt < p->fcount) in addstate()
659 s->cnt = p->fcount; in addstate()
716 SET(fpos, *q, r->posbase[j].fcount + 1) in followstate()
719 r->ptr[*q]->lit, r->posbase[j].fcount+1); in followstate()
887 ps->base[p->id].fcount != p->fcount) in stateof()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c422 fcount = 0; in f_split()
425 if (fcount == 0) { in f_split()
434 constant->n_int = ++fcount; in f_split()
452 return (intnode((INT)fcount)); in f_split()
H A Dawk3.c1557 fcount = 0; in fieldsplit()
1561 fields[fcount++] = op; in fieldsplit()
1562 if (fcount > NFIELD) in fieldsplit()
1570 varNF->n_int = fcount; in fieldsplit()
1572 constant->n_int = fcount; in fieldsplit()
1575 nfield = fcount; in fieldsplit()
H A Dawk0.c165 uint fcount; /* Field counter (used by blackfield)*/ variable
H A Dawk.h393 extern uint_t fcount;
H A Dawk2.c338 if (*cp == endc && fcount != 0) in blackfield()
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c959 int fcount = fn_list_count(files); in expirefiles() local
961 while (fcount > zcount && in expirefiles()
972 fn_s(nextfnp), fcount); in expirefiles()
978 fcount--; in expirefiles()
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1697 int fcount = 0; in create_znode() local
1764 fcount++; in create_znode()
1766 (fcount * sizeof (char *)))) == NULL) { in create_znode()
1771 zpath->count = fcount; in create_znode()