HomeSort by: relevance | last modified time | path
    Searched defs:tmp_file (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
backupfile.c 64 char *dir, *base_versions, *tmp_file; local in function:find_backup_file_name
69 tmp_file = strdup(file);
70 if (tmp_file == NULL)
72 base_versions = concat(basename(tmp_file), ".~");
73 free(tmp_file);
76 tmp_file = strdup(file);
77 if (tmp_file == NULL) {
81 dir = dirname(tmp_file);
84 free(tmp_file);
89 free(tmp_file);
    [all...]
backupfile.c 64 char *dir, *base_versions, *tmp_file; local in function:find_backup_file_name
69 tmp_file = strdup(file);
70 if (tmp_file == NULL)
72 base_versions = concat(basename(tmp_file), ".~");
73 free(tmp_file);
76 tmp_file = strdup(file);
77 if (tmp_file == NULL) {
81 dir = dirname(tmp_file);
84 free(tmp_file);
89 free(tmp_file);
    [all...]

Completed in 21 milliseconds