Home
last modified time | relevance | path

Searched defs:setuint (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dsysfiles.c325 #define setuint(a,b,c) a = ( ((temp = atoi(b)) <= 0) ? (c) : temp ) in nameparse() macro
/titanic_41/usr/src/lib/libnsl/dial/
H A Dsysfiles.c349 #define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp) in nameparse() macro