Home
last modified time | relevance | path

Searched refs:c_u (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Drs6000-core.c192 # define CNEW_COMM(c) (c).c_u.U_proc.pi_comm
200 # define COLD_COMM(c) (c).c_u.U_comm
202 # define COLD_COMM(c) (c).c_u.u_comm
226 # define COLD_MSTSAVE(c) (c).c_u.u_save
232 # define CNEW_PROC64(c) IS_PROC64(&(c).c_u.U_proc)
493 (bfd_size_type) core.old.c_u.u_dsize, in rs6000coff_core_p()
495 CDATA_ADDR (core.old.c_u.u_dsize), in rs6000coff_core_p()
/freebsd-12-stable/sbin/ifconfig/
Difconfig.c977 if (p->c_parameter == NEXTARG && p->c_u.c_func) { in ifconfig()
981 p->c_u.c_func(argv[1], 0, s, afp); in ifconfig()
983 } else if (p->c_parameter == OPTARG && p->c_u.c_func) { in ifconfig()
984 p->c_u.c_func(argv[1], 0, s, afp); in ifconfig()
987 } else if (p->c_parameter == NEXTARG2 && p->c_u.c_func2) { in ifconfig()
991 p->c_u.c_func2(argv[1], argv[2], s, afp); in ifconfig()
993 } else if (p->c_u.c_func) in ifconfig()
994 p->c_u.c_func(*argv, p->c_parameter, s, afp); in ifconfig()
Difconfig.h56 } c_u; member