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

/netbsd-current/sbin/mount/
H A Dmount.c80 static int hasopt(const char *, const char *);
182 if (hasopt(fs->fs_mntops, "noauto"))
331 hasopt(const char *mntopts, const char *option) function
397 if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union"))
455 else if (hasopt(optbuf, "rump"))
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-udp.c144 u_int hasopt, hasext, contype, hasmarker, dlen; local
159 hasopt = 0;
163 hasopt = i0 & 0x800000;
185 (hasopt || hasext)? "+" : "",
191 if (hasopt) {

Completed in 118 milliseconds