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

/macosx-10.10.1/diskdev_cmds-576/mount.tproj/
H A Dmount.c78 int hasopt __P((const char *, const char *));
188 if (hasopt(fs->fs_mntops, "noauto"))
191 if (hasopt(fs->fs_mntops, "net"))
253 if (hasopt(fs->fs_mntops, "net"))
310 hasopt(mntopts, option) function
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-udp.c139 u_int hasopt, hasext, contype, hasmarker; local
148 hasopt = 0;
152 hasopt = i0 & 0x800000;
170 (hasopt || hasext)? "+" : "",
176 if (hasopt) {

Completed in 64 milliseconds