Searched refs:myPaths (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/shell_cmds-179/find/
H A Dfind.c218 char **myPaths; local
231 myPaths = addPath(NULL, NULL);
247 myPaths = addPath(myPaths, paths[pathIndex]);
256 myPaths = addPath(myPaths, paths[pathIndex]);
259 if (myPaths[0] == NULL) { /* were any directories searchable? */
260 free(myPaths);
264 tree = fts_open(myPaths, ftsoptions, (issort ? find_compare : NULL));
314 free (myPaths);
[all...]

Completed in 121 milliseconds