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

/freebsd-10-stable/usr.bin/lastcomm/
H A Dreadrec.c95 struct acctv1 av1; local
98 if ((rv = fread_record(&av1, sizeof(av1), f)) == EOF)
103 memcpy(av2->ac_comm, av1.ac_comm, AC_COMM_LEN);
104 av2->ac_utime = decode_comp(av1.ac_utime) * 1000000;
105 av2->ac_stime = decode_comp(av1.ac_stime) * 1000000;
106 av2->ac_etime = decode_comp(av1.ac_etime) * 1000000;
107 av2->ac_btime = av1.ac_btime;
108 av2->ac_uid = av1.ac_uid;
109 av2->ac_gid = av1
[all...]
/freebsd-10-stable/sbin/ipfw/
H A Dnat.c741 char *id, *buf, **av1, *end; local
760 av1 = av;
762 tok = match_token(nat_params, *av1);
764 av1++;
769 av1++;
784 len += estimate_redir_addr(&ac1, &av1);
785 av1 += 2;
792 av1++;
794 len += estimate_redir_port(&ac1, &av1);
795 av1
[all...]

Completed in 56 milliseconds