Searched refs:opt_ignore (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ckdist/
H A Dckdist.c73 static int opt_ignore; /* ignore missing components */ variable
109 opt_ignore = 1;
257 if (opt_ignore && error == E_ERRNO && errno == ENOENT)
312 if (opt_ignore && error == E_ERRNO && errno == ENOENT)

Completed in 106 milliseconds