Home
last modified time | relevance | path

Searched refs:endfield (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c117 char *endfield; in getfield() local
137 if ((endfield = memccpy(numbuf, p, ':', len)) == 0) { in getfield()
145 p += (endfield - numbuf); in getfield()
148 unsigned long ux = strtoul(numbuf, &endfield, 10); in getfield()
149 if (*endfield != ':') { in getfield()
155 long x = strtol(numbuf, &endfield, 10); in getfield()
156 if (*endfield != ':') { in getfield()
/titanic_51/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 != ':') {
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c106 static void endfield(Mac_t*,int);
244 endfield(mp,mp->quoted); in sh_macexpand()
1803 endfield(mp,mp->quoted); in varsub()
2064 endfield(mp,0); in comsubst()
2094 endfield(mp,1); in comsubst()
2238 endfield(mp,n==S_DELIM||mp->quoted); in mac_copy()
2278 static void endfield(register Mac_t *mp,int split) in endfield() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c116 static void endfield(Mac_t*,int);
255 endfield(mp,mp->quoted|mp->atmode); in sh_macexpand()
1935 endfield(mp,mp->quoted); in varsub()
2218 endfield(mp,0); in comsubst()
2249 endfield(mp,1); in comsubst()
2423 endfield(mp,n==S_DELIM||mp->quoted); in mac_copy()
2463 static void endfield(register Mac_t *mp,int split) in endfield() function