Searched refs:vars (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dnm.exp57 if [info exists vars] then { unset vars }
59 set vars($symbol) $type
63 if {![info exists vars(text_symbol)] \
64 || $vars(text_symbol) != "T" \
65 || ![info exists vars(data_symbol)] \
66 || $vars(data_symbol) != "D" \
67 || ![info exists vars(common_symbol)] \
68 || $vars(common_symbol) != "C" \
69 || ![info exists vars(external_symbo
[all...]
H A Dobjdump.exp122 if [info exists vars] then { unset vars }
124 set vars($symbol) 1
128 if {![info exists vars(text_symbol)] \
129 || ![info exists vars(data_symbol)] \
130 || ![info exists vars(common_symbol)] \
131 || ![info exists vars(external_symbol)]} then {
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dvtree38 vars="$vars $i"
137 ' $vars
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpeicode.h405 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
406 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
407 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
408 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
409 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
410 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
411 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
432 sizeof (* vars.bim) \
452 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
461 entry = vars
450 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
479 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
491 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
516 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
594 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
737 pe_ILF_vars vars; local
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_env.c31 apr_table_t *vars; member in struct:__anon6310
41 conf->vars = apr_table_make(p, 10);
59 * res->vars = copy_table( p, base->vars );
61 * table_unset( res->vars, $unsetenv );
62 * foreach $element ( @add->vars )
63 * table_set( res->vars, $element.key, $element.val );
65 * add->unsetenv already removed the vars from add->vars,
68 res->vars
96 apr_table_t *vars = sconf->vars; local
[all...]
/macosx-10.10/Libc-1044.1.2/sys/
H A D_libc_init.c35 extern void _program_vars_init(const struct ProgramVars *vars);
48 const struct ProgramVars *vars)
50 _program_vars_init(vars);
62 __libc_init(const struct ProgramVars *vars, argument
76 return _libc_initializer(&funcs, NULL, apple, vars);
45 _libc_initializer(const struct _libc_functions *funcs, const char *envp[], const char *apple[], const struct ProgramVars *vars) argument
H A Dcrt_externs.c91 _program_vars_init(const struct ProgramVars* vars) { argument
98 NXArgv_pointer = vars->NXArgvPtr;
99 NXArgc_pointer = vars->NXArgcPtr;
100 environ_pointer = vars->environPtr;
101 __progname_pointer = vars->__prognamePtr;
102 _mh_execute_header_pointer = vars->mh;
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dregexp.c58 static void getrnge(char *str, step_vars_storage *vars);
60 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
358 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars) argument
364 vars->loc1 = p1;
365 return (_advance(p1, p2, vars));
373 if (_advance(p1, p2, vars)) {
374 vars->loc1 = p1;
382 if (_advance(p1, p2, vars)) {
383 vars->loc1 = p1;
390 static int _advance(char *lp, char *ep, step_vars_storage *vars) argument
593 getrnge(char *str, step_vars_storage *vars) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp226 static IOReturn IOHibernateDone(IOHibernateVars * vars);
390 IOHibernatePollerProbe(IOPolledFileIOVars * vars, IOService * target) argument
396 for (idx = vars->pollers->getCount() - 1; idx >= 0; idx--)
398 poller = (IOPolledInterface *) vars->pollers->getObject(idx);
411 IOHibernatePollerOpen(IOPolledFileIOVars * vars, uint32_t state, IOMemoryDescriptor * md) argument
417 for (idx = vars->pollers->getCount() - 1; idx >= 0; idx--)
419 poller = (IOPolledInterface *) vars->pollers->getObject(idx);
432 IOHibernatePollerClose(IOPolledFileIOVars * vars, uint32_t state) argument
439 (poller = (IOPolledInterface *) vars->pollers->getObject(idx));
456 IOPolledFileIOVars * vars local
462 IOHibernatePollerIO(IOPolledFileIOVars * vars, uint32_t operation, uint32_t bufferOffset, uint64_t deviceOffset, uint64_t length) argument
486 IOHibernatePollerIODone(IOPolledFileIOVars * vars, bool abortable) argument
534 IOHibernateVars * vars = &gIOHibernateVars; local
719 IOPolledFileIOVars * vars; local
972 IOPolledFileSeek(IOPolledFileIOVars * vars, uint64_t position) argument
999 IOPolledFileWrite(IOPolledFileIOVars * vars, const uint8_t * bytes, IOByteCount size, hibernate_cryptvars_t * cryptvars) argument
1124 IOPolledFileRead(IOPolledFileIOVars * vars, uint8_t * bytes, IOByteCount size, hibernate_cryptvars_t * cryptvars) argument
1387 IOHibernateVars * vars; local
1942 IOHibernateVars * vars = &gIOHibernateVars; local
2054 IOHibernateDone(IOHibernateVars * vars) argument
2359 IOHibernateVars *vars = (IOHibernateVars *)vars_arg; local
2372 IOHibernateVars * vars = &gIOHibernateVars; local
2388 IOHibernateVars * vars = &gIOHibernateVars; local
3067 IOHibernateVars * vars = &gIOHibernateVars; local
[all...]
/macosx-10.10/Libc-1044.1.2/darwin/
H A Dlibc_private.h43 __libc_init(const struct ProgramVars *vars,
54 const struct ProgramVars *vars);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregcustom.h143 register struct vars *vPtr = (struct vars *) \
144 Tcl_GetThreadData(&varsKey, sizeof(struct vars))
152 register struct vars *vPtr = (struct vars *) MALLOC(sizeof(struct vars))
H A Dregcomp.c42 static void moresubs(struct vars *, int);
43 static int freev(struct vars *, int);
44 static void makesearch(struct vars *, struct nfa *);
45 static struct subre *parse(struct vars *, int, int, struct state *, struct state *);
46 static struct subre *parsebranch(struct vars *, int, int, struct state *, struct state *, int);
47 static void parseqatom(struct vars *, int, int, struct state *, struct state *, struct subre *);
48 static void nonword(struct vars *, int, struct state *, struct state *);
49 static void word(struct vars *, int, struct state *, struct state *);
50 static int scannum(struct vars *);
51 static void repeat(struct vars *, struc
186 struct vars { struct
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dgen_msg.awk70 vars[nvars] = $2;
96 printf("\t%s\t\t%s;\n", types[i], vars[i]) >> HFILE;
98 printf("\t%s\t%s;\n", types[i], vars[i]) >> HFILE;
180 vars[i]) >> CFILE;
197 "\t\tmemcpy(bp, &argp->%s, sizeof(u_int32_t));\n", vars[i]) >> CFILE;
203 vars[i]) >> CFILE;
208 "\t\tmemcpy(bp, &argp->%s, sizeof(u_int16_t));\n", vars[i]) >> CFILE;
214 vars[i]) >> CFILE;
219 "\t\tmemcpy(bp, &argp->%s.file, sizeof(u_int32_t));\n", vars[i]) >> CFILE;
223 "\t\tmemcpy(bp, &argp->%s.offset, sizeof(u_int32_t));\n", vars[
[all...]
H A Dgen_rec.awk161 vars[nvars] = $2;
184 hdrdbt = vars[nvars];
186 ddbt = vars[nvars];
229 printf("\t%s\t%s;\n", t, vars[i]) >> HFILE
486 vars[i]) >> CFILE
488 vars[i]) >> CFILE
491 vars[i]) >> CFILE
498 printf("\tif (%s == NULL) {\n", vars[i]) >> CFILE
504 vars[i]) >> CFILE
505 printf("\t\tbp += sizeof(%s->size);\n", vars[
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Doptions.el43 (let (vars)
48 (setq vars (cons sym vars))))))
49 (setq vars (sort vars 'string-lessp))
50 (while vars
51 (let ((sym (car vars)))
61 (setq vars (cdr vars))))
/macosx-10.10/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D99_pod.t6 use vars qw( @files );
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A D_libkernel_init.c43 const struct ProgramVars *vars __attribute__((unused)))
/macosx-10.10/Libsystem-1213/
H A Dinit.c42 extern void __libplatform_init(void *future_use, const char *envp[], const char *apple[], const struct ProgramVars *vars);
43 extern void __pthread_init(const struct _libpthread_functions *libpthread_funcs, const char *envp[], const char *apple[], const struct ProgramVars *vars); // from libsystem_pthread.dylib
108 const struct ProgramVars* vars)
140 __libkernel_init(&libkernel_funcs, envp, apple, vars);
142 __libplatform_init(NULL, envp, apple, vars);
143 __pthread_init(&libpthread_funcs, envp, apple, vars);
144 _libc_initializer(&libc_funcs, envp, apple, vars);
104 libSystem_initializer(int argc, const char* argv[], const char* envp[], const char* apple[], const struct ProgramVars* vars) argument
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dconfig.c47 } vars[] = { variable in typeref:struct:var
120 for (var = vars; var->name != NULL; var++) {
147 for (var = vars; value == NULL && var->name != NULL; var++)
162 for (var = vars; var->name != NULL; var++)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_category.py47 vars = [ x for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
48 for k, v in vars:
53 for k, v in vars:
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certcrl/
H A Dcertcrl.cpp370 ScriptVars vars; local
371 vars.allowUnverified = vfyArgs.allowUnverified;
372 vars.requireCrlIfPresent = vfyArgs.requireCrlIfPresent;
373 vars.requireOcspIfPresent = vfyArgs.requireOcspIfPresent;
374 vars.crlNetFetchEnable = vfyArgs.crlNetFetchEnable;
375 vars.certNetFetchEnable = vfyArgs.certNetFetchEnable;
376 vars.useSystemAnchors = vfyArgs.useSystemAnchors;
377 vars.useTrustSettings = vfyArgs.useTrustSettings;
378 vars.leafCertIsCA = vfyArgs.leafCertIsCA;
379 vars
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dipptool.c122 cups_array_t *vars; /* Array of variables */ member in struct:_cups_vars_s
157 static int do_tests(FILE *outfile, _cups_vars_t *vars, const char *testfile);
158 static void expand_variables(_cups_vars_t *vars, char *dst, const char *src,
161 static ipp_t *get_collection(FILE *outfile, _cups_vars_t *vars, FILE *fp, int *linenum);
168 static char *get_variable(_cups_vars_t *vars, const char *name);
182 static void set_variable(FILE *outfile, _cups_vars_t *vars, const char *name, const char *value);
216 _cups_vars_t vars; /* Variables */ local
237 memset(&vars, 0, sizeof(vars));
238 vars
774 do_tests(FILE *outfile, _cups_vars_t *vars, const char *testfile) argument
3424 expand_variables(_cups_vars_t *vars, char *dst, const char *src, size_t dstsize) argument
3601 get_collection(FILE *outfile, _cups_vars_t *vars, FILE *fp, int *linenum) argument
4029 get_variable(_cups_vars_t *vars, const char *name) argument
4702 set_variable(FILE *outfile, _cups_vars_t *vars, const char *name, const char *value) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_category.py47 vars = [ x for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
48 for k, v in vars:
53 for k, v in vars:
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_category.py47 vars = [ x for x in methods.items() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
48 for k, v in vars:
53 for k, v in vars:
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dxml-stylesheet.rb46 vars = ATTRIBUTES.dup
47 vars.unshift(:do_validate)
49 if vars.include?(name.to_s)

Completed in 190 milliseconds

1234567891011>>