Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1034 int fnull = FALSE; /* TRUE if empty final path segment seen */ in expand_paths() local
1037 for (str = nlist; *nlist || fnull; str = nlist) { in expand_paths()
1045 if ((*nlist == ':') || fnull) { in expand_paths()
1047 fnull = !(fnull || *(nlist + 1)); in expand_paths()
1077 fnull = (*nlist == ':') && !*(nlist + 1); in expand_paths()