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

  /src/bin/rm/
rm.c 71 static int rm_overwrite(char *, struct stat *);
255 if (rm_overwrite(p->fts_accpath, NULL))
318 if (rm_overwrite(f, &sb))
333 * rm_overwrite --
383 * rm_overwrite will return 0 on success.
387 rm_overwrite(char *file, struct stat *sbp) function in typeref:typename:int
rm.c 71 static int rm_overwrite(char *, struct stat *);
255 if (rm_overwrite(p->fts_accpath, NULL))
318 if (rm_overwrite(f, &sb))
333 * rm_overwrite --
383 * rm_overwrite will return 0 on success.
387 rm_overwrite(char *file, struct stat *sbp) function in typeref:typename:int

Completed in 23 milliseconds