/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | wcsstr.c | 37 const wchar_t *os1, *os2; in wcsstr() local 41 os1 = ws1; in wcsstr() 44 if (os1 == NULL || *os2 == L'\0') in wcsstr() 45 return ((wchar_t *)os1); in wcsstr() 48 while (*os1) in wcsstr() 49 if (*os1++ == c) { in wcsstr() 50 tptr = os1; in wcsstr() 51 while (((c = *++os2) == *os1++) && (c != L'\0')) in wcsstr() 55 os1 = tptr; in wcsstr()
|
H A D | wsncpy.c | 43 wchar_t *os1 = s1; in wcsncpy() local 51 return (os1); in wcsncpy() 67 wchar_t *os1 = s1; in wcpncpy() local 72 os1 = s1 - 1; in wcpncpy() 75 os1 = s1; in wcpncpy() 80 return (os1); in wcpncpy()
|
H A D | wscat.c | 47 wchar_t *os1 = s1; in wcscat() local 54 return (os1); in wcscat()
|
H A D | wscpy.c | 47 wchar_t *os1 = s1; in wcscpy() local 51 return (os1); in wcscpy()
|
H A D | wsncat.c | 48 wchar_t *os1 = s1; in wcsncat() local 59 return (os1); in wcsncat()
|
/titanic_44/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_string.c | 43 register char *os1 = s1; in prom_strncpy() local 51 return (os1); in prom_strncpy() 60 register char *os1; in prom_strcpy() local 62 os1 = s1; in prom_strcpy() 65 return (os1); in prom_strcpy() 130 char *os1 = s1; in prom_strcat() local 137 return (os1); in prom_strcat()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | genget.c | 61 char *os1; in isprefix() local 66 os1 = s1; in isprefix() 75 return (*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | strncat.c | 38 char *os1; in strncat() local 40 os1 = s1; in strncat() 49 return (os1); in strncat()
|
/titanic_44/usr/src/cmd/acct/lib/ |
H A D | copyn.c | 40 register char *os1; local 42 os1 = s1; 45 return(os1);
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 181 #define SERVE_INTR_PRE(iv_p, cpu, ls1, ls2, os1, os2, os3, regs) \ argument 184 SERVE_INTR_TRACE(iv_p, os1, os2, os3, regs); 208 #define SERVE_INTR(os5, cpu, ls1, ls2, os1, os2, os3, os4) \ argument 221 sll ls1, 3, os1; \ 222 add os1, CPU_STATS_SYS_INTR - 8, os2; \ 227 add cpu, INTR_HEAD, os1; \ 228 add os1, os2, os1; \ 229 ldn [os1], os3; 239 #define SERVE_INTR_NEXT(os5, cpu, ls1, ls2, os1, os2, os3, os4) \ argument 241 add cpu, INTR_HEAD, os1; \ [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | strcpy.c | 43 char *os1 = s1; in strcpy() local 47 return (os1); in strcpy()
|
H A D | strcat.c | 43 char *os1 = s1; in strcat() local 50 return (os1); in strcat()
|
H A D | strncat.c | 44 char *os1 = s1; in strncat() local 55 return (os1); in strncat()
|
H A D | strncpy.c | 43 char *os1 = s1; in strncpy() local 51 return (os1); in strncpy()
|
/titanic_44/usr/src/common/util/ |
H A D | string.c | 355 char *os1 = s1; in strcat() local 362 return (os1); in strcat() 462 char *os1 = s1; in strcpy() local 466 return (os1); in strcpy() 472 char *os1 = s1; in strncpy() local 480 return (os1); in strncpy() 543 char *os1 = s1; in strncat() local 555 return (os1); in strncat()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | stak.c | 154 unsigned char *os1 = s1; in memcpystak() local 161 return (os1); in memcpystak()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 207 tchar *os1; in strcat_() local 209 os1 = s1; in strcat_() 215 return (os1); in strcat_() 258 tchar *os1; in strcpy_() local 260 os1 = s1; in strcpy_() 263 return (os1); in strcpy_()
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | strcat.s | 40 / char *os1 = s1; 47 / return (os1);
|
H A D | strncat.s | 41 / char *os1 = s1; 52 / return (os1);
|
/titanic_44/usr/src/lib/libc/i386/gen/ |
H A D | strcat.s | 40 / char *os1 = s1; 47 / return (os1);
|
H A D | strncat.s | 41 / char *os1 = s1; 52 / return (os1);
|