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

/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c75 getfield(register Field_t* f, int restore) function
260 while ((a = getfield(&f, 1)) && (v = getfield(&f, 0)))
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c55 char *getfield();
888 tag = getfield(&p, ':'); /* PM tag */
889 type = getfield(&p, ':'); /* PM type */
890 flags = getfield(&p, ':'); /* flags */
891 rsmax = getfield(&p, ':'); /* restart count */
892 state = pstate((unchar) atoi(getfield(&p, ':'))); /* state in nice output format */
893 cmd = getfield(&p, ':'); /* command */
894 comment = getfield(&p, '\n'); /* comment */
935 * getfield - retrieve and return a field from the sac "status" string (input
943 getfield( function
[all...]
/illumos-gate/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...]

Completed in 49 milliseconds