Searched refs:local_end (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.bin/passwd/ |
| D | extern.h | 82 void local_end(void);
|
| D | local_passwd.c | 261 local_end(void) in local_end() function
|
| D | passwd.c | 228 local_init, local_arg, local_arg_end, local_end, local_chpw, 0, 0 },
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | value.c | 3681 char *local_end; in value_from_history_ref() local 3683 index = -strtol (&h[2], &local_end, 10); in value_from_history_ref() 3684 *endp = local_end; in value_from_history_ref() 3697 char *local_end; in value_from_history_ref() local 3699 index = strtol (&h[1], &local_end, 10); in value_from_history_ref() 3700 *endp = local_end; in value_from_history_ref()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_parse.c | 1737 static void local_end (struct parseunit *); 1765 local_end, 1779 local_end, 2122 local_end( in local_end() function
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | readelf.c | 19666 uint64_t ent, local_end, global_end; in process_mips_specific() local 19674 local_end = pltgot + local_gotno * addr_size; in process_mips_specific() 19685 global_end = local_end + (symtabno - gotsym) * addr_size; in process_mips_specific() 19687 if (global_end < local_end) in process_mips_specific() 19731 if (data != NULL && ent < local_end) in process_mips_specific() 19737 while (ent < local_end) in process_mips_specific()
|