Searched refs:where (Results 276 - 300 of 317) sorted by relevance

<<111213

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c668 the byte after where the number is stored. Therefore, DESTINATION
1178 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1183 if (where == NULL)
1189 if (FIRST_STRING_P (where))
1191 for (this_char = where - string1; this_char < size1; this_char++)
1194 where = string2;
1198 for (this_char = where - string2; this_char < size2; this_char++)
2319 /* Points to the end of the buffer, where we should append. */
2344 This tells, e.g., postfix * where to find the start of its
2351 /* Address of the place where
1172 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c668 the byte after where the number is stored. Therefore, DESTINATION
1178 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1,
1183 if (where == NULL)
1189 if (FIRST_STRING_P (where))
1191 for (this_char = where - string1; this_char < size1; this_char++)
1194 where = string2;
1198 for (this_char = where - string2; this_char < size2; this_char++)
2319 /* Points to the end of the buffer, where we should append. */
2344 This tells, e.g., postfix * where to find the start of its
2351 /* Address of the place where
1172 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex469 % is used only in environments like @example, where each line of input
683 \errmessage{@group invalid in context where filling is enabled}%
689 % @example, where each end-of-line in the input causes an
728 where each line of input produces a line of output.}
771 % example where a page broke at this \penalty; if it happens in a real
1228 % text in the case where a section has no node, but it doesn't
1455 \def\rmbshape{bx} %where the normal face is bold
3167 % Handle some cases of @value -- where it does not contain any
3776 % \endgroup where \vsize got restored).
5516 % Macro bodies are absorbed as an argument in a context where
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Djob.c396 job_table_dump(const char *where) argument
400 fprintf(debug_file, "job table @ %s\n", where);
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex478 % is used only in environments like @example, where each line of input
707 \errmessage{@group invalid in context where filling is enabled}%
713 % @example, where each end-of-line in the input causes an
752 where each line of input produces a line of output.}
795 % example where a page broke at this \penalty; if it happens in a real
1314 % text in the case where a section has no node, but it doesn't
1522 \def\rmbshape{bx} %where the normal face is bold
3340 % Handle some cases of @value -- where it does not contain any
3950 % \endgroup where \vsize got restored).
5712 % Macro bodies are absorbed as an argument in a context where
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex470 % is used only in environments like @example, where each line of input
684 \errmessage{@group invalid in context where filling is enabled}%
690 % @example, where each end-of-line in the input causes an
729 where each line of input produces a line of output.}
772 % example where a page broke at this \penalty; if it happens in a real
1229 % text in the case where a section has no node, but it doesn't
1456 \def\rmbshape{bx} %where the normal face is bold
3238 % Handle some cases of @value -- where it does not contain any
3848 % \endgroup where \vsize got restored).
5588 % Macro bodies are absorbed as an argument in a context where
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkmod.mk45 # DESTDIR The tree where the module gets installed. [not set]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dpeicode.h654 used. The OFFSET field says where in the data array the address
1012 abfd->where = 0;
H A Delf32-ppc.c4366 xxxxxxxx.plt_call32.<callee> where xxxxxxxx is a hex number, usually 0,
4423 bfd_vma where;
4428 where = htab->got->size;
4436 where = max_before_header - htab->got_gap;
4447 where = htab->got->size;
4451 return where;
5317 other hand, an access to "sym+addend" where "sym" is not
4411 bfd_vma where; local
H A Dbfd-in2.h53 /* This is a utility macro to handle the situation where the code
57 also safely handle the case where a NULL is passed as the arg. */
211 appear in the object_flags field of the bfd_target structure, where
666 const struct ecoff_debug_swap *swap, file_ptr where);
670 struct bfd_link_info *info, file_ptr where);
1316 strings where entsize specifies character size instead of fixed
1401 /* The virtual memory address of the section - where it will be
1404 backend can assign addresses (for example, in <<a.out>>, where
1409 /* The load address of the section - where it would be in a
1421 currently only set for sections where th
4606 ufile_ptr where; member in struct:bfd
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c775 is needed for systems where its return value is something other than
1082 * Do all the processing for PATHNAME, where pathname consists of the
2029 from previous versions, where the server would send us
2432 where the file does not exist. And if the user removes the
2728 * knew where in here's callers to really trap this bug. To
3032 client_send_expansions (local, where, build_dirs)
3034 char *where;
3050 argv[0] = where ? where : modules_vector[i];
3108 /* In the case where stdou
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl75 # string "$addr *** $server" where $addr is the address to be
1339 for a long time unless you change the code where it says
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exec.c276 * Try to save time by looking at the hash table for where this command
1090 xprintf("%s", CGETS(13, 7, "where: / in command makes no sense\n"));
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_vc.c409 reply_msg.acpted_rply.ar_results.where = NULL;
/freebsd-9.3-release/sys/rpc/
H A Dclnt_dg.c493 reply_msg.acpted_rply.ar_results.where = NULL;
611 * where alpha = 0.125 and beta = 0.25.
H A Dclnt_vc.c415 reply_msg.acpted_rply.ar_results.where = NULL;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c852 in instructions, which is where this routine is always called. */
3066 long where;
3084 where = frag_now_fix () - 8;
3087 fix_new (frag_now, where, 4, unwind.proc_start, 0, 1,
3101 fix_new (frag_now, where, 0, pr, 0, 1, BFD_RELOC_NONE);
3112 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
4079 /* FIXME: 5 = X_PRECISION, should be #define'd where we can use it.
4300 where <shift> is defined by parse_shift above, and <rotate> is a
4471 (as for parse_shifter_operand) where group relocations are allowed:
4479 where <group_relo
3064 long where; local
13758 fix_new_arm(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
16507 unsigned char * where = (unsigned char *) buf; local
17276 addressT where; local
19165 cons_fix_new_arm(fragS * frag, int where, int size, expressionS * exp) argument
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlib.mk379 # here is where you can define what LIB* are
/freebsd-9.3-release/contrib/gcc/
H A Dreorg.c86 has been reorganized by (1) and (2). It finds cases where
492 /* Splice our SEQUENCE into the insn stream where INSN used to be. */
620 delay slot. Do this by finding an insn, TRIAL, where
761 second branch in the case where the inverted condition is true.
770 This should be expanded to skip over N insns, where N is the number
792 /* There are two cases where we are just executing one insn (we assume
794 at some point): Where the branch goes around a single insn or where
1872 update_block (rtx insn, rtx where)
1879 emit_insn_before (gen_rtx_USE (VOIDmode, insn), where);
1881 /* INSN might be making a value live in a block where i
1857 update_block(rtx insn, rtx where) argument
[all...]
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh395 'tty' 'tty-device' 'version' 'whatis' 'where' 'www' 'x' 'X'";
443 'match-case' 'troff' 'update' 'version' 'whatis' 'where' 'where-cat'";
3872 --sections=s1:s2:..., --systems=s1,s2,..., --where, ...
4348 -w|--where|--location)
4576 --location|--where) # print file locations to stderr
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c147 * (because dump_dnode is the only place where this
1442 avl_index_t where; local
1456 &where)) == NULL) {
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1256 reply_msg.acpted_rply.ar_results.where = 0;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2674 avl_index_t where; local
2694 zdde = avl_find(t, &zdde_search, &where);
2699 avl_insert(t, zdde, where);
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsession.c954 /* Restore the world to where it was before
2024 concerned, that's where it starts. */
2031 where one ends. */
2728 /* The list of node names typical for GNU manuals where the program
3487 leaving the node and point where the string was found current. */
4656 WINDOW *where;
4658 where = active_window;
4668 if (where == the_echo_area)
4643 WINDOW *where; local
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h55 /* This is a utility macro to handle the situation where the code
59 also safely handle the case where a NULL is passed as the arg. */
217 appear in the object_flags field of the bfd_target structure, where
672 const struct ecoff_debug_swap *swap, file_ptr where);
676 struct bfd_link_info *info, file_ptr where);
1322 strings where entsize specifies character size instead of fixed
1407 /* The virtual memory address of the section - where it will be
1410 backend can assign addresses (for example, in <<a.out>>, where
1415 /* The load address of the section - where it would be in a
1427 currently only set for sections where th
4613 ufile_ptr where; member in struct:bfd
[all...]

Completed in 523 milliseconds

<<111213