/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | wcstombs.c | 42 wcstombs(s, pwcs, n) in wcstombs() argument
|
H A D | mbstowcs.c | 42 mbstowcs(pwcs, s, n) in mbstowcs() argument
|
/titanic_52/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | system.c | 42 system(s) in system() argument [all...] |
/titanic_52/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_kverb_impl.h | 63 #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 D | nls.c | 122 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 D | ref_subr.c | 85 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 D | piclsbl.c | 299 int s = PCPINIT_TIMEOUT; piclsbl_handler() local 328 int s = PCPCOMM_TIMEOUT; piclsbl_handler() local [all...] |
/titanic_52/usr/src/cmd/mandoc/ |
H A D | man_validate.c | 426 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 D | sharetab.c | 115 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 D | damap.c | 50 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 D | spec.c | 211 char *s; in spec_attrtrav() local 304 char *s; in spec_valtrav() local [all...] |
/titanic_52/usr/src/lib/libbsm/common/ |
H A D | audit_class.c | 103 char *s, input[256]; in getauclassent_r() local 217 char *s; xcacheauclass() local [all...] |
/titanic_52/usr/src/lib/libpool/common/ |
H A D | pool_internal.h | 63 #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 D | ufsread.c | 112 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 D | docmd.c | 72 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 D | regexec.c | 63 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 D | devinfo_usb.c | 78 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 D | slp_targets.c | 308 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 D | genf.c | 153 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 D | ldapsearch.c | 40 #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 D | date.c | 71 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 D | vmalloc.h | 254 #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 D | util_machelf.c | 72 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 D | cw.c | 970 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 D | m4.c | 42 #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...] |