Searched refs:np_request_id (Results 1 – 2 of 2) sorted by relevance
83 job->np_request_id = malloc(4); in create_bsd_job()84 ASSERT(job->np_request_id, MALLOC_ERR); in create_bsd_job()90 (void) snprintf(job->np_request_id, (size_t)4, in create_bsd_job()211 job->np_request_id, job->np_host); in create_dfname()233 job->np_request_id, job->np_host); in create_cfname()
133 char *np_request_id; member