Lines Matching defs:find
111 #define FIRST_DEPTH 10 /* default depth for find and ls */
132 #define BITSPERCHAR 8 /* couldn't find it anywhere */
194 * cd, find, and ls use this to hold filenames. Each filename is broken
203 char find; /* flag if found by find */
305 static void find();
634 * each directory traversed during a "find" or "ls -R" needs 3
1369 if (match("find", 3)) { /* find command */
1370 find();
2137 * find - the syntax is almost identical to the unix command.
2138 * find dir [-name pattern] [-inum number]
2143 find()
2205 printf("use -name or -inum with find\n");
2217 if (fn->find == 0)
2445 * follow_path - called by cd, find, and ls.
2500 top->find = 0;
2504 top->find = 1;
2507 top->find = 1;
4979 * To find the log we need to first pick up the block allocation
5323 printf("scan -- failed to find a single valid transaction\n");