Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 2891) sorted by relevance

12345678910>>...116

/titanic_41/usr/src/ucbcmd/expr/
H A Dexpr.y239 substr(char *v, char *s, char *w) in substr()
257 index(char *s, char *t) in index()
272 length(char *s) in length()
285 match(char *s, char *p) in match()
298 ematch(char *s, char *p) in ematch()
373 yyerror(char *s) in yyerror()
/titanic_41/usr/src/lib/libpcidb/common/
H A Dpcidb.c199 insert_subdev(pcidb_device_t *d, pcidb_subvd_t *s) in insert_subdev()
219 pcidb_subvd_t *s; in parse_subdev() local
357 pcidb_subvd_t *s, *ts; in pcidb_close() local
480 pcidb_subvd_t *s; in pcidb_lookup_subvd_by_device() local
526 pcidb_subvd_iter_next(pcidb_subvd_t *s) in pcidb_subvd_iter_next()
532 pcidb_subvd_name(pcidb_subvd_t *s) in pcidb_subvd_name()
538 pcidb_subvd_svid(pcidb_subvd_t *s) in pcidb_subvd_svid()
544 pcidb_subvd_sdid(pcidb_subvd_t *s) in pcidb_subvd_sdid()
550 pcidb_subvd_device(pcidb_subvd_t *s) in pcidb_subvd_device()
556 pcidb_subvd_vendor(pcidb_subvd_t *s) in pcidb_subvd_vendor()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c173 char *s; in eval_cat() local
254 const char *s; in eval_func() local
336 const char *matchthis[2], *s; in eval_func() local
407 const char *s; in eval_func() local
445 const char *s; in eval_func() local
615 char *s = ipath2str(NULL, in eval_func() local
1295 char *s = ipath2str(NULL, in check_expr_args() local
1306 char *s = ipath2str(NULL, in check_expr_args() local
1319 char *s = MALLOC(len + 1); in check_expr_args() local
1328 char *s = MALLOC(len + 1); in check_expr_args() local
/titanic_41/usr/src/lib/librstp/common/
H A Dp2p.c53 STP_p2p_enter_state (STATE_MACH_T* s) in STP_p2p_enter_state()
72 STP_p2p_check_conditions (STATE_MACH_T* s) in STP_p2p_check_conditions()
/titanic_41/usr/src/uts/common/io/mii/
H A Dmii_realtek.c70 uint16_t s; in rtl8139_check() local
97 uint16_t s; in rtl8201_check() local
/titanic_41/usr/src/cmd/refer/
H A Drefer8.c24 input(char *s) in input()
47 addch(char *s, char c) in addch()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dwcrtomb.c38 wcrtomb_l(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps, in wcrtomb_l()
49 wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) in wcrtomb()
H A Dmbrlen.c36 mbrlen_l(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps, in mbrlen_l()
47 mbrlen(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps) in mbrlen()
/titanic_41/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c41 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter()
101 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter()
158 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter()
197 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_status.c43 free_string (char *s) in free_string()
124 char *s = strdup(msg); in save_error_string() local
132 char *s; in save_error_message() local
146 char *s; in krb5_gss_save_error_info() local
/titanic_41/usr/src/cmd/ndmpd/include/
H A Dndmpd_door.h103 #define NS_INC(s) (atomic_inc_32((volatile uint32_t *)&ndstat.ns_##s)) argument
104 #define NS_DEC(s) (atomic_dec_32((volatile uint32_t *)&ndstat.ns_##s)) argument
105 #define NS_ADD(s, d) (atomic_add_64((volatile uint64_t *)&ndstat.ns_##s, \ argument
107 #define NS_UPD(s, t) { \ argument
/titanic_41/usr/src/common/tsol/
H A Dltos.c72 #define HEX(h, i, l, s) \ argument
78 __hex(char **s, const m_label_t *l) in __hex()
137 l_to_str_internal(const m_label_t *l, char **s) in l_to_str_internal()
186 label_to_str(const m_label_t *l, char **s, const m_label_str_t t, uint_t f) in label_to_str()
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c271 #define TRY_FREE(s, p) {if (p) ZFREE(s, p); } argument
568 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } argument
577 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
607 #define _tr_tally_lit(s, c, flush) \ argument
614 #define _tr_tally_dist(s, distance, length, flush) \ argument
625 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
626 #define _tr_tally_dist(s, distance, length, flush) \ argument
800 #define UPDATE_HASH(s, h, c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
815 #define INSERT_STRING(s, str, match_head) \ argument
820 #define INSERT_STRING(s, str, match_head) \ argument
[all …]
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_string.c62 strsubst(char *s, char orgchar, char newchar) in strsubst()
191 smb_strupr(char *s) in smb_strupr()
222 smb_strlwr(char *s) in smb_strlwr()
251 smb_isstrlwr(const char *s) in smb_isstrlwr()
282 smb_isstrupr(const char *s) in smb_isstrupr()
/titanic_41/usr/src/cmd/tbl/
H A Dt6.c32 char *s; in maktab() local
205 wide(char *s, char *fn, char *size) in wide()
222 filler(char *s) in filler()
/titanic_41/usr/src/cmd/csh/
H A Dsh.err.c53 error(s, a1, a2) in error() argument
120 Perror(tchar *s) in Perror()
155 seterr(char *s) in seterr()
/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c920 get_attrib_num(const char *s, int n) in get_attrib_num()
959 const char *s, in get_timeval_t()
1028 const char *s, in get_limit()
1072 get_time_t(const char *s, time_t *t, time_t default_val) in get_time_t()
1111 get_uint_val(const char *s, int *val, int default_val) in get_uint_val()
1151 get_int_val(const char *s, int *val, int default_val) in get_int_val()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dtv.h111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dtv.h90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dtv.h111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h90 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
91 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
92 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
94 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
95 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
96 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h111 #define tvgetatime(t,s) ((t)->tv_nsec=ST_ATIME_NSEC_GET(s),(t)->tv_sec=(s)->st_atime) argument
112 #define tvgetmtime(t,s) ((t)->tv_nsec=ST_MTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_mtime) argument
113 #define tvgetctime(t,s) ((t)->tv_nsec=ST_CTIME_NSEC_GET(s),(t)->tv_sec=(s)->st_ctime) argument
115 #define tvsetatime(t,s) (ST_ATIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_atime=(t)->tv_sec) argument
116 #define tvsetmtime(t,s) (ST_MTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_mtime=(t)->tv_sec) argument
117 #define tvsetctime(t,s) (ST_CTIME_NSEC_SET(s,(t)->tv_nsec),(s)->st_ctime=(t)->tv_sec) argument

12345678910>>...116