/freebsd/sbin/ipf/ipfs/ |
H A D | ipfs.c | 684 natget_t ng; in writenat() local 702 ng.ng_ptr = next; in writenat() 703 ng.ng_sz = 0; in writenat() 704 if (ioctl(fd, SIOCSTGSZ, &ng)) { in writenat() 713 printf("NAT size %d from %p\n", ng.ng_sz, ng.ng_ptr); in writenat() 715 if (ng.ng_sz == 0) in writenat() 719 ipnp = malloc(ng.ng_sz); in writenat() 721 ipnp = realloc((char *)ipnp, ng.ng_sz); in writenat() 724 "malloc for %d bytes failed\n", ng.ng_sz); in writenat() 728 bzero((char *)ipnp, ng.ng_sz); in writenat() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | getnetgrent.c | 674 char **ng; local 711 ng = grp->ng_str; 726 ng[strpos] = NULL; 741 ng[strpos] = malloc(len + 1); 742 if (ng[strpos] == NULL) { 745 free(ng[freepos]); 749 bcopy(spos, ng[strpos], len + 1); 763 ng[NG_HOST] == NULL ? "" : ng[NG_HOST], 764 ng[NG_USER] == NULL ? "" : ",", 765 ng[NG_USER] == NULL ? "" : ng[NG_USER], [all …]
|
/freebsd/contrib/dialog/po/ |
H A D | vi.po | 27 msgstr "Không" 52 msgstr "Tháng" 73 msgstr "Thành công" 105 msgstr "Không có"
|
/freebsd/usr.bin/split/tests/ |
H A D | split_test.sh | 102 cat foo-aa foo-ab > foo-aa-ng 103 cat foo-ac > foo-ab-ng 108 atf_check -o file:foo-aa-ng cat split-aa 109 atf_check -o file:foo-ab-ng cat split-ab
|
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 1013 int i, na, nb, ng, nt, ntg, nn; in main() local 1161 na = nb = ng = nt = ntg = nn = 0; in main() 1164 if (ath_hal_getchannels(&ahp.h, gchans, IEEE80211_CHAN_MAX, &ng, in main() 1166 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow); in main() 1168 isdfs |= anychan(gchans, ng, IEEE80211_CHAN_DFS); in main() 1170 is4ms |= anychan(gchans, ng, IEEE80211_CHAN_4MSXMIT); in main() 1233 intersect(bchans, btxpow, &nb, gchans, gtxpow, ng); in main() 1241 intersect(tgchans, tgtxpow, &ntg, gchans, gtxpow, ng); in main() 1245 intersect(gchans, gtxpow, &ng, nchans, ntxpow, nn); in main() 1255 dumpchannels(&ahp.h, ng, gchans, gtxpow); in main()
|
/freebsd/lib/libc/nls/ |
H A D | sv_SE.ISO8859-1.msg | 20 7 Argumentlistan �r f�r l�ng 78 36 Operationen �r ig�ng 80 37 Operationen �r redan ig�ng
|
/freebsd/lib/libvgl/ |
H A D | simple.c | 535 int nr, ng, nb; in VGLrgbToNative() local 538 ng = VGLModeInfo.vi_pixel_fsizes[1]; in VGLrgbToNative() 540 return (r >> (16 - nr) << (ng + nb)) | (g >> (16 - ng) << nb) | in VGLrgbToNative()
|
/freebsd/contrib/tcpdump/ |
H A D | cmakeconfig.h.in | 21 /* Define to 1 if you have the <cap-ng.h> header file. */ 57 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
H A D | config.h.in | 24 /* Define to 1 if you have the <cap-ng.h> header file. */ 60 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
H A D | configure.in | 962 # Check for libcap-ng 963 AC_MSG_CHECKING(whether to use libcap-ng) 967 AS_HELP_STRING([--with-cap-ng], 968 [use libcap-ng @<:@default=yes, if available@:>@]), 981 # Use libcap-ng if it's present, otherwise don't. 987 AC_CHECK_LIB(cap-ng, capng_change_id) 988 AC_CHECK_HEADERS(cap-ng.h)
|
H A D | configure.ac | 1232 # Check for libcap-ng 1233 AC_MSG_CHECKING(whether to use libcap-ng) 1237 AS_HELP_STRING([--with-cap-ng], 1238 [use libcap-ng @<:@default=yes, if available@:>@]), 1251 # Use libcap-ng if it's present, otherwise don't. 1257 AC_CHECK_LIB(cap-ng, capng_change_id) 1258 AC_CHECK_HEADERS(cap-ng.h)
|
H A D | CMakeLists.txt | 300 option(WITH_CAP_NG "Use libcap-ng, if available" ON) 1051 # libcap-ng. 1054 check_include_file(cap-ng.h HAVE_CAP_NG_H) 1055 check_library_exists(cap-ng capng_change_id "" HAVE_LIBCAP_NG) 1057 set(TCPDUMP_LINK_LIBRARIES ${TCPDUMP_LINK_LIBRARIES} cap-ng)
|
/freebsd/usr.bin/vi/catalog/ |
H A D | swedish.UTF-8.base | 68 074 "Ingen tidigare söksträng" 180 188 "Tecken efter söksträng, radoffset och/eller z kommandot" 181 189 "Ingen tidigare söksträng" 231 241 "%s: stäng"
|
/freebsd/share/examples/jails/ |
H A D | jng | 296 eiface=ng${i}_$name
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4095849 | 40 does not use ntp_adjtime() system call. This prevents it from panic'ng
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat.c | 1666 natget_t ng; in ipf_nat_getsz() local 1669 error = BCOPYIN(data, &ng, sizeof(ng)); in ipf_nat_getsz() 1679 nat = ng.ng_ptr; in ipf_nat_getsz() 1682 ng.ng_sz = 0; in ipf_nat_getsz() 1690 error = BCOPYOUT(&ng, data, sizeof(ng)); in ipf_nat_getsz() 1718 ng.ng_sz = sizeof(nat_save_t); in ipf_nat_getsz() 1721 ng.ng_sz += sizeof(ap_session_t) - 4; in ipf_nat_getsz() 1723 ng.ng_sz += aps->aps_psiz; in ipf_nat_getsz() 1729 error = BCOPYOUT(&ng, data, sizeof(ng)); in ipf_nat_getsz()
|
/freebsd/contrib/tcsh/ |
H A D | WishList | 134 ng
|
/freebsd/sys/netgraph/ |
H A D | ng_socket.c | 1199 DOMAIN_SET(ng);
|
/freebsd/share/misc/ |
H A D | iso639 | 345 ng ndo ndo Ndonga
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 840 Fix timestamps when reading pcap-ng files on big-endian 964 Fix filtering in pcap-ng files. 990 pcap_datalink() when reading pcap-ng files 1041 Add limited support for reading pcap-ng files
|
/freebsd/contrib/tzdata/ |
H A D | asia | 2452 # [For Qostanay] http://www.ng.kz/gazeta/195/hranit/
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 9041 unsigned l, idx, cnt, pg, ng; in build_master_stree_branch() local 9066 ng = 2 * cdir; /* negative cdir port group index */ in build_master_stree_branch() 9073 grow_master_stree_branch(n_sw, sw, pg, ng); in build_master_stree_branch() 9081 grow_master_stree_branch(p_sw, sw, ng, pg); in build_master_stree_branch() 9097 grow_master_stree_branch(n_sw, sw, pg, ng); in build_master_stree_branch() 9105 grow_master_stree_branch(p_sw, sw, ng, pg); in build_master_stree_branch()
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 722 mmiissssiinngg--mmeettaa==_b_f 726 mmiissssiinngg--ffiilleemmoonn==_b_f 992 ::rraannggee[==_c_o_u_n_t] 1241 EExxppoorrttiinngg vvaarriiaabblleess 1299 ..wwaarrnniinngg _m_e_s_s_a_g_e
|
/freebsd/sys/contrib/openzfs/ |
H A D | AUTHORS | 679 Đoàn Trần Công Danh <congdanhqx@gmail.com>
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 385 * updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
|