Searched refs:NFIELDS (Results 1 – 5 of 5) sorted by relevance
154 #define NFIELDS 5 in authloopback_marshal() macro155 CTASSERT(NFIELDS * BYTES_PER_XDR_UNIT + RNDUP(MAX_MACHINE_NAME) <= in authloopback_marshal()157 maxgidlen = (MAX_AUTH_BYTES - NFIELDS * BYTES_PER_XDR_UNIT - in authloopback_marshal()164 credsize = NFIELDS * BYTES_PER_XDR_UNIT + rounded_namelen + in authloopback_marshal()167 #undef NFIELDS in authloopback_marshal()
151 #define NFIELDS 5 in authkern_marshal() macro152 CTASSERT((NFIELDS + NGRPS) * BYTES_PER_XDR_UNIT + in authkern_marshal()159 credsize = NFIELDS * BYTES_PER_XDR_UNIT + rounded_namelen + in authkern_marshal()162 #undef NFIELDS in authkern_marshal()
768 #define NFIELDS 4 in parsetoken() macro783 char *field[NFIELDS + 1]; /* +1 to catch extra delimiters */ in parsetoken()795 for (i = 1; i < NFIELDS + 1; i++) { in parsetoken()801 if (i < NFIELDS) /* not enough fields */ in parsetoken()803 if (field[NFIELDS] != NULL) /* too many fields */ in parsetoken()805 field[NFIELDS] = strchr(field[NFIELDS-1], '\0') + 1; in parsetoken()
424 #define NFIELDS 21 /* 16 control characters + 4 sets of modes */ macro487 for (i = 0; i < NFIELDS; i++) { in ttyinit()
218 #define NFIELDS (sizeof (fname) / sizeof (fname[0])) macro1063 struct def_field *df, *sorted[NFIELDS]; in usage()1089 for (df = &fname[0]; df < &fname[NFIELDS]; df++) in usage()1092 (void) qsort(sorted, NFIELDS, sizeof (void *), field_cmp); in usage()1094 for (i = 0; i < NFIELDS; i++) { in usage()1179 for (df = &fname[0]; df < &fname[NFIELDS]; df++) in parse_format()1185 if (df >= &fname[NFIELDS]) { in parse_format()