Searched refs:hasopt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/mount/ |
H A D | mount.c | 77 int hasopt(const char *, const char *); 305 if (hasopt(fs->fs_mntops, "noauto")) in main() 307 if (!hasopt(fs->fs_mntops, "late") && onlylate) in main() 309 if (hasopt(fs->fs_mntops, "late") && !late) in main() 311 if (hasopt(fs->fs_mntops, "failok")) in main() 316 !hasopt(fs->fs_mntops, "update") && in main() 504 hasopt(const char *mntopts, const char *option) in hasopt() function
|
/freebsd/contrib/tcpdump/ |
H A D | print-udp.c | 137 u_int hasopt, hasext, contype, hasmarker, dlen; in rtp_print() local 152 hasopt = 0; in rtp_print() 156 hasopt = i0 & 0x800000; in rtp_print() 178 (hasopt || hasext)? "+" : "", in rtp_print() 184 if (hasopt) { in rtp_print()
|