/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getspent_r.c | 114 getfield(constp *nextp, constp limit, int uns, void *valp) in getfield() function 243 if (!getfield(&p, limit, 0, &shadow->sp_lstchg)) in str2spwd() 245 if (!getfield(&p, limit, 0, &shadow->sp_min)) in str2spwd() 247 if (!getfield(&p, limit, 0, &shadow->sp_max)) in str2spwd() 249 if (!getfield(&p, limit, 0, &shadow->sp_warn)) in str2spwd() 251 if (!getfield(&p, limit, 0, &shadow->sp_inact)) in str2spwd() 253 if (!getfield(&p, limit, 0, &shadow->sp_expire)) in str2spwd() 255 if (!getfield(&p, limit, 1, &shadow->sp_flag)) in str2spwd()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 99 static char *getfield(char **res, size_t reslen, char **buffer, char delim); 250 if (getfield(&name, 0, &p, fieldsep) == NULL || strlen(name) == 0) { in irp_unmarshall_pw() 256 if (getfield(&pass, 0, &p, fieldsep) == NULL) { /*%< field can be empty */ in irp_unmarshall_pw() 263 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || in irp_unmarshall_pw() 280 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || in irp_unmarshall_pw() 297 if (getfield(&class, 0, &p, fieldsep) == NULL) { in irp_unmarshall_pw() 305 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || in irp_unmarshall_pw() 322 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || in irp_unmarshall_pw() 339 if (getfield(&gecos, 0, &p, fieldsep) == NULL) { in irp_unmarshall_pw() 347 if (getfield(&dir, 0, &p, fieldsep) == NULL) { in irp_unmarshall_pw() [all …]
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 445 getfield(nextp, limit, uns, valp) in getfield() 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))
|
/titanic_50/usr/src/cmd/saf/ |
H A D | sacadm.c | 55 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 */ 943 getfield(p, sepchar) in getfield() function
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 75 getfield(register Field_t* f, int restore) in getfield() function 260 while ((a = getfield(&f, 1)) && (v = getfield(&f, 0))) in getfmt()
|
/titanic_50/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 84 eq equal findattr firstchild ge getattr getfield gt hash label\
|