Searched +defs:base +defs:name (Results 151 - 175 of 417) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_ld.cpp188 const char* name = dt_ld_decode_stability_v1_level(stability[0] - '0'); local
329 ctf_id_t base = ctf_type_resolve(node->dn_ctfp, stripped_of_pointers); local
[all...]
H A Ddt_module.c91 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id) argument
108 const char *base = dmp->dm_strtab.cts_data; local
114 const char *name = base + sym->st_name; local
137 const char *base = dmp->dm_strtab.cts_data; local
143 const char *name = base local
294 dt_module_symname32(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
324 dt_module_symname64(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
464 const char *base = (const char *)dmp->dm_strtab.cts_data; local
469 const char *name = base + sym->n_un.n_strx; local
557 dt_module_symname_macho(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
662 const char *name = strtab + sym->n_un.n_strx; local
717 const char *base = (const char *)dmp->dm_strtab.cts_data; local
722 const char *name = base + sym->n_un.n_strx; local
787 dt_module_symname_macho_64(dt_module_t *dmp, const char *name, GElf_Sym *symp, uint_t *idp) argument
892 const char *name = strtab + sym->n_un.n_strx; local
945 dt_module_create(dtrace_hdl_t *dtp, const char *name) argument
981 dt_module_lookup_by_name(dtrace_hdl_t *dtp, const char *name) argument
1301 dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name, const dtrace_typeinfo_t *tip) argument
1365 dt_module_update(dtrace_hdl_t *dtp, const char *name) argument
1611 dtrace_lookup_by_name(dtrace_hdl_t *dtp, const char *object, const char *name, GElf_Sym *symp, dtrace_syminfo_t *sip) argument
1741 dtrace_lookup_by_type(dtrace_hdl_t *dtp, const char *object, const char *name, dtrace_typeinfo_t *tip) argument
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddump.c146 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd) argument
267 gelf_getsym_macho(Elf_Data * data, int ndx, GElf_Sym * sym, const char *base) argument
270 const char *name; local
315 gelf_getsym_macho_64(Elf_Data * data, int ndx, GElf_Sym * sym, const char *base) argument
318 const char *name; local
377 char *name; local
432 char *name = NULL; local
485 char *name; local
905 long_stat(const char *name, ulong_t value) argument
911 fp_stat(const char *name, float value) argument
1039 char *name; local
[all...]
H A Doutput.c55 gelf_getsym_macho(Elf_Data * data, int ndx, int nent, GElf_Sym * dst, const char *base) argument
58 const char *name = base + nsym->n_un.n_strx; local
100 gelf_getsym_macho_64(Elf_Data * data, int ndx, int nent, GElf_Sym * dst, const char *base) argument
103 const char *name = base + nsym->n_un.n_strx; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dsdiff.c324 expand_name (char *name, bool is_dir, char const *other_name) argument
333 char const *base = base_name (other_name); local
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c1152 create_output_file (char const *name, int open_flags) argument
1165 init_output (char const *name, int open_flags, struct outstate *outstate) argument
1244 patch_match (LINENUM base, LINENUM offset, argument
1354 remove_if_needed (char const *name, in argument
[all...]
/macosx-10.9.5/ksh-20/ksh/lib/package/
H A Dpackage.mk85 base = macro
99 name = macro
281 name := $(P) macro
491 base := -z $(B) macro
575 name := $(.name.cyg $(name)) macro
861 echo "name='$(name)'" macro
1058 echo "name='$(name)'" macro
1111 base := -z $(B) macro
1275 echo "name='$(name)'" macro
1342 echo "name='$(name)'" macro
1387 base := -z $(B) macro
1458 echo "name='$(name)'" macro
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.mk85 base = macro
99 name = macro
281 name := $(P) macro
491 base := -z $(B) macro
575 name := $(.name.cyg $(name)) macro
861 echo "name='$(name)'" macro
1058 echo "name='$(name)'" macro
1111 base := -z $(B) macro
1275 echo "name='$(name)'" macro
1342 echo "name='$(name)'" macro
1387 base := -z $(B) macro
1458 echo "name='$(name)'" macro
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c457 register const char *name; local
556 register const char *name; local
818 newnode(const char *name) argument
1029 nv_search(const char *name, Dt_t *root, int mode) argument
1077 nv_bfsearch(const char *name, Dt_t *root, Namval_t **var, char **last) argument
1154 register const char *name = path_basename(path); local
1243 create_table(Namval_t *np,const char *name,int flags,Namfun_t *fp) argument
1299 register Dt_t *base = dtview(root,0); local
1370 nv_mount(Namval_t *np, const char *name, Dt_t *dict) argument
[all...]
H A Dnvtype.c279 char *name = np->nvname; local
495 static Namval_t *create_type(Namval_t *np,const char *name,int flag,Namfun_t *fp) argument
507 char *base local
801 char *name; local
853 char *name=0, *cp, *sp, **help; local
1212 nv_mkinttype(char *name, size_t size, int sign, const char *help, Namdisc_t *ep) argument
1403 char *name; member in struct:_field_
1428 nv_mkstruct(const char *name, int rsize, Fields_t *fields) argument
[all...]
H A Dparse.c1894 Sfio_t *base, *iop = sfopen((Sfio_t*)0," ~(E)","s"); local
2008 unsigned long kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
2042 char *name = nv_name(np); local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.c54 const char name[16]; /* identifier name */ member in struct:__anon9295
489 char* base = 0; local
1043 char* base; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX2.c353 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, argument
391 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name, argument
523 const char *base = NULL; local
555 xmlSAX2GetEntity(void *ctx, const xmlChar *name) argument
635 xmlSAX2GetParameterEntity(void *ctx, const xmlChar *name) argument
663 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
684 const char *base = NULL; local
703 const char *base = NULL; local
739 xmlChar *name = NULL, *prefix = NULL; local
801 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
847 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
898 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
920 const char *base = NULL; local
940 const char *base = NULL; local
1100 xmlChar *name; local
1423 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name, const xmlChar *prefix, const xmlChar **atts) argument
1585 xmlChar *name; local
2526 xmlSAX2Reference(void *ctx, const xmlChar *name) argument
[all...]
H A DdebugXML.c250 xmlCtxtCheckName(xmlDebugCtxtPtr ctxt, const xmlChar * name) argument
2049 xmlChar *base; local
[all...]
H A Dtestlimits.c81 const char *name; member in struct:hugeTest
440 const xmlChar *cur, *base; local
494 const xmlChar *name = NULL; local
1380 const char *name; /* the huge generator name */ member in struct:limitDesc
[all...]
H A Dxinclude.c85 xmlChar * base; /* the current xml:base */ member in struct:_xmlXIncludeCtxt
171 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur, const xmlChar *name) argument
495 xmlChar *base; local
1694 xmlChar *base; local
2030 xmlChar *base; local
[all...]
H A Dxmlsave.c211 const unsigned char* base = in; local
1337 xmlAttrPtr name = NULL; local
2052 xmlChar *base, *cur; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxpath.h145 const xmlChar *name; /* the type name */ member in struct:_xmlXPathType
156 const xmlChar *name; /* the variable name */ member in struct:_xmlXPathVariable
178 const xmlChar *name; /* the function name */ member in struct:_xmlXPathFunct
204 const xmlChar *name; /* the axis name */ member in struct:_xmlXPathAxis
372 const xmlChar *base; /* the full expression */ member in struct:_xmlXPathParserContext
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c69 char name[ kDNSServiceMaxDomainName ]; member in struct:Query
499 LPCWSTR name; local
895 char name[ kDNSServiceMaxDomainName ]; local
1542 uint8_t * base; local
2257 IsReverseLookup( LPCWSTR name, size_t size ) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_termcap.c234 _nc_cgetent(char **buf, int *oline, char **db_array, const char *name) argument
261 _nc_getent( char **cap, unsigned *len, int *beginning, int in_array, char **db_array, int fd, const char *name, int depth, char *nfield) argument
590 _nc_cgetmatch(char *buf, const char *name) argument
707 char *s, *base; local
768 _nc_tgetent(char *bp, char **sourcename, int *lineno, const char *name) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtic.c378 char *s, *base; local
453 open_tempfile(char *name) argument
1039 expected_params(const char *name) argument
1043 const char *name; member in struct:__anon11164
1132 check_params(TERMTYPE *tp, const char *name, char *value) argument
1297 check_sgr(TERMTYPE *tp, char *zero, int num, char *cap, const char *name) argument
[all...]
H A Dtset.c385 char *base = 0; local
1061 report(const char *name, int which, unsigned def) argument
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dsaslint.h212 sasl_conn_t base; /* parts common to server + client */ member in struct:sasl_server_conn
241 sasl_conn_t base; /* parts common to server + client */ member in struct:sasl_client_conn
275 char *name; member in struct:sasl_verify_password_s
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c922 init_output(const char *name) argument
933 init_reject(const char *name) argument
996 patch_match(LINENUM base, LINENU argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddict_ldap.c366 static void rfc2253_quote(DICT *unused, const char *name, VSTRING *result) argument
388 rfc2254_quote(DICT *unused, const char *name, VSTRING *result) argument
582 search_st(LDAP *ld, char *base, int scope, char *query, char **attrs, int timeout, LDAPMessage **res) argument
1072 dict_ldap_get_values(DICT_LDAP *dict_ldap, LDAPMessage *res, VSTRING *result, const char *name) argument
1320 dict_ldap_lookup(DICT *dict, const char *name) argument
1325 static VSTRING *base; local
[all...]

Completed in 160 milliseconds

1234567891011>>