Home
last modified time | relevance | path

Searched defs:s (Results 151 – 175 of 2801) sorted by relevance

12345678910>>...113

/illumos-gate/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
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutf8.c71 _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 Dmbsinit.c23 mbsinit_l(const mbstate_t *s, locale_t loc) in mbsinit_l()
46 mbsinit(const mbstate_t *s) in mbsinit()
/illumos-gate/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()
/illumos-gate/usr/src/boot/common/
H A Dutil.c30 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
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c39 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter()
99 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter()
156 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter()
195 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter()
/illumos-gate/usr/src/cmd/sed/
H A Dextern.h62 #define _(s) s argument
64 #define _(s) gettext(s) argument
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c59 Snode32 *s; in elf_newscn() local
86 Snode64 *s; in elf_newscn() local
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dkill-casts.c3 struct s { struct
7 void foo(struct s *x); argument
H A Dtrunc-setne0.c1 struct s { struct
2 unsigned int u:1; argument
H A Dvolatile-bitfield.c1 struct s { struct
5 void foo(volatile struct s *p) in foo() argument
H A Dmask1-setne0.c1 struct s { struct
2 unsigned i:1; argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Danon-union.c1 struct s { struct
7 static struct s foo = { .val = 5, }; argument
H A Dincomplete-struct.c3 void foo(struct s s) in foo()
9 struct s s; in bar() local
H A Dstorage-struct-member.c7 struct s { struct
8 register int a; argument
H A Dbug-bad-type.c1 struct s { struct
8 (struct s) { .i = (foo - a), }; in foo() argument
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbitfield-inc.c1 struct s { struct
5 void inc(struct s *p) in inc() argument
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h55 #define FD_ZERO(s) (s) = 0 argument
56 #define FD_SET(n,s) (s) |= 1 << (n) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfprintf.c55 ssize_t sfvsprintf(char* s, size_t n, const char* form, va_list args) in sfvsprintf()
94 ssize_t sfsprintf(char* s, size_t n, const char* form, ...) in sfsprintf()
106 reg char* s; in sfsprintf() local
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c53 #define bzero(s, n) memset(s, 0, n) argument
54 #define bcmp(s, d, n) memcmp(s, d, n) argument
56 #define index(s, r) strchr(s, r) argument
57 #define rindex(s, r) strrchr(s, r) argument
441 isnumber(char *s) in isnumber()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmlast.c46 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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtoi.h115 #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
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dreload-aliasing.c3 void f00(int *s) in f00()
9 void f01(int *a, int *b, int *s) in f01()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d39 struct s { struct
40 int s_x; argument
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c188 lex_s2i_lut_add(struct lut *root, const char *s, intptr_t i) in lex_s2i_lut_add()
194 lex_s2i_lut_lookup(struct lut *root, const char *s) in lex_s2i_lut_lookup()
200 lex_s2ullp_lut_add(struct lut *root, const char *s, in lex_s2ullp_lut_add()
207 lex_s2ullp_lut_lookup(struct lut *root, const char *s) in lex_s2ullp_lut_lookup()
686 const char *s; member
691 record(int tok, const char *s) in record()
783 yyerror(const char *s) in yyerror()

12345678910>>...113