Searched refs:endfield (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c117 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 != ':') {
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c452 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 != ':') {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c114 static void endfield(Mac_t*,int);
253 endfield(mp,mp->quoted|mp->atmode);
1900 endfield(mp,mp->quoted);
2173 endfield(mp,0);
2201 endfield(mp,1);
2368 endfield(mp,n==S_DELIM||mp->quoted);
2408 static void endfield(register Mac_t *mp,int split) function

Completed in 21 milliseconds