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

/freebsd-9.3-release/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-9.3-release/sbin/ipfw/
H A Dnat.c739 char *id, *buf, **av1, *end; local
758 av1 = av;
760 tok = match_token(nat_params, *av1);
762 av1++;
767 av1++;
782 len += estimate_redir_addr(&ac1, &av1);
783 av1 += 2;
790 av1++;
792 len += estimate_redir_port(&ac1, &av1);
793 av1
[all...]

Completed in 103 milliseconds