Home
last modified time | relevance | path

Searched refs:temp_file_name (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/krb5/slave/
H A Dkpropd.c135 char *temp_file_name; variable
658 lock_fd = open(temp_file_name, O_RDWR|O_CREAT, 0600);
665 temp_file_name);
668 if ((database_fd = open(temp_file_name,
672 temp_file_name);
676 if (rename(temp_file_name, file)) {
680 temp_file_name, file);
687 temp_file_name);
694 gettext("while unlocking '%s'"), temp_file_name);
1353 if ((temp_file_name = (char *) malloc(strlen(file) +
[all …]
/titanic_50/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c1204 const char *temp_file_name; in update_netgroup_byxxx() local
1215 temp_file_name = byhost; in update_netgroup_byxxx()
1217 temp_file_name = byuser; in update_netgroup_byxxx()
1225 strlen(temp_file_name) + 1; in update_netgroup_byxxx()
1278 strcat(cmdbuf, temp_file_name); in update_netgroup_byxxx()
1300 strlen(temp_file_name) + in update_netgroup_byxxx()
1313 strcat(cmdbuf, temp_file_name); in update_netgroup_byxxx()
1329 strcat(cmdbuf, temp_file_name); in update_netgroup_byxxx()
/titanic_50/usr/src/cmd/make/bin/
H A Ddoname.cc85 extern void check_state(Name temp_file_name);
1642 temp_file_name = getname_fn(wcs_buffer, FIND_LENGTH, false, &fnd); in run_command()
1643 temp_file_name->stat.is_file = true; in run_command()
1660 temp_file_name = NULL; in run_command()
1727 temp_file_name = NULL; in run_command()
1818 check_state(temp_file_name); in execute_serial()
1849 if (temp_file_name != NULL) { in execute_serial()
1850 free_name(temp_file_name); in execute_serial()
1852 temp_file_name = NULL; in execute_serial()
1947 check_state(Name temp_file_name) in check_state() argument
[all …]
H A Dglobals.cc164 Name temp_file_name; variable
H A Dread2.cc1881 if (temp_file_name != NULL) { in fatal_reader()
1885 temp_file_name->string_mb); in fatal_reader()
1886 temp_file_name = NULL; in fatal_reader()
H A Dparallel.cc1519 rp->temp_file = temp_file_name; in add_running()
1525 temp_file_name = NULL; in add_running()
H A Dmain.cc670 if (temp_file_name != NULL) { in cleanup_after_exit()
671 (void) unlink(temp_file_name->string_mb); in cleanup_after_exit()
/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h280 extern Name temp_file_name;
315 extern void check_state(Name temp_file_name);