Home
last modified time | relevance | path

Searched defs:s (Results 776 – 800 of 2794) sorted by relevance

1...<<31323334353637383940>>...112

/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dwcstombs.c42 wcstombs(s, pwcs, n) in wcstombs() argument
H A Dmbstowcs.c42 mbstowcs(pwcs, s, n) in mbstowcs() argument
/titanic_52/usr/src/lib/libbc/libc/gen/sys5/
H A Dsystem.c42 system(s) in system() argument
[all...]
/titanic_52/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h63 #define OF2IBTF_STATE(s) ((enum ibt_cep_state_e)(s)) argument
65 #define OF2IBTF_PATH_MIG_STATE(s) ((ibt_cep_cmstate_t)((s)+1)) argument
/titanic_52/usr/src/lib/libsmbfs/smb/
H A Dnls.c122 const char *s = src; in nls_mem_toloc() local
143 const char *s = src; in nls_mem_toext() local
/titanic_52/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c85 utf8_to_str(utf8string *str, uint_t *lenp, char *s) in utf8_to_str() argument
131 char *s; in print_referral_summary() local
[all...]
/titanic_52/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c299 int s = PCPINIT_TIMEOUT; piclsbl_handler() local
328 int s = PCPCOMM_TIMEOUT; piclsbl_handler() local
[all...]
/titanic_52/usr/src/cmd/mandoc/
H A Dman_validate.c426 const char *p, *s; post_UC() local
462 const char *p, *s; post_AT() local
[all...]
/titanic_52/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c115 share_t *s, *p; in sharefs_remove() local
198 share_t *s, *p; sharefs_add() local
[all...]
/titanic_52/usr/src/cmd/mdb/common/modules/genunix/
H A Ddamap.c50 local_strdup(const char *s) in local_strdup() argument
59 local_strfree(const char *s) in local_strfree() argument
[all...]
/titanic_52/usr/src/cmd/tnf/prex/
H A Dspec.c211 char *s; in spec_attrtrav() local
304 char *s; in spec_valtrav() local
[all...]
/titanic_52/usr/src/lib/libbsm/common/
H A Daudit_class.c103 char *s, input[256]; in getauclassent_r() local
217 char *s; xcacheauclass() local
[all...]
/titanic_52/usr/src/lib/libpool/common/
H A Dpool_internal.h63 #define TO_ELEM(s) ((pool_elem_t *)s) argument
67 #define TO_CONF(s) (s->pe_conf) argument
151 const char *s; member
/titanic_52/usr/src/boot/sys/boot/common/
H A Dufsread.c112 char *s; in fsfind() local
136 const char *s; in lookup() local
221 char *s; fsread_size() local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c72 re_comp(s) in re_comp() argument
86 re_exec(s) in re_exec() argument
422 char *s = gettext("This rdist session is using " global() local
[all...]
/titanic_52/usr/src/lib/libc/port/locale/
H A Dregexec.c63 xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy) in xmbrtowc() argument
83 xmbrtowc_dummy(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, in xmbrtowc_dummy() argument
102 #define ASSIGN(d, s) ((d) = (s)) argument
154 #define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates) argument
/titanic_52/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c78 char *s; in is_usb_node() local
127 char *s; in devinfo_usb_add() local
494 char *s; devinfo_usb_video4linux_add() local
673 char *s; devinfo_usb_printer_add() local
[all...]
/titanic_52/usr/src/lib/libslp/clib/
H A Dslp_targets.c308 slp_target_t *slp_fabricate_target(void *s) { in slp_fabricate_target() argument
379 char *p, *s; in add2scopes_list() local
473 char *s, * in collect_DAs() local
558 char *p, *s; format_query() local
[all...]
/titanic_52/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c153 g_alloc_string(char *s) in g_alloc_string() argument
190 char s[256]; in g_dump() local
438 char s[MAXPATHLEN]; g_get_physical_name() local
901 char s[256]; string_dump() local
[all...]
/titanic_52/usr/src/cmd/ldap/common/
H A Dldapsearch.c40 #define gettext(s) s argument
363 char *s, *temp_arg, *ps_ptr, *ps_arg; options_callback() local
707 char *s = NULL; global() local
1346 char *s = gettext("unknown"); msgtype2str() local
1371 char *s = gettext("unknown"); changetype_num2string() local
[all...]
/titanic_52/usr/src/lib/libsqlite/src/
H A Ddate.c71 double s; /* Seconds */ member
178 int h, m, s; in parseHhMmSs() local
365 int Z, s; in computeHMS() local
414 int s = x.s + 0.5; localtimeOffset() local
797 int s = x.s; strftimeFunc() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h254 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) ) argument
255 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) argument
256 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) argument
258 #define memalign(a,s) (_VMFL_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) ) argument
259 #define valloc(s) (_VMFL_(Vmregion), _ast_valloc((size_t)(s) ) argument
[all...]
/titanic_52/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c72 elfedit_modified_shdr(elfedit_section_t *s) in elfedit_modified_shdr() argument
78 elfedit_modified_data(elfedit_section_t *s) in elfedit_modified_data() argument
588 elfedit_section_t *s = in elfedit_sec_getsymtab() local
813 char *s; /* ptr to strings within table */ in elfedit_sec_findstr() local
918 char *s; /* ptr to strings within table */ elfedit_dynstr_insert() local
[all...]
/titanic_52/usr/src/tools/cw/
H A Dcw.c970 char *s; do_gcc() local
1300 char *s; do_gcc() local
1398 char *s = strdup(arg); do_gcc() local
1406 char *s = strdup(arg); do_gcc() local
1699 struct stat s; reap() local
[all...]
/titanic_52/usr/src/cmd/sgs/m4/common/
H A Dm4.c42 #define match(c, s) (c == *s && (!s[1] || inpmatch(s+1))) argument
307 inpmatch(wchar_t *s) in inpmatch() argument
330 wchar_t *s[3]; in getflags() local
592 setfname(char * s) setfname() argument
939 chkbltin(wchar_t * s) chkbltin() argument
[all...]

1...<<31323334353637383940>>...112