Searched +defs:tmp +defs:end (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Ddump.c18 unsigned char *end = base + len; local
24 unsigned char *tmp; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DManifestParser.cpp58 const UChar* end = s.characters() + s.length(); local
87 const UChar* tmp = p - 1; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/pkgdata/
H A Dpkgtypes.c155 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str) argument
157 CharList *endptr = NULL, *tmp; local
209 pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) argument
281 CharList *tmp; local
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dbacktrace.c61 const char *tmp = strrchr(info->dli_fname, '/'); local
95 intptr_t strs, end; local
113 const char *tmp = strrchr(info->dli_fname, '/'); local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Doidm.c60 char *tmp = SLAP_MALLOC( om->som_oid.bv_len local
171 void oidm_unparse( BerVarray *res, OidMacro *start, OidMacro *end, int sys ) argument
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtext.c84 atf_dynstr_t tmp; local
100 const char *end; local
170 long tmp; local
[all...]
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Dpart.c267 prt_t tmp; local
348 int end = 0; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dgulp.el[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGetElementPtrTypeIterator.h39 static generic_gep_type_iterator end(ItTy It) { function in class:llvm::generic_gep_type_iterator
79 generic_gep_type_iterator tmp = *this; ++*this; return tmp; local
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dmemset.c131 char *end = ts->ts_buff + ts->ts_size; local
134 unsigned long tmp; local
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_conv.c447 db_indx_t i, *inp, len, tmp; local
448 u_int8_t *end, *p, *pgend; local
/macosx-10.9.5/Heimdal-323.92.1/kpasswd/
H A Dkpasswd-generator.c123 char *tmp; local
185 char *end; local
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkeytab_memory.c178 krb5_keytab_entry *tmp; local
196 krb5_keytab_entry *e, *end; local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmonitor_mm.c64 struct mm_share *tmp, *tmp2; local
172 struct mm_share *mms, *tmp; local
214 struct mm_share *mms, *prev, tmp; local
344 void *end = (u_char *)address + size; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dstring.c35 isc_string_touint64(char *source, char **end, int base) { argument
36 isc_uint64_t tmp; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dargcv.c130 char tmp[4]; /* At most three characters + zero */ local
262 char tmp[4]; local
34 argcv_scan(int len, const char *command, const char *delim, const char* cmnt, int *start, int *end, int *save) argument
277 int start, end, save; local
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dstring.c35 isc_string_touint64(char *source, char **end, int base) { argument
36 isc_uint64_t tmp; local
[all...]
/macosx-10.9.5/sudo-72/src/
H A Ddefaults.c728 char *start, *end; local
855 struct list_member *cur, *prev, *tmp; local
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.c51 struct tm tmp; local
323 timer_clock(time_t first, time_t freq_sec, time_t end, dispatch_queue_t queue) argument
380 timer_calendar(time_t first, time_t freq_mth, time_t end, int day, dispatch_queue_t queue) argument
437 struct tm tmp; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dentry-id.c447 char *end; local
611 BerVarray tmp; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dldif-filter.c59 const char *tmp; local
113 size_t end = ss->len; local
133 size_t i, end = ss->len; local
209 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp; local
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Ddebugline.c49 const uint8_t * end; member in struct:line_reader_data
354 uint64_t tmp; local
504 line_find_addr(struct line_reader_data * lnd, struct line_info * start, struct line_info * end, uint64_t pc) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dexpand.c280 char tmp[32], end[1]; local
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcat.c129 unsigned char* end; local
142 unsigned char tmp[32]; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDepthFirstIterator.h137 static inline _Self end(const GraphT& G) { return _Self(); } function in class:llvm::df_iterator
143 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); } function in class:llvm::df_iterator
175 _Self tmp = *this; ++*this; return tmp; local
[all...]

Completed in 212 milliseconds

1234567891011>>