| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | genmultilib | 155 all=${initial}`echo $first | sed -e 's_|_/_'g` 158 initial="${initial}${all}/" ./tmpmultilib $@ 163 echo ${initial}${opt}/ 167 initial="${initial}${opt}/" ./tmpmultilib $@ 174 combinations=`initial=/ ./tmpmultilib ${options}`
|
| /dflybsd-src/lib/libc/stdio/ |
| H A D | xprintf_str.c | 56 static const mbstate_t initial; in __wcsconv() local 66 mbs = initial; in __wcsconv() 81 mbs = initial; in __wcsconv() 96 mbs = initial; in __wcsconv() 171 static const mbstate_t initial; /* XXX: this is bogus! */ in __printf_render_chr() local 179 mbs = initial; in __printf_render_chr()
|
| H A D | vswscanf.c | 64 static const mbstate_t initial; in vswscanf_l() local 79 mbs = initial; in vswscanf_l()
|
| H A D | vswprintf.c | 50 static const mbstate_t initial; in vswprintf_l() local 90 mbs = initial; in vswprintf_l()
|
| H A D | vfprintf.c | 212 static const mbstate_t initial; in __wcsconv() local 222 mbs = initial; in __wcsconv() 237 mbs = initial; in __wcsconv() 252 mbs = initial; in __wcsconv() 610 static const mbstate_t initial; in __vfprintf() local 614 mbs = initial; in __vfprintf()
|
| /dflybsd-src/lib/libc/locale/ |
| H A D | wcsftime.c | 60 static const mbstate_t initial; in wcsftime_l() local 75 mbs = initial; in wcsftime_l() 82 mbs = initial; in wcsftime_l() 101 mbs = initial; in wcsftime_l()
|
| H A D | wcstod.c | 53 static const mbstate_t initial; in wcstod_l() local 79 mbs = initial; in wcstod_l() 90 mbs = initial; in wcstod_l()
|
| H A D | wcstold.c | 47 static const mbstate_t initial; in wcstold_l() local 63 mbs = initial; in wcstold_l() 74 mbs = initial; in wcstold_l()
|
| H A D | wcstof.c | 47 static const mbstate_t initial; in wcstof_l() local 63 mbs = initial; in wcstof_l() 74 mbs = initial; in wcstof_l()
|
| H A D | wctob.c | 43 static const mbstate_t initial; in wctob_l() local 44 mbstate_t mbs = initial; in wctob_l()
|
| H A D | btowc.c | 42 static const mbstate_t initial; in btowc_l() local 43 mbstate_t mbs = initial; in btowc_l()
|
| H A D | wctomb.c | 42 static const mbstate_t initial; in wctomb_l() local 48 locale->wctomb = initial; in wctomb_l()
|
| H A D | mblen.c | 42 static const mbstate_t initial; in mblen_l() local 48 locale->mblen = initial; in mblen_l()
|
| H A D | wcstombs.c | 44 static const mbstate_t initial; in wcstombs_l() local 49 mbs = initial; in wcstombs_l()
|
| H A D | mbstowcs.c | 43 static const mbstate_t initial; in mbstowcs_l() local 48 mbs = initial; in mbstowcs_l()
|
| H A D | mbtowc.c | 43 static const mbstate_t initial; in mbtowc_l() local 49 locale->mbtowc = initial; in mbtowc_l()
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | trap5.0 | 5 initial=$(trap) 11 [ "$initial" = "$second" ] 19 [ "$initial" = "$third" ]
|
| /dflybsd-src/lib/libthread_xu/thread/ |
| H A D | thr_ctrdtr.c | 40 _tcb_ctor(struct __pthread_s *thread, int initial) in _tcb_ctor() argument 44 if (initial) in _tcb_ctor()
|
| /dflybsd-src/contrib/lvm2/dist/lib/misc/ |
| H A D | crc.c | 23 uint32_t calc_crc(uint32_t initial, const void *buf, uint32_t size) in calc_crc() argument 31 uint32_t i, crc = initial; in calc_crc()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.agent | 9 particular SSH session identifier as derived from the initial key 12 initial KEX signature made by the host key. 24 identifier' is the exchange hash derived from the initial key 27 SSH2_MSG_KEXDH_REPLY/SSH2_MSG_KEXECDH_REPLY message of the initial key 68 and signify the initial hop from the host running ssh-agent). The agent
|
| /dflybsd-src/lib/libc/gen/ |
| H A D | fnmatch.c | 79 static const mbstate_t initial; in fnmatch() local 81 return (fnmatch1(pattern, string, string, flags, initial, initial)); in fnmatch()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | main.c | 111 relocate_path (const char *progname, const char *initial, int flag) in relocate_path() argument 114 return make_relative_prefix (progname, BINDIR, initial); in relocate_path() 115 return xstrdup (initial); in relocate_path() 125 relocate_gdb_directory (const char *initial, int flag) in relocate_gdb_directory() argument 129 dir = relocate_path (gdb_program_name, initial, flag); in relocate_gdb_directory() 141 dir = xstrdup (initial); in relocate_gdb_directory()
|
| H A D | dwarf2-frame.c | 200 struct dwarf2_frame_state_reg_info initial; member 278 dwarf2_frame_state_free_regs (fs->initial.prev); in dwarf2_frame_state_free() 280 xfree (fs->initial.reg); in dwarf2_frame_state_free() 323 gdb_assert (fs->initial.reg); in dwarf2_restore_rule() 330 if (reg < fs->initial.num_regs) in dwarf2_restore_rule() 331 fs->regs.reg[reg] = fs->initial.reg[reg]; in dwarf2_restore_rule() 364 CORE_ADDR initial, int initial_in_stack_memory) in execute_stack_op() argument 381 dwarf_expr_push_address (ctx, initial, initial_in_stack_memory); in execute_stack_op() 689 if (fs->initial.reg == NULL) in execute_cfa_program() 919 fs.initial = fs.regs; in dwarf2_compile_cfa_to_ax() [all …]
|
| /dflybsd-src/contrib/tre/lib/ |
| H A D | tre-compile.c | 2957 tre_tnfa_transition_t *transitions, *initial; in tre_compile() local 3213 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t)); in tre_compile() 3214 if (initial == NULL) in tre_compile() 3216 tnfa->initial = initial; in tre_compile() 3221 initial[i].state = transitions + offs[p->position]; in tre_compile() 3222 initial[i].state_id = p->position; in tre_compile() 3223 initial[i].tags = NULL; in tre_compile() 3230 initial[i].tags = xmalloc(sizeof(*p->tags) * (j + 1)); in tre_compile() 3231 if (!initial[i].tags) in tre_compile() 3233 memcpy(initial[i].tags, p->tags, sizeof(*p->tags) * (j + 1)); in tre_compile() [all …]
|
| /dflybsd-src/contrib/lvm2/dist/include/ |
| H A D | crc.h | 23 uint32_t calc_crc(uint32_t initial, const void *buf, uint32_t size);
|