/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | strcmp.c | 67 strcmp(const char *str1, const char *str2) in strcmp() argument 75 if (str1 == str2) in strcmp() 82 while ((((int) str1) & (sizeof (int) - 1)) && in strcmp() 85 if (*str1 != *str2) in strcmp() 86 return ((unsigned char)*str1 - (unsigned char)*str2); in strcmp() 87 if (*str1 == '\0') in strcmp() 89 ++str1; in strcmp() 101 if (((int) str1) & (sizeof (int) - 1)) { in strcmp() 104 count = (pagesize - ((int)str1 & (pagesize - 1))) / in strcmp() 113 s1 = (void *) str1; in strcmp() [all …]
|
/titanic_50/usr/src/head/ |
H A D | macros.h | 49 #define compare(str1, str2) strcmp((str1), (str2)) argument 50 #define equal(str1, str2) (strcmp((str1), (str2)) == 0) argument
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.shortstr.d | 65 this->str1 = "........................................."; 66 printf("%d\n", index(this->str, this->str1)); 71 printf("%d\n", rindex(this->str, this->str1));
|
/titanic_50/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | style1-main.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 42 .section .rodata.str1.1 52 .section .rodata.str1.1
|
H A D | style2-with-badness.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 39 .section .rodata.str1.1
|
H A D | style2.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 39 .section .rodata.str1.1
|
H A D | style2-with-r12.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 40 .section .rodata.str1.1
|
H A D | style2-with-r13.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 40 .section .rodata.str1.1
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 39 char str1[MAXPATHLEN], str2[MAXPATHLEN]; in disp_reg_line() local 41 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line() 48 EC_WORD(prst->pr_lwp.pr_reg[ind1]), str1, r2, in disp_reg_line()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/i386/ |
H A D | regs.c | 38 char str1[MAXPATHLEN], str2[MAXPATHLEN]; in disp_reg_line() local 40 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line() 46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
|
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | misc.c | 139 parse_dest(char * dest, char **str1, char **str2, char * sep) in parse_dest() argument 144 *str1 = NULL; in parse_dest() 150 *str1 = strdup(tmp); in parse_dest()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | yptol_utils.c | 114 addpair(DBM *fdb, char *str1, char *str2) in addpair() argument 119 key.dptr = str1; in addpair() 120 key.dsize = strlen(str1); in addpair()
|
/titanic_50/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 61 einfo_compare_dotted_version(const char *str1, const char *str2) in einfo_compare_dotted_version() argument 68 freeptr1 = verstr1 = strdup(str1); in einfo_compare_dotted_version() 116 einfo_compare_timestamps(const char *str1, const char *str2) in einfo_compare_timestamps() argument 120 retval = strcmp(str1, str2); in einfo_compare_timestamps() 141 einfo_compare_version(const char *str1, const char *str2) in einfo_compare_version() argument 147 freeptr1 = verstr1 = strdup(str1); in einfo_compare_version()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/sparcv9/ |
H A D | regs.c | 37 char str1[MAXPATHLEN], str2[MAXPATHLEN]; in disp_reg_line() local 39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line() 54 prst->pr_lwp.pr_reg[ind1], str1); in disp_reg_line() 59 prst->pr_lwp.pr_reg[ind1], str1, r2, in disp_reg_line()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | open.c | 112 char *str1 = buf; in isptsfd() local 124 *str1++ = *str2++; in isptsfd() 128 itoa(fsb.st_rdev & MAXMIN, str1); in isptsfd()
|
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 73 sip_md5_hash(char *str1, int lstr1, char *str2, int lstr2, char *str3, in sip_md5_hash() argument 84 if (str1 != NULL) in sip_md5_hash() 85 _sasl_MD5Update(&ctx, (uchar_t *)str1, lstr1); in sip_md5_hash() 108 if (str1 != NULL) in sip_md5_hash() 109 MD5Update(&ctx, (uchar_t *)str1, lstr1); in sip_md5_hash()
|
H A D | sip_add_hdrs.c | 165 sip_add_2strs_to_msg(sip_msg_t sip_msg, char *hdr_name, char *str1, in sip_add_2strs_to_msg() argument 173 if (sip_msg == NULL || str1 == NULL || str2 == NULL || in sip_add_2strs_to_msg() 174 (str1 != NULL && str1[0] == '\0') || in sip_add_2strs_to_msg() 187 SIP_SPACE_LEN + strlen(str1) + csize + strlen(str2) + in sip_add_2strs_to_msg() 191 SIP_SPACE_LEN + strlen(str1) + csize + strlen(str2) + in sip_add_2strs_to_msg() 207 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF); in sip_add_2strs_to_msg() 211 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF); in sip_add_2strs_to_msg() 218 str1, sep, str2, SIP_SEMI, plist, SIP_CRLF); in sip_add_2strs_to_msg() 222 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_SEMI, in sip_add_2strs_to_msg()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uux.c | 46 #define STRNCPY(str1, str2) { \ argument 47 (void) strncpy(str1, str2, (sizeof(str1) - 1)); \ 48 str1[sizeof(str1) - 1] = '\0'; \ 50 #define STRNCAT(str1, str2) { \ argument 51 (void) strncat(str1, str2, \ 52 (sizeof(str1) - 1 - strlen(str1))); \
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/sparc/ |
H A D | regs.c | 37 char str1[MAXPATHLEN], str2[MAXPATHLEN]; in disp_reg_line() local 39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line() 46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1174 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local 1386 sprintf(str1, "%s - %s - state top", hostnm, IPL_VERSION); 1387 for (j = 0 ; j < (maxx - 8 - strlen(str1)) / 2; j++) 1389 printw("%s", str1); 1395 strftime(str1, 80, "%T", localtime(&t)); 1396 printw("%s\n", str1); 1404 sprintf(str1, "%s,%d", getip(ver, &saddr), sport); 1406 sprintf(str1, "%s", getip(ver, &saddr)); 1457 str1, str2, str3, str4); 1494 sprintf(str1, "%s,%hu", [all …]
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | smp-imps.c | 572 char str1[16], str2[16]; in imps_read_bios() local 573 memcpy (str1, local_cth_ptr->oem_id, 8); in imps_read_bios() 574 str1[8] = 0; in imps_read_bios() 577 KERNEL_PRINT ((" OEM id: %s Product id: %s\n", str1, str2)); in imps_read_bios()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 114 typeset str1="/inherited:" 214 expect1=${acltemp_subdir}${str1} 226 expect1=${acltemp}${str1}
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | head.c | 246 copy(char *str1, char *str2) in copy() argument 250 s1 = str1; in copy()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 47 BCMP(void *str1, void *str2, int len) in BCMP() argument 49 return (bcmp((char *)str1, (char *)str2, len)); in BCMP()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 552 addpair(fdb, str1, str2) in addpair() argument 554 char *str1, *str2; 559 key.dptr = str1; 560 key.dsize = strlen(str1);
|