Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/slave/
H A Dkprop.c818 char *file_last_prop; local
822 if ((file_last_prop = (char *)malloc(strlen(file_name) +
829 strcpy(file_last_prop, file_name);
837 strcat(file_last_prop, ".");
838 strcat(file_last_prop, hostname);
840 strcat(file_last_prop, last_prop);
841 if ((fd = THREEPARAMOPEN(file_last_prop, O_WRONLY|O_CREAT|O_TRUNC, 0600)) < 0) {
844 file_last_prop);
845 free(file_last_prop);
849 free(file_last_prop);