Searched refs:numend (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/files/common/ |
H A D | getservent.c | 133 char numbuf[12], *numend; in check_port() local 156 s_port = htons((int)strtol(numbuf, &numend, 10)); in check_port() 157 if (*numend != '\0') in check_port()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | getprotoent_r.c | 137 char *numend; in str2protoent() local 181 proto->p_proto = (int)strtol(numbuf, &numend, 10); in str2protoent() 182 if (*numend != '\0') { in str2protoent()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | getrpcent_r.c | 125 char *numend; in str2rpcent() local 165 rpc->r_number = (int)strtol(numbuf, &numend, 10); in str2rpcent() 166 if (*numend != '\0') in str2rpcent()
|
H A D | netdir_inet.c | 1444 char *numend; in str2servent() local 1488 serv->s_port = htons((int)strtol(numbuf, &numend, 10)); in str2servent() 1489 if (*numend != '\0') { in str2servent()
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getservent.c | 229 char numbuf[12], *numend; in check_port2() local 252 s_port = htons((int)strtol(numbuf, &numend, 10)); in check_port2() 253 if (*numend != '\0') in check_port2()
|