Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dragonfly/contrib/gcc-4.7/gcc/
HDexec-tool.in34 original=$ORIGINAL_AS_FOR_TARGET
42 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET
44 original=$ORIGINAL_LD_FOR_TARGET
51 original=$ORIGINAL_NM_FOR_TARGET
57 case "$original" in
87 exec $original ${1+"$@"}
HDread-rtl.c326 apply_iterator_to_rtx (rtx original, struct mapping *iterator, int value, in apply_iterator_to_rtx() argument
336 if (original == 0) in apply_iterator_to_rtx()
337 return original; in apply_iterator_to_rtx()
340 bellwether_code = BELLWETHER_CODE (GET_CODE (original)); in apply_iterator_to_rtx()
342 memcpy (x, original, RTX_CODE_SIZE (bellwether_code)); in apply_iterator_to_rtx()
373 if (XVEC (original, i)) in apply_iterator_to_rtx()
375 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in apply_iterator_to_rtx()
377 XVECEXP (x, i, j) = apply_iterator_to_rtx (XVECEXP (original, i, j), in apply_iterator_to_rtx()
433 add_condition_to_string (const char *original, const char *extra) in add_condition_to_string() argument
435 if (original != 0 && original[0] == '&' && original[1] == '&') in add_condition_to_string()
[all …]
HDira-conflicts.c251 int curr_alt, c, original, dup; in get_dup_num() local
271 for (ignore_p = false, original = -1, curr_alt = 0;;) in get_dup_num()
332 if (original != -1 && original != c) in get_dup_num()
334 original = c; in get_dup_num()
339 if (original == -1) in get_dup_num()
341 dup = original - '0'; in get_dup_num()
/dragonfly/contrib/pam_passwdqc/
HDpasswdqc_check.c268 const char *haystack, const char *needle, const char *original, in is_based() argument
303 memcpy(scratch, original, pos); in is_based()
305 &original[pos + j], in is_based()
326 original[pos])) { in is_based()
338 if (is_simple(params, original, bias, in is_based()
431 const char *unified, const char *reversed, const char *original) in is_word_based() argument
448 if (is_based(params, word, unified, original, 1) || in is_word_based()
449 is_based(params, word, reversed, original, 0x101)) { in is_word_based()
460 if (is_based(params, seq_i, unified, original, 2) || in is_word_based()
461 is_based(params, seq_i, reversed, original, 0x102)) { in is_word_based()
[all …]
/dragonfly/sys/kern/
HDsubr_sglist.c506 sglist_split(struct sglist *original, struct sglist **head, size_t length, in sglist_split() argument
513 if (original->sg_refs > 1) in sglist_split()
520 for (i = 0; i < original->sg_nseg; i++) { in sglist_split()
521 space += original->sg_segs[i].ss_len; in sglist_split()
553 bcopy(original->sg_segs, sg->sg_segs, count * in sglist_split()
566 original->sg_segs[count].ss_paddr = in sglist_split()
568 original->sg_segs[count].ss_len = split; in sglist_split()
572 original->sg_nseg -= count; in sglist_split()
573 bcopy(original->sg_segs + count, original->sg_segs, count * in sglist_split()
637 sglist_slice(struct sglist *original, struct sglist **slice, size_t offset, in sglist_slice() argument
[all …]
/dragonfly/tools/tools/locale/tools/
HDfinalize42 for original in ${keep}
44 cp ${old}/${original} ${new}/
77 for original in ${keep}
79 cp ${old}/${original}.src ${new}/
/dragonfly/contrib/cvs-1.12/src/
HDrecurse.c268 if (strcmp (root->original, original_parsed_root->original)) in start_recursion()
692 if (findnode (root_directories, this_root->original)) in do_recursion()
695 !strcmp (original_parsed_root->original, in do_recursion()
696 this_root->original); in do_recursion()
704 n->key = xstrdup (this_root->original); in do_recursion()
709 this_root->original); in do_recursion()
1142 if (findnode (root_directories, this_root->original)) in do_dir_proc()
1145 !strcmp (original_parsed_root->original, in do_dir_proc()
1146 this_root->original); in do_dir_proc()
1154 n->key = xstrdup (this_root->original); in do_dir_proc()
[all …]
HDlogin.c298 error (1, 0, "CVSROOT: %s", root->original); in password_entry_operation()
526 error (1, 0, "CVSROOT: %s", current_parsed_root->original); in login()
606 error (1, 0, "CVSROOT: %s", current_parsed_root->original); in get_cvs_password()
634 error (1, 0, "CVSROOT: %s", current_parsed_root->original); in logout()
HDroot.c382 newroot->original = NULL; in new_cvsroot_t()
413 if (root->original != NULL) in free_cvsroot_t()
414 free (root->original); in free_cvsroot_t()
501 newroot->original = xstrdup (root_in); in parse_cvsroot()
895 node->key = xstrdup (newroot->original); in parse_cvsroot()
992 newroot->original = xstrdup(dir); in local_cvsroot()
/dragonfly/contrib/gcc-8.0/gcc/
HDipa-icf.c1071 cgraph_node *original = get_node (); in merge() local
1083 bool original_address_matters = original->address_matters_p (); in merge()
1093 if (DECL_NO_INLINE_WARNING_P (original->decl) in merge()
1105 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
1107 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl)) in merge()
1116 if (!original->in_same_comdat_group_p (alias) in merge()
1117 || original->comdat_local_p ()) in merge()
1130 if (original->can_be_discarded_p ()) in merge()
1155 != DECL_COMDAT_GROUP (original->decl)))) in merge()
1158 || DECL_COMDAT_GROUP (alias->decl) != DECL_COMDAT_GROUP (original->decl)) in merge()
[all …]
HDread-rtl.c421 md_reader::copy_rtx_for_iterators (rtx original) in copy_rtx_for_iterators() argument
427 if (original == 0) in copy_rtx_for_iterators()
428 return original; in copy_rtx_for_iterators()
431 x = rtx_alloc (GET_CODE (original)); in copy_rtx_for_iterators()
432 memcpy (x, original, RTX_CODE_SIZE (GET_CODE (original))); in copy_rtx_for_iterators()
435 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
456 if (XVEC (original, i)) in copy_rtx_for_iterators()
458 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in copy_rtx_for_iterators()
461 = copy_rtx_for_iterators (XVECEXP (original, i, j)); in copy_rtx_for_iterators()
478 add_condition_to_string (const char *original, const char *extra) in add_condition_to_string() argument
[all …]
HDlra.c181 lra_create_new_reg_with_unique_value (machine_mode md_mode, rtx original, in lra_create_new_reg_with_unique_value() argument
187 if (original == NULL_RTX || (mode = GET_MODE (original)) == VOIDmode) in lra_create_new_reg_with_unique_value()
191 if (original == NULL_RTX || ! REG_P (original)) in lra_create_new_reg_with_unique_value()
198 if (ORIGINAL_REGNO (original) >= FIRST_PSEUDO_REGISTER) in lra_create_new_reg_with_unique_value()
199 ORIGINAL_REGNO (new_reg) = ORIGINAL_REGNO (original); in lra_create_new_reg_with_unique_value()
200 REG_USERVAR_P (new_reg) = REG_USERVAR_P (original); in lra_create_new_reg_with_unique_value()
201 REG_POINTER (new_reg) = REG_POINTER (original); in lra_create_new_reg_with_unique_value()
202 REG_ATTRS (new_reg) = REG_ATTRS (original); in lra_create_new_reg_with_unique_value()
205 REGNO (new_reg), REGNO (original)); in lra_create_new_reg_with_unique_value()
223 lra_create_new_reg (machine_mode md_mode, rtx original, in lra_create_new_reg() argument
[all …]
HDcgraphclones.c378 dump_callgraph_transformation (const cgraph_node *original, in dump_callgraph_transformation() argument
386 original->asm_name (), original->order, in dump_callgraph_transformation()
387 DECL_SOURCE_FILE (original->decl), in dump_callgraph_transformation()
388 DECL_SOURCE_LINE (original->decl), in dump_callgraph_transformation()
389 DECL_SOURCE_COLUMN (original->decl), clone->asm_name (), in dump_callgraph_transformation()
394 symtab->cloned_nodes.add (original); in dump_callgraph_transformation()
/dragonfly/sys/vfs/isofs/cd9660/
HDcd9660_util.c165 isofntrans(u_char *infn, int infnlen, u_char *outfn, u_short *outfnlen, int original, in isofntrans() argument
178 if (!original && !joliet_level && c >= 'A' && c <= 'Z') in isofntrans()
180 else if (!original && c == ';') { in isofntrans()
/dragonfly/contrib/file/magic/Magdir/
HDcompress63 # size of the original (uncompressed) input data modulo 2^32
65 >>>-4 ulelong x \b, original size modulo 2^32 %u
88 # size of the original (uncompressed) input data modulo 2^32
90 >>>-4 ulelong x \b, original size modulo 2^32 %u
121 # size of the original (uncompressed) input data modulo 2^32
122 #>-4 ulelong x \b, original size modulo 2^32 %u
167 >4 string x original name %s
169 >2 string x original name %s
171 >2 string x original name %s
363 >7 long >0 , original size: %i bytes
HDapl7 0 long 0100554 APL workspace (Ken's original?)
/dragonfly/contrib/nvi2/
HDREADME40 Elan Amir did the original 4BSD curses work that made it possible
48 Rob Mayoff provided the original Cscope support.
53 o From the original vi acknowledgements, by William Joy and Mark Horton:
/dragonfly/usr.bin/indent/
HDREADME22 Thank you for your response about indent. I was wrong in my original
59 | original was version 6.) It was converted from its original filter
65 | original from the UofI. One is from Berkeley.
83 very original submission from the author to a unix tape, later the
/dragonfly/sys/sys/
HDsglist.h103 int sglist_slice(struct sglist *original, struct sglist **slice,
105 int sglist_split(struct sglist *original, struct sglist **head,
/dragonfly/games/hack/
HDOriginal_READ_ME54 the original BUZZ())
55 Mike Thome (MT) (The original chamelian)
56 and Jon Payne (JP) (The original lock file kludge and
/dragonfly/contrib/bzip2/
HDLICENSE16 not claim that you wrote the original software. If you use this
21 not be misrepresented as being the original software.
/dragonfly/contrib/gdb-7/gdb/
HDaddrmap.c71 addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) in addrmap_create_fixed() argument
73 return original->funcs->create_fixed (original, obstack); in addrmap_create_fixed()
/dragonfly/contrib/gdb-7/bfd/
HDREADME40 of diff -u or diff -c from the original file to the new file. Do not
42 the original file. Remember that any patch must not break other
/dragonfly/contrib/binutils-2.27/bfd/
HDREADME40 of diff -u or diff -c from the original file to the new file. Do not
42 the original file. Remember that any patch must not break other
/dragonfly/usr.sbin/cron/doc/
HDREADME.1ST2 remains faithful to the original 3.0 cron source from Paul Vixie, but

1234567891011