HomeSort by: relevance | last modified time | path
    Searched defs:path_argv (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 2052 char *path_argv[2]; local in function:handle_dir
2056 path_argv[0] = dir;
2057 path_argv[1] = 0;
2058 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
gzip.c 2052 char *path_argv[2]; local in function:handle_dir
2056 path_argv[0] = dir;
2057 path_argv[1] = 0;
2058 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL);

Completed in 60 milliseconds