Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 2637) sorted by relevance

12345678910>>...106

/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d42 struct s { struct
49 union sigval u; argument
51 struct vnode s; argument
52 struct s1 { argument
61 struct vnode s; member
62 } sx; argument
72 tracemem(curthread, sizeof (struct s)); argument
/titanic_41/usr/src/lib/libmail/inc/
H A Ds_string.h53 #define s_clone(s) s_copy((s)->ptr) argument
54 #define s_curlen(s) ((s)->ptr - (s)->base) argument
55 #define s_dup(s) s_copy((s)->base) argument
56 #define s_getc(s) (*((s)->ptr++)) argument
57 #define s_peek(s) (*((s)->ptr)) argument
58 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c))) argument
59 #define s_reset(s) ((s) ? (*((s)->ptr = (s)->base) = '\0' , (s)) : s_new()) argument
60 #define s_restart(s) ((s)->ptr = (s)->base , (s)) argument
61 #define s_skipc(s) ((s)->ptr++) argument
62 #define s_space(s) ((s)->end - (s)->base) argument
[all …]
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java85 static public void fatal(String s) { in fatal()
93 static public void error(String s) { in error()
101 static public void warning(String s) { in warning()
109 static public void message(String s) { in message()
118 static public void info(String s) { in info()
127 static public void fatal(Object o, String s) { in fatal()
135 static public void error(Object o, String s) { in error()
143 static public void warning(Object o, String s) { in warning()
151 static public void message(Object o, String s) { in message()
159 static public void info(Object o, String s) { in info()
[all …]
/titanic_41/usr/src/cmd/sgs/libelf/misc/
H A DString.c59 grow(s) in grow() argument
84 ror(s, n) in ror() argument
113 prep_String(c, s) in prep_String() argument
125 nprep_String(c, s, n) in nprep_String() argument
146 app_String(s, c) in app_String() argument
158 napp_String(String *s, const char *c, int n) in napp_String()
182 mk_String(s) in mk_String() argument
197 free_String(s) in free_String() argument
210 set_String(s, c) in set_String() argument
227 trunc_String(String *s, int n) in trunc_String()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c36 ldap_utf8len (const char* s) in ldap_utf8len()
44 ldap_utf8next (char* s) in ldap_utf8next()
65 ldap_utf8prev (char* s) in ldap_utf8prev()
87 register const unsigned char* s = (const unsigned char*)src; in ldap_utf8copy() local
105 register char* s = (char*)src; in ldap_utf8characters() local
115 register const unsigned char* s = (const unsigned char*)*src; in ldap_utf8getcc() local
184 ldap_utf8isalnum( char* s ) in ldap_utf8isalnum()
196 ldap_utf8isalpha( char* s ) in ldap_utf8isalpha()
207 ldap_utf8isdigit( char* s ) in ldap_utf8isdigit()
217 ldap_utf8isxdigit( char* s ) in ldap_utf8isxdigit()
[all …]
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c36 topo_hdl_strdup(topo_hdl_t *thp, const char *s) in topo_hdl_strdup()
52 topo_hdl_strfree(topo_hdl_t *thp, char *s) in topo_hdl_strfree()
59 topo_mod_strdup(topo_mod_t *mod, const char *s) in topo_mod_strdup()
65 topo_mod_strfree(topo_mod_t *mod, char *s) in topo_mod_strfree()
71 topo_strbasename(const char *s) in topo_strbasename()
82 topo_strdirname(char *s) in topo_strdirname()
133 topo_stresc2chr(char *s) in topo_stresc2chr()
225 topo_strmatch(const char *s, const char *p) in topo_strmatch()
/titanic_41/usr/src/lib/libc/inc/
H A Dmtlib.h67 #define FILENO(s) _fileno(s) argument
68 #define FERROR(s) ferror(s) argument
69 #define GETC(s) _getc_unlocked(s) argument
70 #define UNGETC(c, s) _ungetc_unlocked(c, s) argument
71 #define PUTC(c, s) _putc_unlocked(c, s) argument
72 #define GETWC(s) getwc(s) argument
73 #define PUTWC(c, s) putwc(c, s) argument
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c113 strtonum(const char *s, int base) in strtonum()
160 strntoul(const char *s, size_t nbytes, int base) in strntoul()
176 strisnum(const char *s) in strisnum()
193 strisbasenum(const char *s) in strisbasenum()
239 strtoi(const char *s) in strtoi()
253 strdup(const char *s) in strdup()
265 strndup(const char *s, size_t n) in strndup()
278 strfree(char *s) in strfree()
289 stresc2chr(char *s) in stresc2chr()
369 strchr2esc(const char *s, size_t n) in strchr2esc()
[all …]
/titanic_41/usr/src/cmd/truss/
H A Dprint.c217 escape_string(private_t *pri, const char *s) in escape_string()
256 char *s = raw? NULL : fetchstring(pri, (long)val, PATH_MAX); in prt_stg() local
268 char *s = (raw || pri->Errno)? NULL : in prt_rst() local
284 char *s = (raw || pri->Errno || pri->Rval1 <= 0)? NULL : in prt_rlk() local
300 const char *s = raw? NULL : ioctlname(pri, (int)val); in prt_ioc() local
311 const char *s; in prt_ioa() local
378 const char *s = NULL; in prt_pip() local
420 const char *s = raw? NULL : fcntlname(val); in prt_fcn() local
432 const char *s = raw? NULL : si86name(val); in prt_s86() local
443 const char *s = raw? NULL : utscode(val); in prt_uts() local
[all …]
/titanic_41/usr/src/lib/libast/common/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) in mbtowc()
47 mbrtowc(wchar_t* t, const char* s, size_t n, mbstate_t* q) in mbrtowc()
65 mbstowcs(wchar_t* t, const char* s, size_t n) in mbstowcs()
82 wctomb(char* s, wchar_t c) in wctomb()
93 wcrtomb(char* s, wchar_t c, mbstate_t* q) in wcrtomb()
111 wcslen(const wchar_t* s) in wcslen()
124 wcstombs(char* t, register const wchar_t* s, size_t n) in wcstombs()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c35 fmd_strdup(const char *s, int flags) in fmd_strdup()
51 fmd_strfree(char *s) in fmd_strfree()
58 fmd_strbasename(const char *s) in fmd_strbasename()
69 fmd_strdirname(char *s) in fmd_strdirname()
120 fmd_stresc2chr(char *s) in fmd_stresc2chr()
217 fmd_strbadid(const char *s, int check_prefixes) in fmd_strbadid()
237 fmd_strmatch(const char *s, const char *p) in fmd_strmatch()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c68 size_t s in _Malloc()
85 size_t s in Malloc()
108 size_t s in _Zalloc()
118 size_t s in Zalloc()
136 size_t s in _Realloc()
155 size_t s in Realloc()
177 size_t s in _Calloc()
198 size_t s in Calloc()
/titanic_41/usr/src/uts/common/zmod/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
171 # define send_code(s, c, tree) \ argument
180 #define put_short(s, w) { \ argument
192 local void send_bits(s, value, length) in send_bits() argument
217 #define send_bits(s, value, length) \ argument
382 void _tr_init(s) in _tr_init() argument
411 local void init_block(s) in init_block() argument
434 #define pqremove(s, tree, top) \ argument
455 local void pqdownheap(s, tree, k) in pqdownheap() argument
490 local void gen_bitlen(s, desc) in gen_bitlen() argument
[all …]
H A Ddeflate.c175 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
189 #define INSERT_STRING(s, str, match_head) \ argument
194 #define INSERT_STRING(s, str, match_head) \ argument
204 #define CLEAR_HASH(s) \ argument
233 deflate_state *s; local
326 deflate_state *s; local
366 deflate_state *s; local
427 deflate_state *s; local
467 deflate_state *s; local
499 deflate_state *s; local
[all …]
/titanic_41/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c44 char * s, in _Access()
63 char * s in _Chdir()
80 char * s, in _Chmod()
99 char * s, in _Chown()
137 char * s, in _Creat()
215 char * s, in _Lstat()
234 char * s, in _Mknod()
255 char * s, in _Open()
277 char * s, in _Read()
337 char * s, in _Stat()
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c54 innstr(char *s, int n) in innstr()
66 mvinnstr(int y, int x, char *s, int n) in mvinnstr()
79 mvwinnstr(WINDOW *w, int y, int x, char *s, int n) in mvwinnstr()
92 instr(char *s) in instr()
104 mvinstr(int y, int x, char *s) in mvinstr()
117 mvwinstr(WINDOW *w, int y, int x, char *s) in mvwinstr()
130 winstr(WINDOW *w, char *s) in winstr()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c273 Session *s; in do_authenticated1() local
461 do_exec_no_pty(Session *s, const char *command) in do_exec_no_pty()
563 do_exec_pty(Session *s, const char *command) in do_exec_pty()
696 do_exec(Session *s, const char *command) in do_exec()
718 do_login(Session *s, const char *command) in do_login()
787 check_quietlogin(Session *s, const char *command) in check_quietlogin()
929 deflt_do_setup_env(Session *s, const char *shell, char ***env, u_int *envsize) in deflt_do_setup_env()
982 do_setup_env(Session *s, const char *shell) in do_setup_env()
1174 do_rc_files(Session *s, const char *shell) in do_rc_files()
1360 do_child(Session *s, const char *command) in do_child()
[all …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_string.c39 stresc2chr(char *s) in stresc2chr()
136 strchr2esc(const char *s, size_t n) in strchr2esc()
236 strbasename(const char *s) in strbasename()
253 strbadidnum(const char *s) in strbadidnum()
280 strisglob(const char *s) in strisglob()
297 strhyphenate(char *s) in strhyphenate()
/titanic_41/usr/src/cmd/filesync/
H A Dfiles.c163 { const char *s; in expand() local
268 const char *s; in noblanks() local
328 char *s; in lex() local
428 { const char *s; in wildcards() local
479 { char *s, *p; in cannonize() local
523 prefix(const char *s, const char *p) in prefix()
548 { const char *s; in suffix() local
580 { const char *s, *p; in contains() local
/titanic_41/usr/src/cmd/tr/
H A Dstr.c57 next(s) in next() argument
135 bracket(s) in bracket() argument
173 genclass(s) in genclass() argument
190 genequiv(s) in genequiv() argument
243 genrange(STR *s, int was_octal) in genrange()
301 genseq(s) in genseq() argument
353 backslash(STR *s, int *is_octal) in backslash()
/titanic_41/usr/src/head/
H A Dstring.h149 #define strdupa(s) \ argument
156 #define strndupa(s, n) \ argument
177 #define strdupa(s) \ argument
182 #define strndupa(s, n) \ argument
/titanic_41/usr/src/uts/common/os/
H A Dsemaphore.c67 #define SEMA_BLOCK(s, lockp) \ argument
123 sema_impl_t *s; in sema_queue() local
147 sema_impl_t *s; in sema_dequeue() local
179 sema_impl_t *s; in sema_unsleep() local
229 sema_impl_t *s; in sema_p() local
262 sema_impl_t *s; in sema_p_sig() local
334 sema_impl_t *s; in sema_v() local
373 sema_impl_t *s; in sema_tryp() local
396 sema_impl_t *s; in sema_held() local
H A Dserializer.c152 serializer_exec(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) in serializer_exec()
170 serializer_enqueue(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) in serializer_enqueue()
190 serializer_drain(serializer_t *s, int credit) in serializer_drain()
226 serializer_drain_completely(serializer_t *s) in serializer_drain_completely()
254 serializer_enter(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) in serializer_enter()
339 serializer_wait(serializer_t *s) in serializer_wait()
368 serializer_destroy(serializer_t *s) in serializer_destroy()
385 serializer_t *s = buf; in serializer_constructor() local
403 serializer_t *s = buf; in serializer_destructor() local
/titanic_41/usr/src/uts/common/vm/
H A Dseg.h213 #define SEGOP_DUP(s, n) (*(s)->s_ops->dup)((s), (n)) argument
214 #define SEGOP_UNMAP(s, a, l) (*(s)->s_ops->unmap)((s), (a), (l)) argument
215 #define SEGOP_FREE(s) (*(s)->s_ops->free)((s)) argument
216 #define SEGOP_FAULT(h, s, a, l, t, rw) \ argument
218 #define SEGOP_FAULTA(s, a) (*(s)->s_ops->faulta)((s), (a)) argument
219 #define SEGOP_SETPROT(s, a, l, p) (*(s)->s_ops->setprot)((s), (a), (l), (p)) argument
220 #define SEGOP_CHECKPROT(s, a, l, p) (*(s)->s_ops->checkprot)((s), (a), (l), (p)) argument
221 #define SEGOP_KLUSTER(s, a, d) (*(s)->s_ops->kluster)((s), (a), (d)) argument
222 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s)) argument
223 #define SEGOP_SYNC(s, a, l, atr, f) \ argument
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.struct.d41 struct s { struct
48 printf("offsetof(s, y) = %d\n", offsetof(struct D`s, y)); argument

12345678910>>...106