Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/bin/
H A Dstate.cc148 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 …]
H A Dread.cc208 make_state_lockfile = getmem(strlen(make_state->string_mb) + strlen(".lock") + 1); in read_simple_file()
209 (void) sprintf(make_state_lockfile, in read_simple_file()
213 make_state_lockfile, in read_simple_file()
218 retmem_mb(make_state_lockfile); in read_simple_file()
219 make_state_lockfile = 0; in read_simple_file()
260 if(make_state_locked && (make_state_lockfile != NULL)) { in read_simple_file()
261 (void) unlink(make_state_lockfile); in read_simple_file()
262 retmem_mb(make_state_lockfile); in read_simple_file()
263 make_state_lockfile = NULL; in read_simple_file()
427 unlink(make_state_lockfile); in read_simple_file()
[all …]
H A Dmain.cc261 make_state_lockfile = NULL; in main()
708 if ((make_state_lockfile != NULL) && (make_state_locked)) { in cleanup_after_exit()
709 (void) unlink(make_state_lockfile); in cleanup_after_exit()
710 make_state_lockfile = NULL; in cleanup_after_exit()
838 if ((make_state_lockfile != NULL) && (make_state_locked)) { in handle_interrupt()
839 unlink(make_state_lockfile); in handle_interrupt()
840 make_state_lockfile = NULL; in handle_interrupt()
/titanic_50/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.cc97 char *make_state_lockfile; variable
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h874 extern char *make_state_lockfile;