HomeSort by: relevance | last modified time | path
    Searched refs:hasopt (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount/
mount.c 80 static int hasopt(const char *, const char *);
188 if (hasopt(fs->fs_mntops, "noauto"))
337 hasopt(const char *mntopts, const char *option) function
403 if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union"))
461 else if (hasopt(optbuf, "rump"))
  /src/external/bsd/tcpdump/dist/
print-udp.c 142 u_int hasopt, hasext, contype, hasmarker, dlen; local
157 hasopt = 0;
161 hasopt = i0 & 0x800000;
183 (hasopt || hasext)? "+" : "",
189 if (hasopt) {

Completed in 27 milliseconds