Searched refs:nl (Results 151 - 175 of 227) sorted by relevance

12345678910

/freebsd-11.0-release/etc/rc.d/
H A Dsyscons122 dutch.iso.acc) echo nl;;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h207 const char* nl, const char *sep) = 0;
/freebsd-11.0-release/contrib/gcc/
H A Dggc-common.c198 ggc_splay_alloc (int sz, void *nl) argument
200 gcc_assert (!nl);
205 ggc_splay_dont_free (void * x ATTRIBUTE_UNUSED, void *nl) argument
207 gcc_assert (!nl);
H A Dlonglong.h706 #define sdiv_qrnnd(q, r, nh, nl, d) \
707 __asm__ ("div %0,%2,%4" : "=r" (q), "=q" (r) : "r" (nh), "1" (nl), "r" (d))
1338 #define udiv_qrnnd(q, r, nh, nl, d) \
1341 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote-e7000.c258 int nl = 0; local
268 if (!nl)
270 nl = 1;
274 nl = 0;
/freebsd-11.0-release/contrib/ldns/packaging/fedora/
H A Dldns.spec13 Url: http://www.nlnetlabs.nl/%{name}/
14 Source: http://www.nlnetlabs.nl/downloads/%{%name}/%{name}-%{version}.tar.gz
/freebsd-11.0-release/contrib/diff/src/
H A Ddiff.c961 char const *nl;
962 while ((nl = strchr (msg, '\n')))
964 int msglen = nl + 1 - msg;
966 msg = nl + 1;
960 char const *nl; local
/freebsd-11.0-release/contrib/ee/
H A Dnew_curse.h229 extern void nl P_((void));
/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Ddir.c166 int nl; local
172 nl = strlen(np);
173 if ((cp -= nl) <= namebuf + 1)
175 memcpy(cp, np, nl);
/freebsd-11.0-release/usr.bin/
H A DMakefile110 nl \
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi18 use Mdoc qw(ns pp hs mapwords gen_encloser nl);
/freebsd-11.0-release/crypto/openssl/ssl/
H A Ds3_srvr.c2068 int i, j, nl, off, n; local
2087 nl = tls12_get_psigalgs(s, &psigs);
2088 s2n(nl, p);
2089 memcpy(p, psigs, nl);
2090 p += nl;
2091 n += nl + 2;
2099 nl = 0;
2115 nl += 2 + j;
2123 nl += j;
2129 s2n(nl,
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dltmain.sh148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
[all...]
/freebsd-11.0-release/contrib/unbound/
H A Dltmain.sh148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh148 nl='
150 IFS="$sp $nl"
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c603 zap_leaf_t *nl; local
664 nl = zap_create_leaf(zap, tx);
665 zap_leaf_split(l, nl, zap->zap_normflags != 0);
669 err = zap_set_idx_to_blk(zap, sibling+i, nl->l_blkid, tx);
676 *lp = nl;
678 zap_put_leaf(nl);
/freebsd-11.0-release/crypto/openssh/
H A Dsession.c1441 char buf[1024], *nl, *def_nl = _PATH_NOLOGIN; local
1447 nl = login_getcapstr(lc, "nologin", def_nl, def_nl);
1451 nl = def_nl;
1453 if (stat(nl, &sb) == -1) {
1454 if (nl != def_nl)
1455 free(nl);
1460 logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
1461 if ((f = fopen(nl, "r")) != NULL) {
/freebsd-11.0-release/usr.bin/netstat/
H A Droute.c756 if ((rtsaddr = nl[N_RTSTAT].n_value) == 0) {
760 if ((rttaddr = nl[N_RTTRASH].n_value) == 0) {
/freebsd-11.0-release/usr.sbin/ypldap/
H A Dparse.y123 nl : '\n' optnl label
323 diropts : diropts diropt nl
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui.c383 nl();
/freebsd-11.0-release/usr.sbin/dconschat/
H A Ddconschat.c1114 struct nlist nl[] = {{"dcons_buf"}, {""}}; local
1122 if (kvm_nlist(dc->kd, nl) < 0)
1125 if (kvm_read(dc->kd, nl[0].n_value, &dcons_buf,
/freebsd-11.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2448 html.nl().nl().put_string("<a name=\"");
2458 html.put_string("\"></a>").nl();
2469 html.put_string("</font></b>").nl();
2474 html.put_string("</b>").nl();
2485 html.put_string(">").nl();
4463 html.put_string("</title>").nl().nl();
4469 html.put_string("</h1>").nl().nl();
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp208 void dump(raw_ostream &OS, const char *nl) const {
213 OS << ' ' << CI.getKey() << " : " << CI.getData() << nl;
215 OS << nl; local
578 void print(Store store, raw_ostream &Out, const char* nl,
2463 const char* nl, const char *sep) {
2467 << " :" << nl;
2468 B.dump(OS, nl);
2462 print(Store store, raw_ostream &OS, const char* nl, const char *sep) argument
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c974 struct nlattr *nl; local
994 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
997 s->ssid = nla_data(nl);
998 s->ssid_len = nla_len(nl);
1014 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem)
1016 freqs[num_freqs] = nla_get_u32(nl);
/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c871 USItype nl = a->fraction.ll;
875 UDItype pp_ll = (UDItype) ml * nl;
876 UDItype pp_hl = (UDItype) mh * nl;

Completed in 295 milliseconds

12345678910