/titanic_51/usr/src/cmd/luxadm/ |
H A D | errormsgs.c | 60 alloc_string(char *s) in alloc_string() argument [all...] |
/titanic_51/usr/src/cmd/mail/ |
H A D | pushlist.c | 33 void pushlist(hdrtype, where, s, contflg) in pushlist() argument [all...] |
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | addipopt.c | 22 char *s; local
|
H A D | optname.c | 20 char *s; local [all...] |
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sffilbuf.c | 73 { ssize_t s = r; local
|
H A D | sfsk.c | 40 reg ssize_t s; local
|
H A D | _sfputm.c | 39 reg uchar *s, *ps; local
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | _sfputm.c | 39 reg uchar *s, *ps; local [all...] |
H A D | sffilbuf.c | 73 { ssize_t s = r; local
|
H A D | sfsk.c | 40 reg ssize_t s; local
|
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tmlex.c | 48 tmlex(register const char* s, char** e, char** tab, int ntab, char** suf, int nsuf) in tmlex()
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstat.c | 45 reg size_t s = 0; local
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmlex.c | 48 tmlex(register const char* s, char** e, char** tab, int ntab, char** suf, int nsuf) in tmlex() argument
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmstat.c | 43 size_t s; local [all...] |
/titanic_51/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_51/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_51/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_51/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_51/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...] |
/titanic_51/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_51/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_51/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_51/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_51/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_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 215 static int count_tokens(const char *s) in count_tokens() argument 241 static int read_next_token(const char **s,LDAPsortkey **key) in read_next_token() argument
|