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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-udp.c141 u_int hasopt, hasext, contype, hasmarker; local
150 hasopt = 0;
154 hasopt = i0 & 0x800000;
172 (hasopt || hasext)? "+" : "",
178 if (hasopt) {
/freebsd-9.3-release/sbin/mount/
H A Dmount.c79 int hasopt(const char *, const char *);
328 if (hasopt(fs->fs_mntops, "noauto"))
330 if (hasopt(fs->fs_mntops, "late") && !late)
332 if (hasopt(fs->fs_mntops, "failok"))
497 hasopt(const char *mntopts, const char *option) function

Completed in 57 milliseconds