Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c469 locale_t lastloc = ___global_locale; in uselocale() local
480 lastloc = *locptr; in uselocale()
501 return (lastloc); in uselocale()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c235 register char *p, *lastloc; in getaline() local
238 lastloc = &p[maxlen-1]; in getaline()
242 if (!isspace(n) && p < lastloc) in getaline()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c172 caddr_t p, lastloc; in getaline() local
175 lastloc = &p[maxlen-1]; in getaline()
179 if (!isspace(n) && p < lastloc) in getaline()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5516 char *p, *lastloc; in getaline() local
5519 lastloc = &p[maxlen-1]; in getaline()
5523 if (!isspace(n) && p < lastloc) in getaline()