Home
last modified time | relevance | path

Searched refs:s1 (Results 201 – 225 of 510) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.S56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2
57 andcc %i0, 3, %g0 ! is s1 aligned
97 inc %i0 ! reset s1 diff
147 inc 3, %i0 ! reset s1 diff
191 inc 2, %i0 ! reset s1 diff
225 lduw [%i1], %i5 ! read a word from s1
229 lduw [%i1], %i5 ! read a word from s1
298 ldub [%i1 + %i0], %i4 ! read a byte from s1
H A Dmemcmp.S57 cmp %o0, %o1 ! s1 == s2?
63 andcc %o0, 3, %o3 ! is s1 aligned?
90 mov %o3, %o4 ! delay slot, move *s1 to %o4
140 sub %o4, %o5, %o0 ! delay slot, return(*s1 - *s2)
203 lduw [%o0], %o4 ! read a word from s1
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c141 ctf_strdup(const char *s1) in ctf_strdup() argument
143 char *s2 = ctf_alloc(strlen(s1) + 1); in ctf_strdup()
146 (void) strcpy(s2, s1); in ctf_strdup()
/illumos-gate/usr/src/boot/common/
H A Dutil.h44 int strcmp(const char *s1, const char *s2);
45 int strncmp(const char *s1, const char *s2, size_t len);
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32m.out1 libdis_test: 33 84 24 03 mul s0,s1,s2
2 libdis_test+0x4: b3 14 39 03 mulh s1,s2,s3
H A Dtst.pseudo.s42 fscsr s0, s1
43 fscsr s1
H A Dtst.pseudo.out15 libdis_test+0x38: 73 94 34 00 fscsr s0,s1
16 libdis_test+0x3c: 73 90 34 00 fscsr s1
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A Dtst.ldsr.out1 libdis_test: 82 44 c.lwsp s1,0x0(sp)
6 libdis_test+0xa: 04 41 c.lw s1,0x0(a0)
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c75 zmemcmp(const void *s1, const void *s2, uint_t len) in zmemcmp() argument
77 return (bcmp(s1, s2, len)); in zmemcmp()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c48 static void strcpy_escaped_and_convert( char *s1, char *s2 );
493 strcpy_escaped_and_convert( char *s1, char *s2 ) argument
498 p = s1 + strlen( s1 );
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c482 copy(s1, f1, s2, f2) in copy() argument
483 char *s1, *f1, *s2, *f2; in copy()
497 if (!EQUALS(s1, Myname))
556 s1, file1, s2, file2, User, s2 );
564 file2, s1, User );
591 cfp = syscfile(cfile, s1);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.S53 ! This strcmp implementation first determines whether s1 is aligned.
65 subcc %o0, %o1, %o2 ! s1 == s2 ?
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_statement_count.c26 static struct smatch_state *merge_states(struct smatch_state *s1, struct smatch_state *s2) in merge_states() argument
30 left = PTR_INT(s1->data); in merge_states()
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
71 if (s1 == &undefined) in merge_tag_info()
74 return s1; in merge_tag_info()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c39 char *s1 = inj_alloc(strlen(s) + 1); in inj_strdup() local
41 (void) strcpy(s1, s); in inj_strdup()
42 return (s1); in inj_strdup()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.S59 cmp %o0, %o1 ! s1 == s2?
76 and %o0, 7, %o4 ! is s1 aligned on a 8 byte bound
163 sub %o4, %o5, %o0 ! return(*s1 - *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/cmd/lp/filter/postscript/postio/
H A Dpostio.c1030 char *s1, *s2; /* can't change str1 or str2 too fast */ in find() local
1033 for (s1 = str1, s2 = str2; *s1 != '\0' && *s1 == *s2; s1++, s2++); in find()
1034 if (*s1 == '\0') in find()
/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/uts/sun4u/sys/
H A Denvctrl_ue450.h54 #define S1 &unitp->bus_ctl_regs->s1
237 uchar_t s1; /* Control Status register */ member
244 uchar_t s1; /* Control Status register */
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c221 char buf[100], ch[10], s1[10], s2[10], s3[10], cmd[30]; local
255 sscanf(buf, "%s %s %s %s", ch, s1, s2, s3);
256 if (s1[0] != '"') { /* it's a genuine new character */
258 width[nw] = atoi(s1);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c588 nvmatch(const char *s1, const char *s2) in nvmatch() argument
590 while (*s1 == *s2++) in nvmatch()
591 if (*s1++ == '=') in nvmatch()
593 if (*s1 == '\0' && *(s2-1) == '=') in nvmatch()
/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);
H A Dnis_parse_ldap_map.c1041 const char *s1; in get_mapping_rule() local
1064 s1 = get_next_token(&begin_token, &end_token, &t); in get_mapping_rule()
1065 if (s1 == NULL) in get_mapping_rule()
2304 const char *s1; in get_search_triple() local
2355 if ((s1 = skip_string("base", s, end_s - s)) != NULL) { in get_search_triple()
2357 } else if ((s1 = skip_string("one", s, end_s - s)) != in get_search_triple()
2360 } else if ((s1 = skip_string("sub", s, end_s - s)) != in get_search_triple()
2367 if (s1 != NULL) in get_search_triple()
2368 s = s1; in get_search_triple()
2513 const char *s1; in getIndex() local
[all …]
/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);

12345678910>>...21