Searched refs:s2 (Results 151 - 175 of 219) sorted by relevance

123456789

/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c455 * Copy string s2 to s1. s1 must be large enough.
459 mystpcpy(char *s1, const char *s2) argument
461 while (*s1++ = *s2++)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c935 * Find a substring of s2 that match a prefix of s1.
941 * length: the length of s1, s2.
942 * maxs: only search for match in [1,maxs] of s2.
949 _prefix(chtype *s1, chtype *s2, int length, int maxs, int *begm) argument
955 /* testing for s1[m] != s2[m] is condition 1 */
956 if (s1[0] == s2[m] && s1[m] != s2[m]) {
959 if (s1[k - m] != s2[k])
966 s2 += m;
969 if (s1[n] != s2[
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2395 #define LZO_DO1(buf,i) s1 += buf[i]; s2 += s1
2405 lzo_uint32 s2 = (adler >> 16) & 0xffff; local
2424 s2 += s1;
2427 s2 %= LZO_BASE;
2429 return (s2 << 16) | s1;
2459 LZOLIB_PUBLIC(int, lzo_hmemcmp) (const lzo_hvoid_p s1, const lzo_hvoid_p s2, lzo_hsize_t len)
2463 const lzo_hbyte_p p2 = (const lzo_hbyte_p) s2;
2473 return memcmp(s1, s2, len);
2719 __lzo_init_v2(unsigned v, int s1, int s2, int s3, int s4, int s5, argument
2737 (s2
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs270 #define strcoll(s1,s2) not_here("strcoll")
273 #define strtod(s1,s2) not_here("strtod")
276 #define strtol(s1,s2,b) not_here("strtol")
279 #define strtoul(s1,s2,b) not_here("strtoul")
282 #define strxfrm(s1,s2,n) not_here("strxfrm")
1565 strcoll(s1, s2)
1567 char * s2
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c113 smbios_info_t s2; local
123 (smbios_info_common(shp, id, &s2) != SMB_ERR) &&
124 (strcmp(s2.smbi_product, SMB_DEFAULT1) != 0) &&
125 (strcmp(s2.smbi_product, SMB_DEFAULT2) != 0))
126 product = (char *)s2.smbi_product;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtls.c1316 char *vers, *s1, *s2, *cbits, *algbits; local
1322 s2 = macget(mac, macid("{cipher}"));
1329 vers, s1, s2, /* sm_snprintf() can deal with NULL */
1342 s2 = macget(mac, macid("{cert_issuer}"));
1345 who, s1, s2,
H A Dusersmtp.c315 ** s1, s2 -- lists of items (separated by single blanks).
323 str_union(s1, s2, rpool)
324 char *s1, *s2;
331 return s2;
332 if (s2 == NULL || *s2 == '\0')
335 l2 = strlen(s2);
350 return s2;
354 h1 = s2;
355 h = s2;
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c914 static int dncmp(ami_handle_t *amih, const char *s1, const char *s2) { argument
932 if ((status = dld_ami_str2dn(amih, (char *)s2, &dn2)) != AMI_OK) {
935 s2,
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c395 int s1, s2; local
436 s2 = inw (ioaddr + SCBStatus);
439 printf ("s1 = %hX, s2 = %hX.\n", s1, s2);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c339 execat(const char *s1, const char *s2, char *si) argument
355 for (; (c = *s2) != '\0' && cnt > 0; s2++) {
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbblit.c1238 grub_uint8_t s2 = (color >> 8) & 0xFF; local
1246 d2 = (d2 * (255 - a) + s2 * a) / 255;
1340 grub_uint8_t s2 = (color >> 8) & 0xFF; local
1348 ((grub_uint8_t *) dstptr)[1] = (d2 * (255 - a) + s2 * a) / 255;
1436 grub_uint8_t s2 = (color >> 5) & 0x3F; local
1444 d2 = (d2 * (255 - a) + s2 * a) / 255;
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_step.c43 #define ecmp(s1, s2, n) (strncmp(s1, s2, n) == 0)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetut.c570 * s2 - second id string
573 idcmp(const char *s1, const char *s2) argument
578 if (*s1 != _UTMP_ID_WILDCARD && (*s1++ != *s2++))
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s30 * strncpy(s1, s2)
32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
39 * strncpy(char *s1, const char *s2, size_t n)
44 * while ((--n != 0) && ((*s1++ = *s2++) != '\0'))
55 ! strncpy works similarly to strcpy, except that n bytes of s2
56 ! are copied to s1. If a null character is reached in s2 yet more
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c145 bool_t strend(char *s1, char *s2);
615 strend(char *s1, char *s2) argument
619 len_dif = strlen(s1) - strlen(s2);
622 if (0 == strcmp(s1 + len_dif, s2))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c545 char *s2 = k5_data_to_str(&tr->tr_contents); local
549 s2 != NULL ? s2 : "");
551 free(s2);
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S161 mfc0 $s2, GRUB_CPU_LOONGSON_COP0_BADVADDR
175 move $a0, $s2
202 mfc0 $s2, GRUB_CPU_LOONGSON_COP0_BADVADDR
222 move $a0, $s2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c3385 char *s, *s2; local
3501 for (s2 = s; (s2 > SvPV(PL_linestr,n_a)+2 &&
3502 (isDIGIT(s2[-1]) || strchr("._-", s2[-1]))); s2--) ;
3504 if ( (s2-4 < SvPV(PL_linestr,n_a)+2 || strnNE(s2-4,"perl",4)) &&
3749 register char *s, *s2; local
3781 s2
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h424 extern int pt_delta_str(char *s1, char *s2, uint64_t *delta, int max);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c858 struct svc_callout *s, **s2; local
907 for (s2 = &svc_head; *s2 != NULL; s2 = &(*s2)->sc_next)
909 *s2 = s;
916 *s2 = NULL;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c241 addr_eq (const struct sockaddr *s1, const struct sockaddr *s2) argument
243 if (s1->sa_family != s2->sa_family)
246 if (s1->sa_len != s2->sa_len)
248 return !memcmp (s1, s2, s1->sa_len);
250 #define CMPTYPE(T,F) (!memcmp(&((const T*)s1)->F,&((const T*)s2)->F,sizeof(((const T*)s1)->F)))
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c140 static int _prom_strcmp(char *s1, char *s2);
2516 _prom_strcmp(char *s1, char *s2) argument
2518 if ((s1 == NULL) && (s2 == NULL))
2520 if ((s1 == NULL) && (s2 != NULL)) {
2523 if ((s1 != NULL) && (s2 == NULL)) {
2526 return (strcmp(s1, s2));
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c72 #define MD5_memcpy(s1, s2, n) memcpy(s1, s2, n)
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java580 String s2 = r2.toString();
581 cmp = s1.compareTo(s2);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h770 _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2)
784 _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n)

Completed in 2520 milliseconds

123456789