Searched refs:depend_file (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libldmake/common/ |
H A D | ld_file.c | 51 static char *depend_file = NULL; variable 57 depend_file = getenv(SUNPRO_DEPENDENCIES); in ld_support_init() 91 if (!depend_file) in ld_file() 112 if (!depend_file || exit_code) in ld_atexit() 115 if ((space = strchr(depend_file, ' ')) == NULL) in ld_atexit() 120 (void) snprintf(lockfile, MAXPATHLEN, "%s.lock", depend_file); in ld_atexit() 121 if ((err = file_lock(depend_file, lockfile, 0))) { in ld_atexit() 126 if (!(ofp = fopen(depend_file, "a"))) in ld_atexit()
|
/titanic_44/usr/src/cmd/make/lib/makestate/ |
H A D | ld_file.c | 50 static char * depend_file = NULL; variable 56 depend_file = getenv(SUNPRO_DEPENDENCIES); in mk_state_init() 91 if (!depend_file) in mk_state_collect_dep() 107 if (!depend_file) in mk_state_update_exit() 110 if ((space = strchr(depend_file, ' ')) == NULL) in mk_state_update_exit() 115 (void) sprintf(lockfile, "%s.lock", depend_file); in mk_state_update_exit() 116 if ((err = file_lock(depend_file, lockfile, 0))) { in mk_state_update_exit() 121 if (!(ofp = fopen(depend_file, "a"))) in mk_state_update_exit()
|