Searched defs:nextdot (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c116 static char *nextdot(const char *str) function
172 if(!(next=nextdot(last)))
211 else if(next= nextdot(last))
799 else if(cp=nextdot(prefix))
828 if(nextcp=nextdot(cp))
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c1290 unescape (char *name, char *curdot, char *nextdot, int *len) argument
1294 for (ptr = curdot; ptr < nextdot;)
1295 if (ptr + 2 < nextdot && *ptr == '%')
1316 char *nextdot = 0, *curdot; local
1327 nextdot = grub_strchr (curdot, '.');
1328 if (nextdot)
1329 nextdot++;
1330 while (nextdot)
1332 name = grub_realloc (name, nextdot - curdot + 1);
1337 unescape (name, curdot, nextdot,
[all...]

Completed in 297 milliseconds