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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1033 int fnull = FALSE; /* TRUE if empty final path segment seen */ local
1036 for (str = nlist; *nlist || fnull; str = nlist) {
1044 if ((*nlist == ':') || fnull) {
1046 fnull = !(fnull || *(nlist + 1));
1076 fnull = (*nlist == ':') && !*(nlist + 1);

Completed in 77 milliseconds