Home
last modified time | relevance | path

Searched refs:ng (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sbin/ipf/ipfs/
H A Dipfs.c684 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()
728 bzero((char *)ipnp, ng.ng_sz); in writenat()
729 obj.ipfo_size = ng.ng_sz; in writenat()
[all …]
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c674 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],
765 ng[NG_USER] == NULL ? "" : ng[NG_USER],
766 ng[NG_DOM] == NULL ? "" : ",",
[all …]
/freebsd/contrib/dialog/po/
H A Dvi.po27 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 Dsplit_test.sh102 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 Dathrd.c1013 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 Dsv_SE.ISO8859-1.msg20 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 Dsimple.c535 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 Dcmakeconfig.h.in21 /* 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 Dconfig.h.in21 /* 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 Dconfigure.in962 # 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 Dconfigure.ac972 # Check for libcap-ng
973 AC_MSG_CHECKING(whether to use libcap-ng)
977 AS_HELP_STRING([--with-cap-ng],
978 [use libcap-ng @<:@default=yes, if available@:>@]),
991 # Use libcap-ng if it's present, otherwise don't.
997 AC_CHECK_LIB(cap-ng, capng_change_id)
998 AC_CHECK_HEADERS(cap-ng.h)
H A DCMakeLists.txt212 option(WITH_CAP_NG "Use libcap-ng, if available" ON)
867 # libcap-ng.
870 check_include_file(cap-ng.h HAVE_CAP_NG_H)
871 check_library_exists(cap-ng capng_change_id "" HAVE_LIBCAP_NG)
873 set(TCPDUMP_LINK_LIBRARIES ${TCPDUMP_LINK_LIBRARIES} cap-ng)
H A Dconfigure8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use libcap-ng" >&5
8175 $as_echo_n "checking whether to use libcap-ng... " >&6; }
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capng_change_id in -lcap-ng" >&5
8207 $as_echo_n "checking for capng_change_id in -lcap-ng... " >&6; }
8212 LIBS="-lcap-ng $LIBS"
8247 LIBS="-lcap-ng $LIBS"
8253 ac_fn_c_check_header_mongrel "$LINENO" "cap-ng.h" "ac_cv_header_cap_ng_h" "$ac_includes_default"
/freebsd/usr.bin/vi/catalog/
H A Dswedish.UTF-8.base68 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 Djng296 eiface=ng${i}_$name
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.409584940 does not use ntp_adjtime() system call. This prevents it from panic'ng
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c1666 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 DWishList134 ng
/freebsd/sys/netgraph/
H A Dng_socket.c1199 DOMAIN_SET(ng);
/freebsd/contrib/libpcap/
H A DCHANGES675 Fix timestamps when reading pcap-ng files on big-endian
799 Fix filtering in pcap-ng files.
825 pcap_datalink() when reading pcap-ng files
876 Add limited support for reading pcap-ng files
/freebsd/share/misc/
H A Diso639345 ng ndo ndo Ndonga
/freebsd/contrib/tzdata/
H A Dasia2445 # [For Qostanay] http://www.ng.kz/gazeta/195/hranit/
4067 # and a 2024-01-14 heads-up from Đoàn Trần Công Danh:
4069 # (Nhà xuất bản Văn Hoá - Thông Tin, Hanoi, 2005), pp 49-50,
4097 # Hoàng Xuân Hãn: "Lịch và lịch Việt Nam". Tập san Khoa học Xã hội,
4101 # NXB Thống kê, Hanoi, 2000.
4107 # Võ Nguyên Giáp, Việt Nam Dân Quốc Công Báo, No. 1 (1945-09-29), page 13
4115 # Ngô Đình Diệm, Công Báo Việt Nam, No. 92 (1955-07-02), page 1780-1781
4121 # Ngô Đình Diệm, Công Báo Việt Nam Cộng Hòa, 1960 part 1 (1960-01-02), page 62
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c9041 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 Dbmake.cat1719 mmiissssiinngg--mmeettaa==_b_f
723 mmiissssiinngg--ffiilleemmoonn==_b_f
983 ::rraannggee[==_c_o_u_n_t]
1229 EExxppoorrttiinngg vvaarriiaabblleess
1284 ..wwaarrnniinngg _m_e_s_s_a_g_e
/freebsd/sys/contrib/openzfs/
H A DAUTHORS658 Đoàn Trần Công Danh <congdanhqx@gmail.com>

12