Searched refs:endfield (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getspent_r.c | 117 char *endfield; local 137 if ((endfield = memccpy(numbuf, p, ':', len)) == 0) { 145 p += (endfield - numbuf); 148 unsigned long ux = strtoul(numbuf, &endfield, 10); 149 if (*endfield != ':') { 155 long x = strtol(numbuf, &endfield, 10); 156 if (*endfield != ':') {
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 452 char *endfield; local 474 if ((endfield = memccpy(numbuf, p, ':', len)) == 0) { 482 p += (endfield - numbuf); 485 ux = strtoul(numbuf, &endfield, 10); 486 if (*endfield != ':') { 492 x = strtol(numbuf, &endfield, 10); 493 if (*endfield != ':') {
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 106 static void endfield(Mac_t*,int); 244 endfield(mp,mp->quoted); 1803 endfield(mp,mp->quoted); 2064 endfield(mp,0); 2094 endfield(mp,1); 2238 endfield(mp,n==S_DELIM||mp->quoted); 2278 static void endfield(register Mac_t *mp,int split) function
|
Completed in 62 milliseconds