Searched refs:strncmp (Results 101 - 125 of 1397) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprinthashnode.c58 if (strncmp(ipe.ipe_group, iph->iph_name,
H A Dprintpool.c26 if ((name != NULL) && strncmp(name, ipp.ipo_name, FR_GROUPLEN))
H A Dprintpool_live.c25 if ((name != NULL) && strncmp(name, pool->ipo_name, FR_GROUPLEN))
H A Dprinthash_live.c25 if ((name != NULL) && strncmp(name, hp->iph_name, FR_GROUPLEN))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmkstemps.c93 || strncmp (&pattern[len - 6 - suffix_len], "XXXXXX", 6))
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c139 if (strncmp("error", kbuf, strlen("error")) == 0)
141 else if (strncmp("warning", kbuf, strlen("warning")) == 0)
143 else if (strncmp("info", kbuf, strlen("info")) == 0)
145 else if (strncmp("trace", kbuf, strlen("trace")) == 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtoken.c94 if (strncmp(map->str, word, len) == 0 && map->str[len] == '\0')
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Denv.c62 if(strncmp(env[i], var, strlen(var)) == 0 &&
/freebsd-11-stable/contrib/opie/libopie/
H A Dgetutmpentry.c54 if (!strncmp(line, "/dev/", 5)) {
/freebsd-11-stable/lib/libpam/modules/pam_guest/
H A Dpam_guest.c61 strncmp(list, str, len) == 0)
/freebsd-11-stable/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c83 if (tty != NULL && strncmp(TTY_PREFIX, tty, sizeof(TTY_PREFIX)) == 0) {
/freebsd-11-stable/lib/libulog/
H A Dulog_login.c46 if (strncmp(line, _PATH_DEV, sizeof _PATH_DEV - 1) == 0)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo_hostspec.c70 if(strncmp(hostspec, hstp->prefix, strlen(hstp->prefix)) == 0) {
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.c82 if (strncmp(argv[i], all_tests[j].t_name,
/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_autoconf.c94 if (strncmp(section, "usb_", 4) == 0)
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c65 if (strncmp(statfsp->f_mntonname, dev, strlen(dev)) == 0) {
69 } else if (strncmp(statfsp->f_fstypename, "ufs", 3) != 0) {
100 if (strncmp(statfsp->f_mntonname, dev, strlen(dev)) == 0) {
104 } else if (strncmp(statfsp->f_fstypename, "ufs", 3) != 0) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c105 if (!strncmp(*e, wenv_arr[i].name, wenv_arr[i].namelen))
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_btcoex.c368 if (strncmp(profname, "wb195", 5) == 0) {
370 } else if (strncmp(profname, "wb222", 5) == 0) {
372 } else if (strncmp(profname, "wb225", 5) == 0) {
374 } else if (strncmp(profname, "wb335", 5) == 0) {
/freebsd-11-stable/usr.bin/at/
H A Dperm.c74 if ((strncmp(name, buffer, len) == 0) &&
/freebsd-11-stable/usr.bin/c99/
H A Dc99.c81 if (strncmp(argv[i], "-l", 2) == 0) {
/freebsd-11-stable/usr.sbin/eeprom/
H A Dofw_options.c162 if (len <= 0 || strncmp("none", (char *)pbuf, len) == 0) {
165 } else if (strncmp("command", (char *)pbuf, len) == 0 ||
166 strncmp("full", (char *)pbuf, len) == 0) {
217 if (len < 0 || strncmp(val, (char *)pbuf, len) != 0) {
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Ddecode.c52 } while (strncmp(temp, "begin ", 6));
/freebsd-11-stable/sys/geom/label/
H A Dg_label_flashmap.c57 if (strncmp(pp->geom->class->name, FLASHMAP_CLASS_NAME,
/freebsd-11-stable/sys/powerpc/psim/
H A Duart_iobus.c76 if (strncmp(type, "com", 3) != 0)
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c92 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)

Completed in 453 milliseconds

1234567891011>>