Searched refs:state_file (Results 1 – 3 of 3) sorted by relevance
89 zcp->state_file, strerror(errno)); in zed_conf_destroy()117 if (zcp->state_file) { in zed_conf_destroy()118 free(zcp->state_file); in zed_conf_destroy()119 zcp->state_file = NULL; in zed_conf_destroy()564 if (!zcp || !zcp->state_file) { in zed_conf_open_state()596 (void) unlink(zcp->state_file); in zed_conf_open_state()616 zcp->state_file); in zed_conf_open_state()620 pid, zcp->state_file); in zed_conf_open_state()624 zcp->state_file); in zed_conf_open_state()676 zcp->state_file, n, len); in zed_conf_read_state()[all …]
37 char *state_file; /* abs path to state file */ member
307 typeset state_file=$1311 log_note "Reading state from $state_file"314 grep "^[^#]" $state_file | {