Home
last modified time | relevance | path

Searched defs:s (Results 201 – 225 of 2891) sorted by relevance

12345678910>>...116

/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_devname.c80 register char *s, *p; in prom_stdin_stdout_equivalence() local
100 register char *p, *s; in prom_path_options() local
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c27 char *s; local
390 char *s = ""; local
/titanic_41/usr/src/ucblib/librpcsoc/
H A Drtime.c81 int s; local
156 do_close(s) in do_close() argument
/titanic_41/usr/src/cmd/tip/
H A Dacu.c145 acuabort(int s) in acuabort()
152 acutype(char *s) in acutype()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.timed/
H A Din.timed.c63 machtime_stream(int s) in machtime_stream()
72 machtime_dg(int s, const struct sockaddr *sap, int sa_len, const void *buf, in machtime_dg()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h75 #define realloc(a, s) my_realloc(a, s, __FILE__, __LINE__) argument
78 #define sethostent(s) my_sethostent(s, __FILE__, __LINE__) argument
87 #define netdir_getbyname(t, s, a) \ argument
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c265 char *s, *e; in xstrsep() local
399 int gaierr, s = -1; in tcpconnect() local
431 int s; in conalloc() local
467 confree(int s) in confree()
484 contouch(int s) in contouch()
493 conrecycle(int s) in conrecycle()
504 congreet(int s) in congreet()
571 conread(int s) in conread()
655 int s = c->c_fd; in conloop() local
/titanic_41/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c108 int s; in local_interfaces() local
145 struct sockaddr_in *s = in local_interfaces() local
152 struct sockaddr_in6 *s = in local_interfaces() local
/titanic_41/usr/src/lib/libtsol/common/
H A Dstob.c59 #define ISHEX(f, s) \ argument
109 char *s = (char *)string; in stobsl() local
283 char *s = (char *)string; in stobclear() local
/titanic_41/usr/src/lib/libproc/common/
H A DPzone.c233 Pzonename(struct ps_prochandle *P, char *s, size_t n) in Pzonename()
239 Pzoneroot(struct ps_prochandle *P, char *s, size_t n) in Pzoneroot()
311 Plofspath(const char *path, char *s, size_t n) in Plofspath()
518 Pzonepath(struct ps_prochandle *P, const char *path, char *s, size_t n) in Pzonepath()
745 Pfindobj(struct ps_prochandle *P, const char *path, char *s, size_t n) in Pfindobj()
773 Pfindmap(struct ps_prochandle *P, map_info_t *mptr, char *s, size_t n) in Pfindmap()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1062 Byte *s, *oo, *o; in ldap_t61_to_8859() local
1212 cc_to_t61( Byte *o, Byte *s ) in cc_to_t61()
1600 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61() local
1707 void convert_escaped_to_8bit( s ) in convert_escaped_to_8bit() argument
1728 char *convert_8bit_to_escaped( s ) in convert_8bit_to_escaped() argument
1781 char *t61_printable( s ) in t61_printable() argument
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmxdate.c36 #define dig1(s,n) ((n)=((*(s)++)-'0')) argument
37 #define dig2(s,n) ((n)=((*(s)++)-'0')*10,(n)+=(*(s)++)-'0') argument
38 #define dig3(s,n) ((n)=((*(s)++)-'0')*100,(n)+=((*(s)++)-'0')*10,(n)+=(*(s)++)-'0') argument
39 #define dig4(s,n) ((n)=((*(s)++)-'0')*1000,(n)+=((*(s)++)-'0')*100,(n)+=((*(s)++)-'0')*10,(n)+=(*(s… argument
73 range(register char* s, char** e, char* set, int lo, int hi) in range()
157 tmxdate(register const char* s, char** e, Time_t now) in tmxdate()
/titanic_41/usr/src/cmd/format/
H A Dmisc.c573 alloc_string(s) in alloc_string() argument
647 #define must_be(s, c) if (*s++ != c) return (0) argument
648 #define skip_digits(s) while (isdigit(*s)) s++ argument
653 #define skip_digit_or_hexupper(s) while (isdigit(*s) || \ argument
808 char *s; local
863 char s[256]; local
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dsimba.c69 #define DEBUG0(f, s) if ((f)& simba_debug_flags) \ argument
72 #define DEBUG1(f, s, a) if ((f)& simba_debug_flags) \ argument
75 #define DEBUG2(f, s, a, b) if ((f)& simba_debug_flags) \ argument
78 #define DEBUG3(f, s, a, b, c) if ((f)& simba_debug_flags) \ argument
81 #define DEBUG4(f, s, a, b, c, d) if ((f)& simba_debug_flags) \ argument
84 #define DEBUG5(f, s, a, b, c, d, e) if ((f)& simba_debug_flags) \ argument
87 #define DEBUG6(f, s, a, b, c, d, e, ff) if ((f)& simba_debug_flags) \ argument
92 #define DEBUG0(f, s) argument
93 #define DEBUG1(f, s, a) argument
94 #define DEBUG2(f, s, a, b) argument
[all …]
/titanic_41/usr/src/cmd/refer/
H A Dmkey3.c36 common(char *s) in common()
64 c_look(char *s, int fl) in c_look()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DKrb5Conf.java110 String s = t.nextToken(); in Krb5Conf() local
187 String s = ""; in getAllRealms() local
232 String s = c.getRealmServer(r); in main() local
/titanic_41/usr/src/tools/pmodes/
H A Dbinsearch.c62 item_add(itemlist l, char *s) in item_add()
82 item_add_list(itemlist l, char **s, int n, int alloc) in item_add_list()
128 item_search(itemlist l, const char *s) in item_search()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h160 #define __m_return_code(s, c) (c) argument
161 #define __m_return_int(s, c) (c) argument
162 #define __m_return_chtype(s, c) (c) argument
163 #define __m_return_pointer(s, p) (p) argument
164 #define __m_return_void(s) argument
/titanic_41/usr/src/cmd/expr/
H A Dexpr.c328 substr(char *v, char *s, char *w) in substr()
348 index(char *s, char *t) in index()
363 length(char *s) in length()
376 match(char *s, char *p) in match()
395 ematch(char *s, char *p) in ematch()
467 yyerror(char *s) in yyerror()
655 char *s = gettext("malloc error"); in exprmalloc() local
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_util.c238 char *s; in sdup() local
354 char *s; in lastChar() local
368 void *s; in appendString2SingleVal() local
406 scmp(char *s, __nis_single_value_t *v) { in scmp()
421 scasecmp(char *s, __nis_single_value_t *v) { in scasecmp()
592 int s, e; in checkIPaddress() local
720 char *newval, *s; in escapeSpecialChars() local
765 char *s, *d, *end; in removeEscapeChars() local
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h55 #define ZULU_HAT_PGSHIFT(s) (ZULU_HAT_BP_SHIFT + \ argument
57 #define ZULU_HAT_PGSZ(s) ((uint64_t)1<<ZULU_HAT_PGSHIFT(s)) argument
58 #define ZULU_HAT_PGOFFSET(s) (ZULU_HAT_PGSZ(s) - 1) argument
59 #define ZULU_HAT_PGMASK(s) (~ZULU_HAT_PGOFFSET((uint64_t)s)) argument
60 #define ZULU_HAT_PGADDR(a, s) ((uintptr_t)(a) & ZULU_HAT_PGMASK(s)) argument
61 #define ZULU_HAT_PGADDROFF(a, s) ((uintptr_t)(a) & ZULU_HAT_PGOFFSET(s)) argument
62 #define ZULU_HAT_PGDIFF(a, s) (ZULU_HAT_PGSZ(s) - \ argument
126 #define ZULU_TSB_HASH(a, ts, s) (((uintptr_t)(a) >> ZULU_HAT_PGSHIFT(ts)) & \ argument
/titanic_41/usr/src/cmd/awk/
H A Dlib.c193 uchar *s, temp[11]; in getargv() local
204 setclvar(uchar *s) /* set var=value from s */ in setclvar()
506 yyerror(char *s) in yyerror()
561 error(int f, char *s) in error()
643 errcheck(double x, char *s) in errcheck()
660 PUTS(uchar *s) in PUTS()
666 isclvar(uchar *s) /* is s of form var=something? */ in isclvar()
692 is_number(uchar *s) in is_number()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn_sigb.h265 #define SSIEVENT_GET_STATE_MASK(s) \ argument
269 #define SSIEVENT_GET_STATE(s, e) \ argument
271 #define SSIEVENT_CLR_STATE(s, e) \ argument
273 #define SSIEVENT_SET_STATE(s, e) \ argument
279 #define SSIEVENT_GET_HANDLED_MASK(s) \ argument
283 #define SSIEVENT_GET_HANDLED(s, e) \ argument
285 #define SSIEVENT_CLR_HANDLED(s, e) \ argument
287 #define SSIEVENT_SET_HANDLED(s, e) \ argument
289 #define SSIEVENT_SET_HANDLED_DATA(s, e, d) \ argument
315 #define SSIEVENT_SET(s, e, d) { \ argument
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dstralloc.c71 register unsigned s; in salloc() local
127 register unsigned s, delta; in srealloc() local
/titanic_41/usr/src/uts/i86pc/io/
H A Dhardclk.c91 ushort_t s; in hr_clock_lock() local
98 hr_clock_unlock(int s) in hr_clock_unlock()

12345678910>>...116