Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 138) sorted by last modified time

123456

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3246 if ((*nl)++ == 0) in is_path_used()
3270 if ((*nl)++ == 0) in is_path_used()
3295 int nl = 0; in unused() local
3312 is_path_used(lml, unref, &nl, rpl_libdirs, config->c_name); in unused()
3314 is_path_used(lml, unref, &nl, prm_libdirs, config->c_name); in unused()
3316 nl = 0; in unused()
3319 is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp)); in unused()
3326 nl = 0; in unused()
3333 is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp)); in unused()
3355 if (nl++ == 0) { in unused()
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src166 # -nl No labels - suppress soft labels
6291 hp2621-nl|hp 2621 with no labels,
6398 smul=\E&dD\E&v1S, use=hp2621-nl,
6404 use=hp2621-nl,
10273 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels,
10278 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels,
10282 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels,
10286 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels,
10464 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels,
15997 lines#25, use=ndr9500-nl,
[all …]
H A Dtermcap.src327 :bl=^G:do=^J:nl=^J:
4790 :mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
5663 :us=\E&dD\E&v1S:tc=hp2621-nl:
9146 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
9149 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
9152 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
9155 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
9298 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
14156 :li#25:tc=ndr9500-nl:
14173 :li#25:tc=ndr9500-mc-nl:
[all …]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c236 int nl; in check_and_unmount_vold() local
267 nl = strlen("/vol/dev/"); in check_and_unmount_vold()
269 if (strncmp(real_name, "/vol/dev/", nl) != 0) in check_and_unmount_vold()
271 if (real_name[nl] == 'r') { in check_and_unmount_vold()
273 &real_name[nl + 1]); in check_and_unmount_vold()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c2143 struct name_list *nl; in read_list() local
2152 nl = malloc(sizeof (*nl)); in read_list()
2153 if (nl == NULL) { in read_list()
2155 return (nl); in read_list()
2158 SLIST_INIT(nl); in read_list()
2174 return (nl); in read_list()
2341 struct name_list *nl; in autoload_font() local
2345 if (nl == NULL) in autoload_font()
2348 while (!SLIST_EMPTY(nl)) { in autoload_font()
2349 np = SLIST_FIRST(nl); in autoload_font()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica1342 # http://www.hoa.gov.nl.ca/hoa/bills/Bill0634.htm
1446 # http://www.assembly.nl.ca/legislation/sr/annualstatutes/2011/1106.chp.htm
H A Deurope1486 # <http://www.lovdata.no/all/nl-19250717-011.html> and
1487 # <http://www.lovdata.no/all/nl-19300227-002.html>). The law/regulation
1491 # <http://www.lovdata.no/all/nl-18940629-001.html>) I have not been
H A Daustralasia2046 # https://webspace.science.uu.nl/~gent0113/idl/idl_alaska_samoa.htm
H A Dasia3639 # https://webspace.science.uu.nl/~gent0113/idl/idl_philippines.htm
/illumos-gate/usr/src/cmd/
H A DMakefile292 nl \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-bhyve.p5m108 file path=usr/share/bhyve/kbdlayout/nl mode=0444
H A Dsystem-extended-system-utilities.p5m89 file path=usr/bin/nl mode=0555
217 file path=usr/share/man/man1/nl.1
/illumos-gate/usr/src/cmd/sort/
H A Dstreams_mmap.c37 char *nl; in stream_mmap_prime() local
51 if ((nl = (char *)memchr(str->s_buffer, '\n', str->s_buffer_size)) == in stream_mmap_prime()
56 str->s_current.l_data_length = nl - (char *)str->s_buffer; in stream_mmap_prime()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c779 natlookup_t nl; local
784 error = fr_inobj(data, &nl, IPFOBJ_NATLOOKUP);
785 if (nl.nl_v != 6)
786 nl.nl_v = 4;
790 switch (nl.nl_v)
793 ptr = nat_lookupredir(&nl, ifs);
797 ptr = nat6_lookupredir(&nl, ifs);
806 error = fr_outobj(data, &nl, IPFOBJ_NATLOOKUP);
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c761 int nl; in getaline() local
765 nl = nleft; in getaline()
768 if (--nl == 0) { in getaline()
770 nl = nleft; in getaline()
/illumos-gate/usr/src/cmd/tbl/
H A Dt8.c45 if (instead[nl]==0 && fullbot[nl] ==0) in putline()
62 if (linestop[nl]) in putline()
64 lf = prev(nl); in putline()
65 if (instead[nl]) in putline()
70 if (fullbot[nl]) in putline()
82 if (instead[nl]==0 && fullbot[nl]==0) in putline()
100 lf=prev(nl); in putline()
109 runtabs(i, nl); in putline()
255 funnies(i,nl); in putline()
259 if (vspen(table[nl][c].col) && (nl==0 || (lf=prev(nl))<0 || !vspen(table[lf][c].col))) in putline()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c719 char *nl; local
723 nl = "";
725 printf (gettext("%s(Filter \"%s\")\n"), nl, pf->name);
727 nl = "\n";
H A Dlpforms.c858 char *nl; local
863 nl = "";
865 printf (gettext("%sForm name: %s\n"), nl, fbuf.name);
867 nl = "\n";
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c727 struct natlog *nl; local
749 if (nl->nlg_type == NL_NEWMAP)
767 proto = getproto(nl->nlg_p);
770 (u_32_t *)&nl->nlg_inip),
774 (u_32_t *)&nl->nlg_outip),
778 (u_32_t *)&nl->nlg_origip),
784 (long long)nl->nlg_pkts[0],
785 (long long)nl->nlg_pkts[1],
786 (long long)nl->nlg_bytes[0],
790 nl->nlg_pkts[0], nl->nlg_pkts[1],
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3925 local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z) in inflate_trees_dynamic() argument
3926 uInt nl; /* number of literal/length codes */ in inflate_trees_dynamic()
3938 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
3952 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h25 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c49 ntohl(uint32_t nl) in ntohl() argument
52 return (__ntohl(nl)); in ntohl()
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c74 uint64_t nl = (n); \
76 ((nl) << IEEE1394_ADDR_PHY_ID_SHIFT); \
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2986 if (nl == NULL) in drmach_memlist_add_span()
2991 nl->ml_next = ml; in drmach_memlist_add_span()
2993 nl->ml_prev->ml_next = nl; in drmach_memlist_add_span()
2994 ml->ml_prev = nl; in drmach_memlist_add_span()
2996 mlist = nl; in drmach_memlist_add_span()
3013 nl = p->free_mlist; in drmach_memlist_add_span()
3014 if (nl == NULL) in drmach_memlist_add_span()
3018 nl->ml_size = len; in drmach_memlist_add_span()
3019 nl->ml_next = NULL; in drmach_memlist_add_span()
3020 nl->ml_prev = tl; in drmach_memlist_add_span()
[all …]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c2352 char *nl = ""; in cardbus_err() local
2382 nl = "\n"; in cardbus_err()
2390 buf, nl); in cardbus_err()
2393 (void *)dip, buf, nl); in cardbus_err()
2395 prom_printf("%s%s", buf, nl); in cardbus_err()
2401 buf, nl); in cardbus_err()
2404 name, (void *)dip, buf, nl); in cardbus_err()
2406 cmn_err(CE_CONT, "%s%s", buf, nl); in cardbus_err()
2411 name, instance, buf, nl); in cardbus_err()
2413 cmn_err(ce, qmark ? "?%s%s" : "%s%s", buf, nl); in cardbus_err()

123456