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

/freebsd-12-stable/contrib/binutils/bfd/
H A 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,
495 CDATA_ADDR (core.old.c_u.u_dsize),
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.h56 } c_u; member in struct:cmd
H A Difconfig.c977 if (p->c_parameter == NEXTARG && p->c_u.c_func) {
981 p->c_u.c_func(argv[1], 0, s, afp);
983 } else if (p->c_parameter == OPTARG && p->c_u.c_func) {
984 p->c_u.c_func(argv[1], 0, s, afp);
987 } else if (p->c_parameter == NEXTARG2 && p->c_u.c_func2) {
991 p->c_u.c_func2(argv[1], argv[2], s, afp);
993 } else if (p->c_u.c_func)
994 p->c_u.c_func(*argv, p->c_parameter, s, afp);

Completed in 53 milliseconds