Home
last modified time | relevance | path

Searched refs:os1 (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcsstr.c37 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 Dwsncpy.c43 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 Dwscat.c47 wchar_t *os1 = s1; in wcscat() local
54 return (os1); in wcscat()
H A Dwscpy.c47 wchar_t *os1 = s1; in wcscpy() local
51 return (os1); in wcscpy()
H A Dwsncat.c48 wchar_t *os1 = s1; in wcsncat() local
59 return (os1); in wcsncat()
/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_string.c43 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_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c61 char *os1; in isprefix() local
66 os1 = s1; in isprefix()
75 return (*s1 ? 0 : (*s2 ? (s1 - os1) : (os1 - s1))); in isprefix()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dstrncat.c38 char *os1; in strncat() local
40 os1 = s1; in strncat()
49 return (os1); in strncat()
/titanic_41/usr/src/cmd/acct/lib/
H A Dcopyn.c40 register char *os1; local
42 os1 = s1;
45 return(os1);
/titanic_41/usr/src/uts/sun4/ml/
H A Dinterrupt.s181 #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_41/usr/src/lib/libc/port/gen/
H A Dstrcpy.c43 char *os1 = s1; in strcpy() local
47 return (os1); in strcpy()
H A Dstrcat.c43 char *os1 = s1; in strcat() local
50 return (os1); in strcat()
H A Dstrncat.c44 char *os1 = s1; in strncat() local
55 return (os1); in strncat()
H A Dstrncpy.c43 char *os1 = s1; in strncpy() local
51 return (os1); in strncpy()
/titanic_41/usr/src/common/util/
H A Dstring.c358 char *os1 = s1; in strcat() local
365 return (os1); in strcat()
465 char *os1 = s1; in strcpy() local
469 return (os1); in strcpy()
475 char *os1 = s1; in strncpy() local
483 return (os1); in strncpy()
546 char *os1 = s1; in strncat() local
558 return (os1); in strncat()
/titanic_41/usr/src/cmd/sh/
H A Dstak.c154 unsigned char *os1 = s1; in memcpystak() local
161 return (os1); in memcpystak()
/titanic_41/usr/src/cmd/csh/
H A Dsh.tchar.c207 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_41/usr/src/lib/libc/i386/gen/
H A Dstrcat.s40 / char *os1 = s1;
47 / return (os1);
H A Dstrncat.s41 / char *os1 = s1;
52 / return (os1);
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s40 / char *os1 = s1;
47 / return (os1);
H A Dstrncat.s41 / char *os1 = s1;
52 / return (os1);