Searched refs:unlink_path (Results 1 – 3 of 3) sorted by relevance
63 static const char *unlink_path = "/tmp/unlink_test"; variable169 show_result(unlink(unlink_path)); in stage_file_test()202 close(creat(unlink_path, 0600)); in create_files()
278 int unlink_path(pathname_t *);1344 int unlink_path(pathname_t * name) in unlink_path() function1355 rval = unlink_path(&newname); in unlink_path()2562 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()
305 int unlink_path(pathname_t *);1369 int unlink_path(pathname_t * name) in unlink_path() function1380 rval = unlink_path(&newname); in unlink_path()2587 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()