Searched refs:getfield (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c114 getfield(constp *nextp, constp limit, int uns, void *valp) function
243 if (!getfield(&p, limit, 0, &shadow->sp_lstchg))
245 if (!getfield(&p, limit, 0, &shadow->sp_min))
247 if (!getfield(&p, limit, 0, &shadow->sp_max))
249 if (!getfield(&p, limit, 0, &shadow->sp_warn))
251 if (!getfield(&p, limit, 0, &shadow->sp_inact))
253 if (!getfield(&p, limit, 0, &shadow->sp_expire))
255 if (!getfield(&p, limit, 1, &shadow->sp_flag))
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c445 getfield(nextp, limit, uns, valp) function
576 if (!getfield(&p, limit, 0, &shadow->sp_lstchg))
578 if (!getfield(&p, limit, 0, &shadow->sp_min))
580 if (!getfield(&p, limit, 0, &shadow->sp_max))
582 if (!getfield(&p, limit, 0, &shadow->sp_warn))
584 if (!getfield(&p, limit, 0, &shadow->sp_inact))
586 if (!getfield(&p, limit, 0, &shadow->sp_expire))
588 if (!getfield(&p, limit, 1, &shadow->sp_flag))
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c99 static char *getfield(char **res, size_t reslen, char **buffer, char delim);
250 if (getfield(&name, 0, &p, fieldsep) == NULL || strlen(name) == 0) {
256 if (getfield(&pass, 0, &p, fieldsep) == NULL) { /*%< field can be empty */
263 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
280 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
297 if (getfield(&class, 0, &p, fieldsep) == NULL) {
305 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
322 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
339 if (getfield(&gecos, 0, &p, fieldsep) == NULL) {
347 if (getfield(
1799 getfield(char **res, size_t reslen, char **ptr, char delim) { function
[all...]
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c77 getfield(register Field_t* f, int restore) function
262 while ((a = getfield(&f, 1)) && (v = getfield(&f, 0)))

Completed in 27 milliseconds