Searched defs:stol (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | hslconv.c | 72 unsigned long stol ( char * s ) function 74 unsigned long stol (s)
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.c | 41 static int stol(); 93 if (!(stol(mjp, '.', &mnp, &major) && (*mnp == '.') && 235 if (!(stol(mjp, '.', &mnp, &m) && (*mnp == '.') && 457 if (!stol(str, '.', &str, &dummy)) { 486 while (((l_c1p_ok = stol(l_c1p, '.', &l_c1p, &c1p_dig)) == 1) && 487 stol(l_c2p, '.', &l_c2p, &c2p_dig) && (c2p_dig == c1p_dig)) { 508 * "stol" attempts to interpret a collection of characters between delimiters 514 stol(cp, delimit, ptr, i) function
|
Completed in 45 milliseconds