Searched refs:where (Results 176 - 200 of 702) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
116 Don't show instructions where the bytes are different but they
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/vms/
H A Dbuild_libxml.com21 $! config.h is available, and where to find it
73 $!- start from where the procedure is in case it's submitted in batch ----------\
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl158 set where "[join $elementStack /] - [info level 1]"
159 puts_stderr "Warning: Cannot start context $gis ($where)"
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c166 to_octal (uintmax_t value, char *where, size_t size)
173 where[--i] = '0' + (v & ((1 << LG_8) - 1));
209 to_base256 (int negative, uintmax_t value, char *where, size_t size)
218 where[--i] = v & ((1 << LG_256) - 1);
228 char *where, size_t size, const char *type);
233 char *where, size_t size, const char *type)
268 /* NOTE: This is one of the few places where GNU_FORMAT differs from
283 return to_chars (negsub, s, valsize, 0, where, size, type);
308 char *where, size_t size, const char *type)
316 where[siz
165 to_octal(uintmax_t value, char *where, size_t size) argument
208 to_base256(int negative, uintmax_t value, char *where, size_t size) argument
230 to_chars_subst(int negative, int gnu_format, uintmax_t value, size_t valsize, uintmax_t (*substitute) (int *), char *where, size_t size, const char *type) argument
305 to_chars(int negative, uintmax_t value, size_t valsize, uintmax_t (*substitute) (int *), char *where, size_t size, const char *type) argument
349 where, size - 1); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmmo.c72 byte @samp{0x98} forms a command called a @samp{lopcode}, where
86 0x9801YYZZ, where @samp{Z} is 1 or 2. This is a location
96 0x9803YYZZ, where @samp{Z} is 1 or 2. Store the current location
134 where @var{n} is the @samp{YZ}-type. The flags for such a
142 length of header information in 32-bit words, where the first word
272 bfd_vma where; member in struct:mmo_data_list_struct
635 can't deduce a section, make one up as ".MMIX.sec.N", where N is an
917 bfd_vma last_vma = datap ? datap->where - 1 : 0;
920 if (! mmo_write_loc_chunk (abfd, datap->where, datap->data, datap->size,
1095 loc->where
[all...]
H A Dsrec.c146 bfd_vma where; member in struct:srec_data_list_struct
850 entry->where = section->lma + offset;
856 && entry->where >= tdata->tail->where)
867 *look != NULL && (*look)->where < entry->where;
984 address = list->where + octets_written / bfd_octets_per_byte (abfd);
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Dconfig.m411 dnl Remove where necessary. This file will not work
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/
H A DMakefile.PL27 now! (This also applies to before_create triggers, where
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dicuuc40shim.cpp379 createWordInstance(const icu_4_0::Locale& where, UErrorCode& status) argument
381 return static_cast<BreakIterator*>(icu::BreakIterator::createWordInstance(where, status));
/macosx-10.10/awk-20/src/
H A DFIXES98 to catch places where it might overrun. the RE code is still fragile.
151 the issue appears to be that strcoll is meant for sorting, where
154 for regular expressions, where the goal is to match specific
208 gawk and mawk. there are still places where it doesn't work
492 where input was done.
522 in b.c where chars are used as table indices have been hand-crafted.
/macosx-10.10/bootp-298/bootplib/
H A Dnetinfo.h208 ni_index where
218 ni_proplist_insert(proplist, prop, where);
/macosx-10.10/vim-55/runtime/syntax/
H A Dgsp.vim42 " places where it's likely to be found
H A Dsyntax.vim38 " Always do the syntaxset autocommands, for buffers where the 'filetype'
/macosx-10.10/vim-55/src/po/
H A DMake_mvc.mak65 # Correct the following line for the directory where gettext et al is installed
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map_store_ll.c119 * specified location (after "where").
125 #define _vm_map_copy_insert_ll(map, where, copy) \
131 VMCI_where = (where); \
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DDHCPLease.c782 int where; local
785 where = DHCPLeaseListFindLease(list_p, our_ip, router_ip,
787 if (where != -1) {
789 DHCPLeaseRef lease_p = DHCPLeaseListElement(list_p, where);
794 dynarray_free_element(list_p, where);
/macosx-10.10/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c695 lookupInterfaceByAddress(CFArrayRef db_list, SCNetworkInterfaceRef interface, CFIndex * where) argument
723 if (where) {
724 *where = i;
733 lookupInterfaceByUnit(CFArrayRef db_list, SCNetworkInterfaceRef interface, CFIndex * where) argument
762 if (where)
763 *where = i;
1148 CFIndex where; local
1155 while (lookupInterfaceByAddress(S_dblist, interface, &where) != NULL) {
1156 CFArrayRemoveValueAtIndex(S_dblist, where);
1160 while (lookupInterfaceByUnit(S_dblist, interface, &where) !
1504 CFIndex where; local
1735 CFIndex where; local
[all...]
/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_smtpd.c677 PSC_CLIENT_ADDR_PORT(state), state->where);
793 PSC_CLIENT_ADDR_PORT(state), state->where);
930 saved_where = state->where;
931 state->where = PSC_SMTPD_CMD_UNIMPL;
934 state->where = cmdp->name;
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dsafe.tcl245 # + access_path: path list controlling where load/source can occur,
291 set where [lsearch -exact $access_path [info library]]
292 if {$where == -1} {
297 } elseif {$where != 0} {
300 [lreplace $access_path $where $where] \
880 # Determine where to load. load use a relative interp path and {}
1099 # brought into scope where needed, using 'namespace upvar'. The S
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl387 set where [lindex $pos $step]
388 MoveAbs $w I1 $where
390 if {[lindex $where 2] eq "y"} {
393 if {[lindex $where 2] eq "x"} {
885 set where [lindex $pos $step]
886 MoveAbs $w I10 $where
888 if {[lindex $where 2] eq "x"} {
933 set where [lindex $pos $step]
934 MoveAbs $w I11 $where
935 if {[lindex $where
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm153 # _output($where, $text)
157 my ($where, $textref, $options) = @_;
162 if (($reftype = ref($where)) eq 'CODE') {
163 &$where($$textref);
167 print $where $$textref;
171 $$where .= $$textref;
175 push @$where, $$textref;
179 elsif (blessed($where) && $where->can('print')) {
180 $where
[all...]
/macosx-10.10/Librpcsvc-24/
H A Dnfs_prot.x232 diropargs where;
729 diropargs3 where;
754 diropargs3 where;
784 diropargs3 where;
825 diropargs3 where;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sysctl.c213 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t * sizep);
219 pcsamples_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep,
224 sysctl_procargs(int *name, u_int namelen, user_addr_t where,
227 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep,
727 user_addr_t where = req->oldptr;/* user buffer copy out address */ variable
729 user_addr_t dp = where;
731 int buflen = where != USER_ADDR_NULL ? req->oldlen : 0;
813 if (where != USER_ADDR_NULL) {
814 req->oldlen = dp - where;
1257 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, argument
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp352 IOPCIRange ** where = NULL; local
417 || (where && (newRange->start < newRange->minAddress) && (pos >= newRange->minAddress))
434 if (where && (bestFit < waste)) continue;
440 where = prev;
455 if (where)
459 *where = newRange;
462 return (where != NULL);
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c298 const char *NOCLOBBER where; local
306 return (smtp_stream_except(state, except, where));
317 where = "receiving the initial server greeting";
414 where = "performing the EHLO handshake";
428 where = "performing the HELO handshake";
437 where = "performing the LHLO handshake";
893 const char *where, const char *content,
900 state->request->queue_id, action, where, content, text);
903 state->request->queue_id, action, where, content);
1214 * send buffer permits. There are only two places where th
892 smtp_hbc_logger(void *context, const char *action, const char *where, const char *content, const char *text) argument
[all...]

Completed in 319 milliseconds

1234567891011>>