Home
last modified time | relevance | path

Searched refs:job_check (Results 1 – 5 of 5) sorted by relevance

/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/test/
H A Dcustomop_test.c143 job_check(const struct IMB_JOB *job, in job_check() function
229 job_check(job, &ctx); in customop_test()
260 job_check(job, &ctx); in customop_test()
266 job_check(job, &ctx); in customop_test()
274 job_check(job, &ctx); in customop_test()
305 job_check(job, &ctx); in customop_test()
311 job_check(job, &ctx); in customop_test()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/panos/
H A D_panos_check.py90 job_check = False
97 job_check = True
98 return job_check
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dpermission.c89 struct job *job, int job_check ) in Perms_check() argument
145 if( !job_check ){ m = 0; } in Perms_check()
166 if( !job_check ){ m = 0; } in Perms_check()
177 if( !job_check ){ m = 0; } in Perms_check()
273 if( !job_check ){ m = 0; } in Perms_check()
300 if( !job_check ){ m = 0; } in Perms_check()
326 if( !job_check ){ m = 0; } in Perms_check()
342 if( !job_check ){ m = 0; } in Perms_check()
/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dpermission.h94 struct job *job, int job_check );
/dports/misc/vifm/vifm-0.11/src/
H A Dbackground.c116 static void job_check(bg_job_t *job);
206 job_check(p); in bg_check()
265 job_check(bg_job_t *job) in job_check() function