Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/unpack/
H A Dunpack.c245 int fcount = 0; /* failure count */ in main() local
324 fcount++; /* expect the worst */ in main()
468 fcount--; /* success after all */ in main()
479 return (fcount); in main()
/titanic_41/usr/src/cmd/pack/
H A Dpack.c348 int fcount = 0; /* count failures */ in main() local
400 fcount++; /* increase failure count - expect the worst */ in main()
579 fcount--; /* success after all */ in main()
591 return (fcount); in main()
/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c120 int fcount; /* Number of Lit exp matches before this one. */ member
194 (rps)->base[n].fcount = (cnt);\
197 } else if ((cnt) > (rps)->base[n].fcount) {\
198 (rps)->base[n].fcount = (cnt);\
660 p->fcount = q->fcount; in addstate()
661 if (p->id == r->root->id && s->cnt < p->fcount) in addstate()
662 s->cnt = p->fcount; in addstate()
719 SET(fpos, *q, r->posbase[j].fcount + 1) in followstate()
724 r->posbase[j].fcount+1); in followstate()
892 ps->base[p->id].fcount != p->fcount) in stateof()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk4.c423 fcount = 0; in f_split()
426 if (fcount == 0) { in f_split()
435 constant->n_int = ++fcount; in f_split()
453 return (intnode((INT)fcount)); in f_split()
H A Dawk3.c1560 fcount = 0; in fieldsplit()
1564 fields[fcount++] = op; in fieldsplit()
1565 if (fcount > NFIELD) in fieldsplit()
1573 varNF->n_int = fcount; in fieldsplit()
1575 constant->n_int = fcount; in fieldsplit()
1578 nfield = fcount; in fieldsplit()
H A Dawk0.c167 uint fcount; /* Field counter (used by blackfield)*/ variable
H A Dawk.h395 extern uint_t fcount;
H A Dawk2.c340 if (*cp == endc && fcount != 0) in blackfield()
/titanic_41/usr/src/cmd/logadm/
H A Dmain.c953 int fcount = fn_list_count(files); in expirefiles() local
955 while (fcount > zcount && in expirefiles()
966 fn_s(nextfnp), fcount); in expirefiles()
972 fcount--; in expirefiles()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlstat.c142 int fcount; in print_flow_stats() local
151 for (fcount = 0, fcurr = flist; in print_flow_stats()
152 fcount <= statentry; in print_flow_stats()
153 fcount++, fcurr++) { in print_flow_stats()
227 int fcount; in print_link_stats() local
236 for (fcount = 0, fcurr = flist; in print_link_stats()
237 fcount <= statentry; in print_link_stats()
238 fcount++, fcurr++) { in print_link_stats()
/titanic_41/usr/src/cmd/allocate/
H A Dallocate3.c1698 int fcount = 0; in create_znode() local
1765 fcount++; in create_znode()
1767 (fcount * sizeof (char *)))) == NULL) { in create_znode()
1772 zpath->count = fcount; in create_znode()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1190 int fcount = 0; in meta_prune_cnames() local
1217 fcount++; in meta_prune_cnames()
1224 if (fcount) { in meta_prune_cnames()