/titanic_53/usr/src/cmd/sendmail/libsm/ |
H A D | stringf.c | 51 char *s; local 78 char *s; local
|
/titanic_53/usr/src/lib/libc/port/stdio/ |
H A D | tmpnam_r.c | 48 tmpnam_r(char *s) in tmpnam_r() 71 tmpnam(char *s) in tmpnam()
|
/titanic_53/usr/src/lib/libtsol/common/ |
H A D | hextob.c | 58 htobsl(const char *s, m_label_t *label) in htobsl() 86 htobclear(const char *s, m_label_t *clearance) in htobclear()
|
/titanic_53/usr/src/uts/common/sys/ |
H A D | stddef.h | 29 #define offsetof(s, m) __builtin_offsetof(s, m) argument 47 #define container_of(m, s, name) \ argument
|
/titanic_53/usr/src/lib/libc/port/locale/ |
H A D | utf8.c | 71 _UTF8_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _UTF8_mbrtowc() 205 const char *s; in _UTF8_mbsnrtowcs() local 284 _UTF8_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) in _UTF8_wcrtomb() 355 const wchar_t *s; in _UTF8_wcsnrtombs() local
|
H A D | mblen.c | 38 mblen_l(const char *s, size_t n, locale_t loc) in mblen_l() 54 mblen(const char *s, size_t n) in mblen()
|
H A D | wctomb.c | 37 wctomb_l(char *s, wchar_t wchar, locale_t loc) in wctomb_l() 52 wctomb(char *s, wchar_t wchar) in wctomb()
|
/titanic_53/usr/src/common/tsol/ |
H A D | ltos.c | 72 #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_53/usr/src/lib/libsocket/inet/ |
H A D | sourcefilter.c | 41 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_53/usr/src/cmd/ndmpd/include/ |
H A D | ndmpd_door.h | 103 #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_53/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | disp_status.c | 43 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_53/usr/src/boot/sys/boot/common/ |
H A D | util.c | 30 const char *s = src; in memcpy() local 97 strchr(const char *s, char ch) in strchr() 108 strlen(const char *s) in strlen() 122 char buf[32], *s; in printf() local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 94 #define getsource(s,e) (((s)>=(e))?0:mbgetchar(s)) argument 105 gobble(Match_t* mp, register char* s, register int sub, int* g, int clear) in gobble() 174 onematch(Match_t* mp, int g, char* s, char* p, char* e, char* r, int flags) in onematch() 523 grpmatch(Match_t* mp, int g, char* s, register char* p, char* e, int flags) in grpmatch() 550 register char* s; in strgrpmatch() local 594 strmatch(const char* s, const char* p) in strmatch()
|
/titanic_53/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_attr.c | 920 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_53/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 182 lex_s2i_lut_add(struct lut *root, const char *s, intptr_t i) in lex_s2i_lut_add() 188 lex_s2i_lut_lookup(struct lut *root, const char *s) in lex_s2i_lut_lookup() 194 lex_s2ullp_lut_add(struct lut *root, const char *s, in lex_s2ullp_lut_add() 201 lex_s2ullp_lut_lookup(struct lut *root, const char *s) in lex_s2ullp_lut_lookup() 680 const char *s; member 685 record(int tok, const char *s) in record() 777 yyerror(const char *s) in yyerror()
|
/titanic_53/usr/src/cmd/hal/tools/ |
H A D | hal-device.c | 412 char *skip_space(char *s) in skip_space() 420 char *skip_non_eq_or_space(char *s) in skip_non_eq_or_space() 429 char *skip_number(char *s) in skip_number() 438 char *skip_nonquote(char *s) in skip_nonquote() 449 char *s, *s1; in process_property() local 549 char *udi2 = NULL, *udi3 = NULL, **s; in add_properties() local 636 char **s; in free_properties() local
|
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 126 expstr(s) in expstr() argument 251 expsh(s) in expsh() argument 342 execbrc(p, s) in execbrc() argument 431 match(s, p) in match() argument 449 amatch(s, p) in amatch() argument 538 smatch(s, p) in smatch() argument 601 register char *s; local
|
/titanic_53/usr/src/lib/librstp/common/ |
H A D | edge.c | 43 STP_edge_enter_state (STATE_MACH_T *s) in STP_edge_enter_state() 72 STP_edge_check_conditions (STATE_MACH_T *s) in STP_edge_check_conditions()
|
/titanic_53/usr/src/cmd/tbl/ |
H A D | tc.c | 25 char *s; in choochar() local 87 point(int s) in point()
|
/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | overlay.c | 54 overlay(const WINDOW *s, WINDOW *t) in overlay() 66 overwrite(const WINDOW *s, WINDOW *t) in overwrite()
|
/titanic_53/usr/src/lib/libiscsit/common/ |
H A D | libiscsit.h | 47 #define IS_IQN_NAME(s) (strncmp((s), "iqn.", 4) == 0) argument 48 #define IS_EUI_NAME(s) (strncmp((s), "eui.", 4) == 0) argument
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strtoi.h | 115 #define S2I_valid(s) ((s)<(z)) argument 117 #define S2I_valid(s) 1 argument 120 #define ADDOVER(n,c,s) ((S2I_umax-(n))<((S2I_unumber)((c)+(s)))) argument 227 register unsigned char* s = (unsigned char*)a; local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmlast.c | 46 size_t s; local 102 size_t s; local 147 ssize_t s, ds; local 326 ssize_t s; local 368 size_t s, orgsize = size, orgalign = align; local
|
/titanic_53/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 55 #define bzero(s, n) memset(s, 0, n) argument 56 #define bcmp(s, d, n) memcmp(s, d, n) argument 58 #define index(s, r) strchr(s, r) argument 59 #define rindex(s, r) strrchr(s, r) argument 443 isnumber(char *s) in isnumber()
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 126 #define LEADING(e,r,s) (*(s)==(e)->leading&&((s)==(e)->beg||*((s)-1)==(r)->explicit)) argument 198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0)) argument 199 #define stkold(s,p) stkset(s,(p)->base,(p)->offset) argument 201 #define stkframe(s) (*((Stk_frame_t**)stktop(s)-1)) argument 202 #define stkdata(s,t) ((t*)stkframe(s)->data) argument 203 #define stkpop(s) stkold(s,&(stkframe(s)->pos)) argument 253 regmatch_t* s; in _matchpush() local 397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) argument 402 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) in parserep() 499 parsetrie(Env_t* env, Trie_node_t* x, Rex_t* rex, Rex_t* cont, unsigned char* s) in parsetrie() [all …]
|