Home
last modified time | relevance | path

Searched refs:atou (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c768 static Vmulong_t atou(char** sp) in atou() function
770 static Vmulong_t atou(sp) in atou()
863 fd = dup((int)atou(&file));
1045 _Vmdbcheck = atou(&v); in _vmoptions()
1062 _Vmdbstart = atou(&v); in _vmoptions()
1080 if (v && vm && vm->meth.meth == VM_MTDEBUG && (n = atou(&v)) >= 0) in _vmoptions()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c276 atou(const char *p) in atou() function
474 addrp->port = ntohs(atou(string)); in ncaportconf_read()