HomeSort by relevance Sort by last modified time
    Searched defs:s1 (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /netvirt/usr/src/cmd/sendmail/libsm/
t-strrevcmp.c 25 char *s1; local
30 s1 = "equal";
32 SM_TEST(sm_strrevcmp(s1, s2) == 0);
34 s1 = "equal";
36 SM_TEST(sm_strrevcmp(s1, s2) > 0);
38 s1 = "qual";
40 SM_TEST(sm_strrevcmp(s1, s2) < 0);
42 s1 = "Equal";
44 SM_TEST(sm_strrevcmp(s1, s2) < 0);
46 s1 = "Equal"
    [all...]
t-strl.c 31 char *s1, *s2, *s3; local
37 s1 = "abc";
41 SM_TEST(sm_strlcpy(s3, s1, 4) == 3);
42 SM_TEST(strcmp(s1, s3) == 0);
48 SM_TEST(sm_strlcpy(s3, s1, 2) == 3);
56 SM_TEST(sm_strlcpy(s3, s1, 4) == 3);
62 SM_TEST(sm_strlcpy(s3, s1, 4) == 3);
68 SM_TEST(sm_strlcpy(s3, s1, 4) == 3);
74 SM_TEST(sm_strlcpy(s3, s1, 4) == 3);
80 SM_TEST(sm_strlcpy(s3, s1, 4) == 3)
    [all...]
  /netvirt/usr/src/common/util/
memccpy.c 52 unsigned char *s1 = s; local
55 if ((*s1++ = *s2++) == (unsigned char)c)
56 return (s1);
memmove.c 58 char *s1 = s; local
61 if (s1 <= s2) {
63 *s1++ = *s2++;
67 s1 += n;
69 *--s1 = *--s2;
memcpy.c 69 char *s1 = s; local
73 *s1++ = *s2++;
  /netvirt/usr/src/uts/sun4/os/
bcmp.c 49 const char *s1 = s1_arg; local
53 if (*s1++ != *s2++)
  /netvirt/usr/src/cmd/mdb/common/kmdb/kctl/
kctl_string.c 48 char *s1 = kobj_alloc(strlen(s) + 1, KM_SLEEP); local
50 (void) strcpy(s1, s);
51 return (s1);
  /netvirt/usr/src/lib/libc/port/gen/
strstr.c 49 const char *s1, *s2; local
53 s1 = as1;
57 return ((char *)s1);
60 while (*s1)
61 if (*s1++ == c) {
62 tptr = s1;
63 while ((c = *++s2) == *s1++ && c)
67 s1 = tptr;
  /netvirt/usr/src/lib/libgen/common/
strfind.c 41 * If `s2' is a substring of `s1' return the offset of the first
42 * occurrence of `s2' in `s1',
49 const char *s1, *s2; local
53 s1 = as1;
57 while (*s1)
58 if (*s1++ == c) {
59 offset = s1 - as1 - 1;
61 while ((c = *s2++) == *s1++ && c)
65 s1 = offset + as1 + 1;
  /netvirt/usr/src/cmd/sgs/libelf/misc/
nplist.c 38 char * s1, * s2; member in struct:name_pair
40 int s1, s2;
134 for (i = 0; nplist[i].s1; i++) {
135 if (strncmp(MSG_ORIG(nplist[i].s1), c, opl) == 0)
  /netvirt/usr/src/lib/libc/port/i18n/
wcswcs.c 47 const wchar_t *s1, *s2; local
51 s1 = ws1;
55 return ((wchar_t *)s1);
58 while (*s1)
59 if (*s1++ == c) {
60 tptr = s1;
61 while ((c = *++s2) == *s1++ && c)
65 s1 = tptr;
  /netvirt/usr/src/lib/libc/i386/gen/
strcmp.c 69 int *s1, *s2; local
113 s1 = (void *) str1;
132 --s1;
136 s1 -= 2;
140 s1 -= 3;
147 str1 = (void *) s1;
166 i1 = s1[0];
174 i1 = s1[1];
182 i1 = s1[2];
190 i1 = s1[3]
    [all...]
  /netvirt/usr/src/ucbcmd/plot/libplot/aed/
subr.c 76 char s1[4], s2[4], s3[4]; local
79 chex(((y>>8)&03) | ((x>>6)&014), s1, 1);
82 fprintf(stdout, "%s%s%s", s1, s2, s3);
  /netvirt/usr/src/cmd/fmli/sys/
copyfile.c 140 struct stat s1; local
153 if (stat(source, &s1) < 0)
157 times.actime = s1.st_atime;
158 times.modtime = s1.st_mtime;
160 chmod(target, s1.st_mode);
  /netvirt/usr/src/cmd/ldap/common/
dtest.c 43 char *str, *s1, *s2; local
  /netvirt/usr/src/common/crypto/ecc/
ecp_521.c 70 mp_digit s1[ECP521_DIGITS] = { 0 }; local
75 MP_DIGITS(&m1) = s1;
88 s1[i-FIRST_DIGIT] = (MP_DIGIT(a, i) >> 9)
91 s1[i-FIRST_DIGIT] = MP_DIGIT(a, i) >> 9;
  /netvirt/usr/src/common/openssl/crypto/bf/
bfs.cpp 40 unsigned long s1,s2,e1,e2; local
49 GetTSC(s1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /netvirt/usr/src/common/openssl/crypto/cast/
casts.cpp 40 unsigned long s1,s2,e1,e2; local
52 GetTSC(s1);
67 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /netvirt/usr/src/common/openssl/crypto/des/
des3s.cpp 40 unsigned long s1,s2,e1,e2; local
49 GetTSC(s1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
dess.cpp 40 unsigned long s1,s2,e1,e2; local
49 GetTSC(s1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /netvirt/usr/src/common/openssl/crypto/rc5/
rc5s.cpp 40 unsigned long s1,s2,e1,e2; local
52 GetTSC(s1);
67 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /netvirt/usr/src/lib/libast/common/hash/
hashlook.c 48 register char* s1; local
65 s1 = hashname(b);
67 while ((c = *s1++) == *s2++)
106 register char* s1 = hashname(b); local
111 register char* s3 = s1 + tab->root->namesize;
113 while (*s1++ == *s2++)
114 if (s1 >= s3) goto found;
116 else while (*s1 == *s2++)
117 if (!*s1++) goto found;
  /netvirt/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
cmd_cpu_arch.c 206 char *s1, *s2; local
216 s1 = fmd_hdl_alloc(hdl, frustrlen, FMD_SLEEP);
217 s1 = strcpy(s1, CPU_FRU_FMRI);
218 s1 = strcat(s1, s2);
219 fmd_hdl_debug(hdl, "cmd_cpu_getfrustr frustr=%s\n", s1);
220 return (s1);
  /netvirt/usr/src/cmd/mailx/
head.c 170 register char *s1, *s2; local
172 s1 = str1;
174 while (*s1)
175 *s2++ = *s1++;
  /netvirt/usr/src/common/openssl/crypto/md4/
md4s.cpp 45 unsigned long s1,s2,e1,e2; local
66 GetTSC(s1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);

Completed in 780 milliseconds

1 2 3 4 5 6 7