Searched refs:make_state_lockfile (Results 1 – 6 of 6) sorted by relevance
148 make_state_lockfile = getmem(strlen(make_state->string_mb) + strlen(".lock") + 1); in write_state_file()149 (void) sprintf(make_state_lockfile, in write_state_file()153 make_state_lockfile, in write_state_file()155 retmem_mb(make_state_lockfile); in write_state_file()156 make_state_lockfile = NULL; in write_state_file()189 (void) unlink(make_state_lockfile); in write_state_file()190 retmem_mb(make_state_lockfile); in write_state_file()191 make_state_lockfile = NULL; in write_state_file()204 if ((make_state_lockfile != NULL) && in write_state_file()206 (void) unlink(make_state_lockfile); in write_state_file()[all …]
210 make_state_lockfile = getmem(strlen(make_state->string_mb) + strlen(".lock") + 1); in read_simple_file()211 (void) sprintf(make_state_lockfile, in read_simple_file()215 make_state_lockfile, in read_simple_file()220 retmem_mb(make_state_lockfile); in read_simple_file()221 make_state_lockfile = 0; in read_simple_file()262 if(make_state_locked && (make_state_lockfile != NULL)) { in read_simple_file()263 (void) unlink(make_state_lockfile); in read_simple_file()264 retmem_mb(make_state_lockfile); in read_simple_file()265 make_state_lockfile = NULL; in read_simple_file()429 unlink(make_state_lockfile); in read_simple_file()[all …]
267 make_state_lockfile = NULL; in main()734 if ((make_state_lockfile != NULL) && (make_state_locked)) { in cleanup_after_exit()735 (void) unlink(make_state_lockfile); in cleanup_after_exit()736 make_state_lockfile = NULL; in cleanup_after_exit()864 if ((make_state_lockfile != NULL) && (make_state_locked)) { in handle_interrupt()865 unlink(make_state_lockfile); in handle_interrupt()866 make_state_lockfile = NULL; in handle_interrupt()
79 if (make_state_lockfile != NULL) { in get_next_block_fn()80 (void) unlink(make_state_lockfile); in get_next_block_fn()81 retmem_mb(make_state_lockfile); in get_next_block_fn()82 make_state_lockfile = NULL; in get_next_block_fn()
94 char *make_state_lockfile; variable
875 extern char *make_state_lockfile;