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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c449 fr_info_t fnew; local
454 bzero((char *)&fnew, sizeof(fnew));
455 fnew.fin_main_soft = fin->fin_main_soft;
463 fnew.fin_v = 4;
464 fnew.fin_p = ip->ip_p;
465 fnew.fin_plen = ntohs(ip->ip_len);
482 fnew.fin_p = ip6->ip6_nxt;
483 fnew.fin_v = 6;
484 fnew
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A Dmkerr.pl141 $fnew{$1} = 0;
340 $fnew{$2}++;
365 if(!$fnew{$lib} && !$rnew{$lib}) {
369 print STDERR "$lib:\t\t$fnew{$lib} New Functions,";
/freebsd-10-stable/usr.bin/sort/
H A Dfile.c1161 char *fnew; local
1165 fnew = new_tmp_file_name();
1169 merge_files_array(num, fl->fns + indx, fnew);
1176 file_list_add(&new_fl, fnew, false);

Completed in 132 milliseconds