Home | History | Annotate | Download | only in nftw

Lines Matching refs:temp

45 FILE *temp;
252 setup(); /* temp file is now open */
264 fprintf(temp,
266 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
267 fprintf(temp, "depth, int flags) shall recursively descend the\n");
268 fprintf(temp, "directory hierarchy rooted in path until it has\n");
269 fprintf(temp,
271 fprintf(temp, "each object in the directory tree, and return 0.\n\n");
280 fprintf(temp,
282 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
283 fprintf(temp, "depth, int flags) when flags contains FTW_PHYS shall\n");
284 fprintf(temp, "not traverse symbolic links.\n\n");
293 fprintf(temp,
295 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
296 fprintf(temp,
298 fprintf(temp,
300 fprintf(temp, "not report the same file twice.\n\n");
309 fprintf(temp,
311 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
312 fprintf(temp,
314 fprintf(temp, "report all files in a directory before reporting the\n");
315 fprintf(temp, "directory.\n\n");
324 fprintf(temp,
326 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
327 fprintf(temp, "depth, int flags) when flags does not contain\n");
328 fprintf(temp, "FTW_DEPTH shall report a directory before reporting\n");
329 fprintf(temp, "the files in that directory.\n\n");
338 fprintf(temp,
340 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
341 fprintf(temp,
343 fprintf(temp,
345 fprintf(temp, "as it reports files in that directory.\n\n");
354 fprintf(temp,
356 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
357 fprintf(temp, "depth, int flags) shall pass the path-name of the\n");
358 fprintf(temp, "current object as the first argument of the function\n");
359 fprintf(temp, "fn.\n\n");
368 fprintf(temp,
370 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
371 fprintf(temp, "depth, int flags) shall pass a pointer to a stat\n");
372 fprintf(temp, "structure containing information about the current\n");
373 fprintf(temp, "object as the second argument to fn.\n\n");
382 fprintf(temp,
384 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
385 fprintf(temp, "depth, int flags) shall pass FTW_F as the third\n");
386 fprintf(temp,
396 fprintf(temp,
398 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
399 fprintf(temp, "depth, int flags) shall pass FTW_D as the third\n");
400 fprintf(temp, "argument of the function fn when the object is a\n");
401 fprintf(temp, "directory.\n\n");
410 fprintf(temp,
412 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
413 fprintf(temp, "depth, int flags) shall pass FTW_DP as the third\n");
414 fprintf(temp, "argument of the function fn when the object is a\n");
415 fprintf(temp, "directory and subdirectories have been visited.\n\n");
424 fprintf(temp,
426 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
427 fprintf(temp, "depth, int flags) shall pass FTW_SL as the third\n");
428 fprintf(temp, "argument of the function fn when the object is a\n");
429 fprintf(temp, "symbolic link.\n\n");
438 fprintf(temp,
440 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
441 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
442 fprintf(temp, "argument of the function fn when the object is a\n");
443 fprintf(temp, "symbolic link that does not name an existing file.\n\n");
452 fprintf(temp,
454 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
455 fprintf(temp, "depth, int flags) shall pass FTW_DNR as the third\n");
456 fprintf(temp, "argument of the function fn when the object is a\n");
457 fprintf(temp, "directory that cannot be read.\n\n");
466 fprintf(temp,
468 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
469 fprintf(temp, "depth, int flags) shall pass FTW_NS as the third\n");
470 fprintf(temp,
472 fprintf(temp, "object because of lack of appropriate permission.\n\n");
481 fprintf(temp,
483 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
484 fprintf(temp, "depth, int flags) shall pass a structure which\n");
485 fprintf(temp, "contains the offset into the pathname of the object\n");
486 fprintf(temp, "and the depth relative to the root of the walk\n");
487 fprintf(temp,
489 fprintf(temp, "fn.\n\n");
498 fprintf(temp,
500 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
501 fprintf(temp, "depth, int flags) shall pass FTW_SL as the third\n");
502 fprintf(temp, "argument to the function fn if and only if the\n");
503 fprintf(temp, "FTW_PHYS flag is included in flags.\n\n");
512 fprintf(temp,
514 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
515 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
516 fprintf(temp, "argument to the function fn if and only if the\n");
517 fprintf(temp, "FTW_PHYS flag is not included in flags.\n\n");
526 fprintf(temp, "On a call to int nftw64(const char *path, int\n");
527 fprintf(temp, "(*fn)(const char *, const struct stat *, int, struct\n");
528 fprintf(temp,
530 fprintf(temp, "passed to the function fn is FTW_DNR then the\n");
531 fprintf(temp,
541 fprintf(temp,
543 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
544 fprintf(temp,
546 fprintf(temp,
556 fprintf(temp, "On a call to int nftw64(const char *path, int\n");
557 fprintf(temp, "(*fn)(const char *, const struct stat *, int, struct\n");
558 fprintf(temp, "FTW *), int depth, int flags) depth shall be the\n");
559 fprintf(temp,
569 fprintf(temp,
571 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
572 fprintf(temp, "depth, int flags) shall use at most one file\n");
573 fprintf(temp, "descriptor for each directory level.\n\n");
582 fprintf(temp,
584 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
585 fprintf(temp, "depth, int flags) when the function fn returns a\n");
586 fprintf(temp, "non-zero value shall stop and return the value\n");
587 fprintf(temp, "returned by fn.\n\n");
596 fprintf(temp, "ENAMETOOLONG in errno and return -1 on a call to int\n");
597 fprintf(temp,
599 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
600 fprintf(temp, "flags) when the length of path exceeds PATH_MAX.\n\n");
609 fprintf(temp, "ENAMETOOLONG in errno and return -1 on a call to int\n");
610 fprintf(temp,
612 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
613 fprintf(temp, "flags) when a component of path exceeds NAME_MAX.\n\n");
622 fprintf(temp, "ENOENT in errno and return -1 on a call to int\n");
623 fprintf(temp,
625 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
626 fprintf(temp,
636 fprintf(temp, "ENOENT in errno and return -1 on a call to int\n");
637 fprintf(temp,
639 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
640 fprintf(temp, "flags) when path points to an empty string.\n\n");
649 fprintf(temp, "ENOTDIR in errno and return -1 on a call to int\n");
650 fprintf(temp,
652 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
653 fprintf(temp, "flags) when path is not a directory.\n\n");
662 fprintf(temp, "EACCES in errno and return -1 on a call to int\n");
663 fprintf(temp,
665 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
666 fprintf(temp, "flags) when search permission is denied for any\n");
667 fprintf(temp, "component of path.\n\n");
676 fprintf(temp, "EACCES in errno and return -1 on a call to int\n");
677 fprintf(temp,
679 fprintf(temp, "struct stat *, int, struct FTW *), int depth, int\n");
680 fprintf(temp, "flags) when read permission is denied for path.\n\n");
704 temp = stderr;