Home
last modified time | relevance | path

Searched refs:s2 (Results 201 – 225 of 466) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrncat.S29 / strncat(s1, s2, n)
31 / Concatenates s2 on the end of s1. s1's space must be large enough.
39 / strncat(char *s1, const char *s2, size_t n)
47 / while (*s1++ = *s2++)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncat.S29 / strncat(s1, s2, n)
31 / Concatenates s2 on the end of s1. s1's space must be large enough.
39 / strncat(char *s1, const char *s2, size_t n)
47 / while (*s1++ = *s2++)
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32d.out1 libdis_test: 87 30 09 00 fld ft1,0x0(s2)
2 libdis_test+0x4: 87 30 c9 ff fld ft1,-0x4(s2)
3 libdis_test+0x8: 87 30 29 04 fld ft1,0x42(s2)
4 libdis_test+0xc: 27 30 19 00 fsd ft1,0x0(s2)
5 libdis_test+0x10: 27 3e 19 fe fsd ft1,-0x4(s2)
6 libdis_test+0x14: 27 31 19 04 fsd ft1,0x42(s2)
H A Dtst.rv32f.out1 libdis_test: 87 20 09 00 flw ft1,0x0(s2)
2 libdis_test+0x4: 87 20 c9 ff flw ft1,-0x4(s2)
3 libdis_test+0x8: 87 20 29 04 flw ft1,0x42(s2)
4 libdis_test+0xc: 27 20 19 00 fsw ft1,0x0(s2)
5 libdis_test+0x10: 27 2e 19 fe fsw ft1,-0x4(s2)
6 libdis_test+0x14: 27 21 19 04 fsw ft1,0x42(s2)
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_cmn_printer.c78 ns_strcmp(char *s1, char *s2) in ns_strcmp() argument
80 return (strcmp(s1, s2) != 0); in ns_strcmp()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_param_to_mtag_data.c68 struct smatch_state *merge_tag_info(struct smatch_state *s1, struct smatch_state *s2) in merge_tag_info() argument
72 return s2; in merge_tag_info()
73 if (s2 == &undefined) in merge_tag_info()
H A Dcheck_syscall_arg_type.c44 struct smatch_state *merge_states(struct smatch_state *s1, struct smatch_state *s2) in merge_states() argument
47 return s2; in merge_states()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c669 char *s, *s2, *s3, filterop; in put_simple_filter() local
719 s2 = s3 = NULL; in put_simple_filter()
720 if ( (s2 = strrchr( str, ':' )) == NULL ) { in put_simple_filter()
723 if ( strcasecmp( s2, ":dn" ) == 0 ) { in put_simple_filter()
726 *s2 = '\0'; in put_simple_filter()
728 oid = s2 + 1; in put_simple_filter()
730 *s2 = '\0'; in put_simple_filter()
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c261 error(int fatal, char *s1, char *s2) in error() argument
265 printf(s1, s2); in error()
271 fprintf(stderr, s1, s2); in error()
/illumos-gate/usr/src/cmd/sh/
H A Dstak.c151 memcpystak(unsigned char *s1, unsigned char *s2, int n) in memcpystak() argument
158 *s1++ = *s2++; in memcpystak()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.h92 char *scat(const char *msg, int deallocate, char *s1, char *s2);
110 int sstrncmp(const char *s1, const char *s2, int n);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c69 word_compare(const void *s1, const void *s2) in word_compare() argument
71 return (strcasecmp(*(const char **)s1, *(const char **)s2)); in word_compare()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h958 int grub_strncat (char *s1, const char *s2, int n);
962 int grub_strncat (char *s1, const char *s2, int n);
963 char *grub_strstr (const char *s1, const char *s2);
964 int grub_memcmp (const char *s1, const char *s2, int n);
965 int grub_strcmp (const char *s1, const char *s2);
999 int substring (const char *s1, const char *s2);
H A Dgraphics.c70 static unsigned char *s2 = (unsigned char*)VSHADOW2; variable
275 grub_memcpy(mem, s2, SCREENBYTES); in graphics_cls()
348 s2[fb_index] |= mask; in draw_xbmlogo()
490 s1[i] = s2[i] = s4[i] = s8[i] = 0; in read_image()
538 s2[len + (x >> 3)] |= mask; in read_image()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c181 char *s2; in fmd_fmri_strescape() local
188 s2 = fmd_alloc(n + 1, FMD_SLEEP); in fmd_fmri_strescape()
189 (void) fmd_fmri_uriescape(s, ":,/", s2, n + 1); in fmd_fmri_strescape()
191 return (s2); in fmd_fmri_strescape()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c591 strcasecmp(const char *s1, const char *s2) in strcasecmp() argument
595 return (ascii_strcasecmp(s1, s2)); in strcasecmp()
599 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument
603 return (ascii_strncasecmp(s1, s2, n)); in strncasecmp()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c134 assert(const char *s1, const char *s2, int i1, const char *s3, int i2) in assert() argument
140 logent(const char *s1, const char *s2) in logent() argument
/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c146 srvcmp(ad_disc_ds_t *s1, ad_disc_ds_t *s2) in srvcmp() argument
148 if (s1->priority < s2->priority) in srvcmp()
150 else if (s1->priority > s2->priority) in srvcmp()
153 if (s1->weight < s2->weight) in srvcmp()
155 else if (s1->weight > s2->weight) in srvcmp()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c277 icequal(register char *s1, register char *s2) in icequal() argument
280 while (toupper(*s1++) == toupper(*s2)) in icequal()
281 if (*s2++ == 0) in icequal()
701 anyof(register char *s1, register char *s2) in anyof() argument
706 if (any(c, s2)) in anyof()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c54 #define Make_seq_best(s1, s2) \ argument
55 if (s1->cost > s2->cost) { \
57 s1 = s2; \
58 s2 = temp; \
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c58 #define Make_seq_best(s1, s2) \ argument
59 if (s1->cost > s2->cost) { \
61 s1 = s2; \
62 s2 = temp; \
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dldscript.arm6423 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
69 *(.rela.sdata2 .rela.sdata2.* .rela.gnu.linkonce.s2.*)
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dldscript.i38622 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
62 *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*)
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c182 prefix(char *s1, char *s2) in prefix() argument
186 while ((c = *s1++) == *s2++) in prefix()
/illumos-gate/usr/src/cmd/nscd/
H A Dgetexec.c70 #define EXEC_STR_CMP(s1, s2) \ argument
73 if ((b = s2) == NULL) \

12345678910>>...19