Searched refs:readllong (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 150 static int readllong(char *, long long *, char **); 4479 readllong(char *str, long long *llp, char **lo) in readllong() function 4495 if (readllong(str, &tmp, lo) != 0) { in readuint8() 4510 if (readllong(str, &tmp, lo) != IPQOS_CONF_SUCCESS) { in readuint16() 4525 if (readllong(str, &tmp, lo) != 0) { in readint16() 4540 if (readllong(str, &tmp, lo) != IPQOS_CONF_SUCCESS) { in readint32() 4555 if (readllong(str, &tmp, lo) != IPQOS_CONF_SUCCESS) { in readuint32()
|