Searched defs:nf (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c177 int nf, /* number of fields */ local
188 for (nf = 0, np = 0; x[nf]; ++nf) {
189 if (nf == 0 || Status(x[nf], NEW_PAGE))
192 if (x[nf]->form)
195 x[nf]->form = f; /* connect field to form */
197 if (nf == 0)
203 for (i = 0; i < nf;
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c84 int nf, fn = FAIL; local
89 while ((nf = finds(system, flds, F_MAX)) > 0) {
95 if (chat(nf - F_LOGIN, flds + F_LOGIN, fn, "", "") ==
367 * nf - number of fields in flds array
377 chat(int nf, char *flds[], int fn, char *phstr1, char *phstr2) argument
382 for (k = 0; k < nf; k += 2) {
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size)
323 static char* pfsummary(buf, na, sa, nf, sf, max, size)
327 Vmulong_t nf;
336 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(nf,-1), ':');
320 pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) argument
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c46 int i, nf, err; local
52 for (nf = 0; m[nf].type != mmt_end; nf++);
53 nf++;
55 new = am(myself, nf * sizeof (new[0]));
60 memcpy(new, m, nf * sizeof (new[0]));
63 for (i = 0, err = 0; i < nf; i++) {
1733 * nf Number of elements in 'f', including 'mmt_end'
1744 scanMappingFormat(__nis_mapping_format_t *f, int curf, int nf, cha argument
2037 int n, nf; local
2082 int i, n, ni, numItems, nf, nv = 0; local
2217 int i, n, nv, nf; local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c913 nvlist_t *nf = NULL; local
935 if (topo_mod_nvalloc(mod, &nf, NV_UNIQUE_NAME) != 0) {
940 if (nvlist_add_string(nf, FM_FMRI_FACILITY_NAME, fname) != 0 ||
941 nvlist_add_string(nf, FM_FMRI_FACILITY_TYPE, ftype) != 0) {
948 *nvl = nf;
973 nvlist_t *nf = NULL, *auth = NULL, *fac = NULL, *hcsp = NULL; local
1000 if ((nf = hc_base_fmri_create(mod, auth, part, rev, serial,
1030 nvlist_add_nvlist(nf, FM_FMRI_HC_SPECIFIC, hcsp) != 0)
1033 if ((e = nvlist_add_uint32(nf, FM_FMRI_HC_LIST_SZ, n + 1)) == 0)
1034 e = nvlist_add_nvlist_array(nf, FM_FMRI_HC_LIS
[all...]

Completed in 463 milliseconds