Searched refs:where (Results 101 - 125 of 625) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli18 raises [Error msg] otherwise, where [msg] is a description of the error
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_udp.t62 my $where = $udpb->recv($buf="", 4);
67 if (! ok(compare_addr($where,$udpa->sockname, 'recv name', 'sockname'))) {
/openbsd-current/games/phantasia/
H A Dio.c117 / int where - line on screen on which to pause
133 more(int where)
135 mvaddstr(where, 0, "-- more --");
132 more(int where) argument
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.h175 Malloc_t Perl_realloc(Malloc_t where, MEM_SIZE nbytes);
176 Free_t Perl_mfree(Malloc_t where);
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/llvm/
H A Dsubst.py49 pre: If specified, the substitution will not find matches where
53 post: If specified, the substitution will not find matches where
84 def not_in(chars, where=''):
88 return r'(?{}!({}))'.format(where, pattern_str)
/openbsd-current/usr.bin/patch/
H A Dpatch.c151 LINENUM where = 0, newwhere, fuzz, mymaxfuzz; local
289 /* find out where all the lines are */
314 where = locate_hunk(fuzz);
315 if ((hunk == 1 && where == 0 && !force) ||
316 (where == 1 && pch_ptrn_lines() == 0 && !force)) {
325 where = locate_hunk(fuzz);
326 if (where == 0) {
335 where = 1;
356 where = 0;
364 } while (!skip_rest_of_patch && where
875 apply_hunk(LINENUM where) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c128 enum unw_where where; /* where the register gets saved */ member in struct:unw_reg_info
469 set_reg (struct unw_reg_info *reg, enum unw_where where,
473 reg->where = where;
486 if (reg->where == UNW_WHERE_SPILL_HOME)
488 reg->where = UNW_WHERE_PSPREL;
503 if (reg->where == UNW_WHERE_SPILL_HOME)
527 if (reg->where == UNW_WHERE_GR_SAVE)
529 reg->where
467 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) argument
892 enum unw_where where = UNW_WHERE_GR; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d30v.c683 int i, where; local
693 where = f - frag_now->fr_literal;
695 where,
716 int i, where; local
758 where = f - frag_now->fr_literal;
760 where,
783 int i, j, where; local
947 where = (f - frag_now->fr_literal) + 4 * j;
950 where,
1842 char *where; local
[all...]
H A Dtc-s390.c1061 char *where; local
1133 where = frag_more (nbytes);
1134 md_number_to_chars (where, 0, size);
1137 fix_new_exp (frag_now, where - frag_now->fr_literal,
1712 char *where; local
1717 where = frag_more (lpe->nbytes);
1718 md_number_to_chars (where, 0, size);
1719 fix_new_exp (frag_now, where - frag_now->fr_literal,
1973 char *where; local
1976 where
[all...]
H A Dtc-d10v.c696 int i, where; local
706 where = f - frag_now->fr_literal;
708 where += 2;
714 where,
733 int i, where; local
751 where = f - frag_now->fr_literal;
753 where += 2;
764 where,
788 int i, j, where; local
896 where
1699 char *where; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c124 enum unw_where where; /* where the register gets saved */ member in struct:unw_reg_info
464 set_reg (struct unw_reg_info *reg, enum unw_where where,
468 reg->where = where;
481 if (reg->where == UNW_WHERE_SPILL_HOME)
483 reg->where = UNW_WHERE_PSPREL;
498 if (reg->where == UNW_WHERE_SPILL_HOME)
522 if (reg->where == UNW_WHERE_GR_SAVE)
524 reg->where
462 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) argument
887 enum unw_where where = UNW_WHERE_GR; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c628 int i, where; local
638 where = f - frag_now->fr_literal;
639 fix_new_exp (frag_now, where, fx->fix[i].size, &(fx->fix[i].exp),
656 int i, where; local
696 where = f - frag_now->fr_literal;
698 where,
978 int i, j, where; local
1139 where = (f - frag_now->fr_literal) + 4 * j;
1142 where,
1929 char *where; local
[all...]
H A Dtc-s390.c1058 char *where; local
1130 where = frag_more (nbytes);
1131 md_number_to_chars (where, 0, size);
1134 fix_new_exp (frag_now, where - frag_now->fr_literal,
1739 char *where; local
1744 where = frag_more (lpe->nbytes);
1745 md_number_to_chars (where, 0, size);
1746 fix_new_exp (frag_now, where - frag_now->fr_literal,
2000 char *where; local
2003 where
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoff-pe-read.c158 pe_get16 (bfd *abfd, int where)
162 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
168 pe_get32 (bfd *abfd, int where)
172 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
155 pe_get16(bfd *abfd, int where) argument
165 pe_get32(bfd *abfd, int where) argument
/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dencode.pm62 where "ENCODING" must be a valid encoding name that the Encode module
/openbsd-current/usr.bin/rpcgen/
H A Drpc_util.h55 extern char *where;
/openbsd-current/gnu/llvm/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh24 --to destination directory where to install the targets.
/openbsd-current/usr.sbin/unbound/testcode/
H A Ddelayer.c232 uint8_t* where = NULL; local
239 where = r->buf + r->high;
251 where = r->buf;
261 where = r->buf;
267 where = r->buf + r->high;
276 /* copy it at where part */
277 log_assert(where != NULL);
278 memmove(where, &when, sizeof(when));
279 memmove(where+sizeof(when), &p, sizeof(p));
280 memmove(where
308 uint8_t* where = NULL; local
[all...]
/openbsd-current/sys/arch/hppa/stand/libsa/
H A Dlibsa.h67 off_t lif_seek(struct open_file *f, off_t offset, int where);
/openbsd-current/sys/arch/loongson/stand/boot/
H A Dlibsa.h21 /* where the initrd is loaded */
62 off_t rdfs_seek(struct open_file *f, off_t offset, int where);
/openbsd-current/regress/usr.bin/gzip/
H A DMakefile67 where=$$((RANDOM % 2048 + 256)); fuzz=$$((RANDOM % 256));\
68 orig=`dd if=rc.gz bs=1 skip=$$where count=1 status=none |\
70 echo "$i/100: fuzzing byte @$$where: $$orig -> $$fuzz";\
72 dd bs=1 seek=$$where conv=notrunc of=fuzz.gz status=none
/openbsd-current/lib/libcrypto/stack/
H A Dstack.h80 int sk_insert(_STACK *sk, void *data, int where);
/openbsd-current/usr.bin/openssl/
H A Ds_apps.h140 void apps_ssl_info_callback(const SSL *s, int where, int ret);
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.c103 assert (strcmp (a->name, ((char *) (a->where)) + a->size) == 0);
105 malloc_kill_ (a->where, a->size);
129 assert (strcmp (a->name, ((char *) (a->where)) + s) == 0);
291 (unsigned long) a->where, a->size, malloc_types_[a->type], a->name);
314 if (a->where == ptr)
421 a->where = ptr;
498 a->where = ptr;
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_trace.c369 * Give an address to where we return, and an address to where we'd jumped,
397 * where we were going to return to to see if it's a delayed branch.
587 * Search from the beginning of the function (function_addr) to where
690 vaddr_t where; local
712 where = PC_REGS(regs);
716 db_printsym(where, DB_STGY_PROC, pr);
720 if ((where = stack_decode(where, &stack, pr)) == 0) {
721 where
[all...]

Completed in 393 milliseconds

1234567891011>>