Searched refs:fnull (Results 1 – 1 of 1) sorted by relevance
1034 int fnull = FALSE; /* TRUE if empty final path segment seen */ in expand_paths() local1037 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()