Lines Matching defs:cdpathp
1927 * - if file starts with '/', append file to result & set cdpathp to NULL
1929 * and set cdpathp to NULL
1930 * - if the first element of cdpathp doesn't start with a '/' xx or '.' xx
1932 * - the first element of cdpathp is appended to result
1934 * - cdpathp is set to the start of the next element in cdpathp (or NULL
1936 * The return value indicates whether a non-null element from cdpathp
1942 char **cdpathp,
1968 plist = *cdpathp;
1977 *cdpathp = *pend ? pend + 1 : NULL;
2007 *cdpathp = NULL;