Searched refs:proc_file2 (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dat-func2.c90 char *proc_file2 = ((fd2 == AT_FDCWD || IS_ABSOLUTE_FILE_NAME (file2)) local
93 if (proc_file2)
95 int proc_result = func (proc_file1, proc_file2);
99 if (proc_file2 != proc_buf2 && proc_file2 != file2)
100 free (proc_file2);

Completed in 38 milliseconds