Searched refs:strncmp (Results 151 - 175 of 1397) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/finger/
H A Dsprint.c116 (strncmp(w->tty, "tty", 3)
117 && strncmp(w->tty, "cua", 3))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzpool_prop.c193 return (strncmp(name, prefix, strlen(prefix)) == 0);
203 return (strncmp(name, prefix, strlen(prefix)) == 0);
/freebsd-11-stable/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.c98 if (strncmp(name, "dtrace_", 7) == 0 &&
99 strncmp(name, "dtrace_safe_", 12) != 0) {
/freebsd-11-stable/usr.sbin/chkgrp/
H A Dchkgrp.c111 if (strncmp(line, "+:::", len) == 0 ||
112 strncmp(line, "+:*::", len) == 0)
/freebsd-11-stable/lib/libfigpar/
H A Dstring_m.c65 if (strncmp(p, find, flen) == 0) { /* found an instance */
133 if (strncmp(t, find, flen) == 0) {
/freebsd-11-stable/sbin/ifconfig/
H A Difclone.c133 if (strncmp(dcp->ifprefix, ifr_name,
151 if (strncmp(name, ifr.ifr_name, sizeof(name)) != 0) {
/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.c145 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
186 if (!strncmp(optlist[i], arg, arglen)) {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c54 if (!strncmp(haystack, needle, len2)) {
/freebsd-11-stable/contrib/ntp/libjsmn/example/
H A Dsimple.c16 strncmp(json + tok->start, s, tok->end - tok->start) == 0) {
/freebsd-11-stable/contrib/libreadline/examples/
H A Dhistexamp.c104 else if (strncmp (line, "delete", 6) == 0)
/freebsd-11-stable/contrib/libreadline/
H A Drldefs.h146 : ((a)[0] == (b)[0]) && (strncmp ((a), (b), (n)) == 0))
/freebsd-11-stable/contrib/bmake/
H A Dsetenv.c68 if (!strncmp(*P, name, len))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintdstl_live.c29 if ((name != NULL) && strncmp(name, d->ipld_name, FR_GROUPLEN))
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c329 if (strncmp(d, "v1.", 3) != 0) {
345 if (strncmp(d, "1 RSA", 2) == 0) {
348 if (strncmp(d, "2 DH", 2) == 0) {
351 if (strncmp(d, "3 DSA", 2) == 0) {
354 if (strncmp(d, "4 ECC", 2) == 0) {
357 if (strncmp(d, "5 RSASHA1", 2) == 0) {
360 if (strncmp(d, "6 DSA", 2) == 0) {
363 if (strncmp(d, "7 RSASHA1", 2) == 0) {
367 if (strncmp(d, "8 RSASHA256", 2) == 0) {
377 if (strncmp(
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp698 return is_tag && (strncmp(text_string, "devtag:.fi",
709 return( is_tag && (strncmp(text_string, "devtag:.fi",
729 return is_tag && (strncmp(text_string, "devtag:.ce",
739 return is_tag && (strncmp(text_string, "devtag:.in ",
749 return is_tag && (strncmp(text_string, "devtag:.po ",
759 return is_tag && (strncmp(text_string, "devtag:.ti ",
769 return is_tag && (strncmp(text_string, "devtag:.ll ",
779 return is_tag && (strncmp(text_string, "devtag:.col",
807 return is_tag && (strncmp(text_string, "devtag:.ta ",
817 return is_tag && (strncmp(text_strin
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmagic.c144 if (strncmp(magic_mimetype, "text/", 5) == 0)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c50 if (!strncmp(argv[1], macros[i].mac_name, 9)) {
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogin.c58 if (!strncmp(line, "/dev/", 5))
/freebsd-11-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c86 if (len == ulen && strncmp(user, line, len) == 0)
/freebsd-11-stable/libexec/rbootd/
H A Ddefs.h71 * These can be faster & more efficient than strcmp()/strncmp()...
74 #define STRNEQN(s1,s2,n) ((*s1 == *s2) && (strncmp(s1,s2,n) == 0))
/freebsd-11-stable/sbin/mount_nullfs/
H A Dmount_nullfs.c131 if ((strncmp(p, dir, l) == 0) && (p[l] == '/' || p[l] == '\0'))
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Denvironment.c51 if(strncmp(env[i], assignment, len) == 0)
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dosstring.h71 #define osti_strncmp(s1, s2, n) strncmp((char *)s1, (char *)s2, (size_t)n)
/freebsd-11-stable/tools/regression/environ/
H A Denvctl.c118 strncmp(newenviron[n], var, varlen) == 0 &&
/freebsd-11-stable/usr.bin/login/
H A Dlogin_fbtab.c101 if (strncmp(devname, _PATH_DEV, sizeof _PATH_DEV - 1) != 0

Completed in 403 milliseconds

1234567891011>>