Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc153 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()
190 retmem_mb(make_state_lockfile); in write_state_file()
191 make_state_lockfile = NULL; in write_state_file()
208 make_state_lockfile = NULL; in write_state_file()
365 retmem_mb(make_state_lockfile); in write_state_file()
366 make_state_lockfile = NULL; in write_state_file()
378 make_state_lockfile = NULL; in write_state_file()
388 retmem_mb(make_state_lockfile); in write_state_file()
[all …]
H A Dread.cc210 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 …]
H A Dmain.cc267 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()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc79 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()
H A Dglobals.cc94 char *make_state_lockfile; variable
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h875 extern char *make_state_lockfile;