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

  /src/external/ibm-public/postfix/dist/src/util/
strcasecmp.c 47 const unsigned char *us2 = (const unsigned char *) s2; local
49 while (tolower(*us1) == tolower(*us2++))
52 return (tolower(*us1) - tolower(*--us2));
59 const unsigned char *us2 = (const unsigned char *) s2; local
62 if (tolower(*us1) != tolower(*us2++))
63 return (tolower(*us1) - tolower(*--us2));
  /src/external/bsd/libbind/dist/bsd/
strcasecmp.c 99 *us2 = (const u_char *)s2; local
101 while (cm[*us1] == cm[*us2++])
104 return (cm[*us1] - cm[*--us2]);
112 *us2 = (const u_char *)s2; local
115 if (cm[*us1] != cm[*us2++])
116 return (cm[*us1] - cm[*--us2]);
  /src/common/lib/libc/string/
strcasecmp.c 63 *us2 = (const unsigned char *)s2; local
68 while (tolower(*us1) == tolower(*us2++))
71 return (tolower(*us1) - tolower(*--us2));
strncasecmp.c 68 *us2 = (const unsigned char *)s2; local
71 if (tolower(*us1) != tolower(*us2++))
72 return (tolower(*us1) - tolower(*--us2));
  /src/external/bsd/file/dist/src/
strcasestr.c 53 *us2 = (const unsigned char *)s2; local
56 if (tolower(*us1) != tolower(*us2++))
57 return tolower(*us1) - tolower(*--us2);
  /src/external/bsd/tcpdump/dist/
ascii_strcasecmp.c 68 *us2 = (const unsigned char *)s2; local
70 while (cm[*us1] == cm[*us2++])
73 return(cm[*us1] - cm[*--us2]);
81 *us2 = (const unsigned char *)s2; local
93 if (cm[*us1] != cm[*us2++]) {
109 return(cm[*us1] - cm[*--us2]);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
datatypes.cl 68 ushort2 us2 = (ushort2) (1, 2);
callfuncs.cl 124 ushort2 us2 = (ushort2) (1, 2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
datatypes.cl 68 ushort2 us2 = (ushort2) (1, 2);
callfuncs.cl 124 ushort2 us2 = (ushort2) (1, 2);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_intrinsics.h 377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); typedef
378 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr));
  /src/external/bsd/libpcap/dist/
pcap.c 3213 *us2 = (const u_char *)s2; local
3215 while (cm[*us1] == cm[*us2++])
3218 return (cm[*us1] - cm[*--us2]);
  /src/usr.bin/telnet/
commands.c 1559 env_help(const char *us1, char *us2)

Completed in 44 milliseconds