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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c448 fr_info_t fnew; local
453 bzero((char *)&fnew, sizeof(fnew));
454 fnew.fin_main_soft = fin->fin_main_soft;
462 fnew.fin_v = 4;
463 fnew.fin_p = ip->ip_p;
464 fnew.fin_plen = ntohs(ip->ip_len);
485 fnew.fin_p = ip6->ip6_nxt;
486 fnew.fin_v = 6;
487 fnew
[all...]
/freebsd-10.0-release/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.0-release/usr.bin/sort/
H A Dfile.c1197 char *fnew; local
1201 fnew = new_tmp_file_name();
1205 merge_files_array(num, fl->fns + indx, fnew);
1212 file_list_add(&new_fl, fnew, false);

Completed in 109 milliseconds