Home
last modified time | relevance | path

Searched refs:start_func (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-inet.c527 int (*start_func)(struct ps_process *); in ps_inet_cmd() local
564 start_func = ps_inet_listenin; in ps_inet_cmd()
572 start_func = ps_inet_listennd; in ps_inet_cmd()
579 start_func = ps_inet_listenin6; in ps_inet_cmd()
595 start_func, NULL, PSF_DROPPRIVS); in ps_inet_cmd()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c3275 const char *start_func, *end_func_p1; in parse_end() local
3293 for (start_func = start; ISSPACE ((unsigned char)*start_func); start_func++) in parse_end()
3296 ch = *start_func; in parse_end()
3303 for (end_func_p1 = start_func; IS_ASM_IDENT (ch); ch = *++end_func_p1) in parse_end()
3321 (int) (end_func_p1 - start_func), start_func); in parse_end()
3323 (void) add_local_symbol (start_func, end_func_p1, in parse_end()
3337 const char *start_func, *end_func_p1; in parse_ent() local
3352 for (start_func = start; ISSPACE ((unsigned char)*start_func); start_func++) in parse_ent()
3355 ch = *start_func; in parse_ent()
3362 for (end_func_p1 = start_func; IS_ASM_IDENT (ch); ch = *++end_func_p1) in parse_ent()
[all …]