Home
last modified time | relevance | path

Searched refs:writep (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dmemory.c40 isc_result_t delete_group (struct group_object *group, int writep) in delete_group() argument
72 if (writep && group_write_hook) { in delete_group()
79 isc_result_t supersede_group (struct group_object *group, int writep) in supersede_group() argument
128 if (writep && group_write_hook) { in supersede_group()
/netbsd-src/usr.bin/look/
H A Dlook.c160 char *readp, *writep; in look() local
163 for (readp = writep = string; (ch = *readp++) != 0; ) { in look()
169 *(writep++) = ch; in look()
171 *writep = '\0'; in look()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-cris.c733 char *writep; in md_estimate_size_before_relax() local
752 writep = fragP->fr_literal + old_fr_fix; in md_estimate_size_before_relax()
753 md_number_to_chars (writep, value, 1 << pow2_of_size); in md_estimate_size_before_relax()
3351 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP, in gen_cond_branch_32() argument
3396 writep[opc_offset] = branch_disp (branch_offset); in gen_cond_branch_32()
3397 writep[opc_offset + 1] = opcodep[1]; in gen_cond_branch_32()
3410 md_number_to_chars (writep, nop_opcode, 2); in gen_cond_branch_32()
3417 md_number_to_chars (writep + 2, in gen_cond_branch_32()
3432 fix_new (fragP, writep + 4 - fragP->fr_literal, 4, in gen_cond_branch_32()
3438 md_number_to_chars (writep + 4, add_num, 4); in gen_cond_branch_32()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-cris.c733 char *writep; in md_estimate_size_before_relax() local
752 writep = fragP->fr_literal + old_fr_fix; in md_estimate_size_before_relax()
753 md_number_to_chars (writep, value, 1 << pow2_of_size); in md_estimate_size_before_relax()
3351 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP, in gen_cond_branch_32() argument
3396 writep[opc_offset] = branch_disp (branch_offset); in gen_cond_branch_32()
3397 writep[opc_offset + 1] = opcodep[1]; in gen_cond_branch_32()
3410 md_number_to_chars (writep, nop_opcode, 2); in gen_cond_branch_32()
3417 md_number_to_chars (writep + 2, in gen_cond_branch_32()
3432 fix_new (fragP, writep + 4 - fragP->fr_literal, 4, in gen_cond_branch_32()
3438 md_number_to_chars (writep + 4, add_num, 4); in gen_cond_branch_32()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalias.c3083 bool mem_canonicalized, bool x_canonicalized, bool writep) in write_dependence_p() argument
3118 if (!writep in write_dependence_p()
3131 if (! writep in write_dependence_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalias.cc3114 bool mem_canonicalized, bool x_canonicalized, bool writep) in write_dependence_p() argument
3149 if (!writep in write_dependence_p()
3162 if (! writep in write_dependence_p()
H A DChangeLog-201327698 canon_mem_addr and mem_canonicalized. Change type of writep to bool.