Searched refs:av1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/lastcomm/
H A Dreadrec.c97 struct acctv1 av1; local
100 if ((rv = fread_record(&av1, sizeof(av1), f)) == EOF)
105 memcpy(av3->ac_comm, av1.ac_comm, AC_COMM_LEN);
106 av3->ac_utime = decode_comp(av1.ac_utime) * 1000000;
107 av3->ac_stime = decode_comp(av1.ac_stime) * 1000000;
108 av3->ac_etime = decode_comp(av1.ac_etime) * 1000000;
109 av3->ac_btime = av1.ac_btime;
110 av3->ac_uid = av1.ac_uid;
111 av3->ac_gid = av1
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dnat.c786 char *id, *buf, **av1, *end; local
805 av1 = av;
807 tok = match_token(nat_params, *av1);
809 av1++;
815 av1++;
831 len += estimate_redir_addr(&ac1, &av1);
832 av1 += 2;
839 av1++;
841 len += estimate_redir_port(&ac1, &av1);
842 av1
[all...]

Completed in 133 milliseconds