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

/ast/src/lib/libast/port/
H A Dmc.c71 char* paths[5]; local
91 paths[i++] = p;
92 paths[i++] = "share/lib/locale/%l/%C/%N";
93 paths[i++] = "share/locale/%l/%C/%N";
94 paths[i++] = "lib/locale/%l/%C/%N";
95 paths[i] = 0;
97 for (i = 0; p = paths[i]; i += next)
/ast/src/cmd/tw/
H A Dfind.c33 * for paths that contain pattern; all other
34 * expression operators apply to matching paths
304 "Searches the \bfind\b or \blocate\b(1) database for paths"
308 " The remainder of the expression is applied to the matching paths.",
1714 find(State_t* state, char** paths, int flags, Sort_f sort) argument
1721 if (fts = fts_open(paths, flags, sort))

Completed in 80 milliseconds