Searched refs:setuint (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 325 #define setuint(a,b,c) a = ( ((temp = atoi(b)) <= 0) ? (c) : temp ) in nameparse() macro 346 setuint(connecttime, equals, CONNECTTIME); in nameparse() 348 setuint(expecttime, equals, EXPECTTIME); in nameparse() 350 setuint(msgtime, equals, MSGTIME); in nameparse()
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 349 #define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp) in nameparse() macro 370 setuint(connecttime, equals, CONNECTTIME); in nameparse() 372 setuint(expecttime, equals, EXPECTTIME); in nameparse()
|