Home | History | Annotate | Download | only in fcntl

Lines Matching refs:tmpname

73 static char tmpname[40];
109 if ((fd_B = open(tmpname, file_flag, file_mode)) < 0) {
196 parent, tmpname) < 0) {
246 if ((fd_C = open(tmpname, file_flag, file_mode)) < 0) {
379 sprintf(tmpname, "fcntl15.%d", parent);
384 if ((fd_A = open(tmpname, file_flag, file_mode)) < 0) {
397 if ((fd_B = open(tmpname, file_flag, file_mode)) < 0) {
451 dup_flag, parent, tmpname) < 0)
520 unlink(tmpname);
532 &uc_file_mode, &parent, tmpname);
534 &uc_file_mode, &uc_dup_flag, &parent, tmpname);