Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | scriptvfy.l | 623 scripteval(char *script_name, char *script_path, int mask, int silent) 629 if ((script_path == NULL) || (*script_path == '\0') || 636 printf("Evaluating %s\n", script_path); 639 if ((scr_fp = fopen(script_path, "r")) == NULL) { 640 logerr(gettext(ERR_FOPEN), script_path, errno); 725 pre_valid(char *script_name, char *script_path, int silent) 727 return (scripteval(script_name, script_path, PRE_MASK, silent)); 732 cas_valid(char *script_name, char *script_path, int silent) 734 return (scripteval(script_name, script_path, CAS_MASK, silent)); 739 post_valid(char *script_name, char *script_path, int silent) [all …]
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 367 char *script_path; in script_init() local 374 if ((script_path = rcm_get_script_dir(module->name)) == NULL) in script_init() 377 len = strlen(script_path) + strlen(module->name) + 2; in script_init() 388 (void) snprintf(rsi->script_full_name, len, "%s%s", script_path, in script_init()
|