nl                479 arch/i386/stand/installboot/installboot.c 	struct nlist	*nl;
nl                490 arch/i386/stand/installboot/installboot.c 		nl = calloc(2, sizeof(struct nlist));
nl                491 arch/i386/stand/installboot/installboot.c 		if (nl == NULL)
nl                494 arch/i386/stand/installboot/installboot.c 		nl->n_un.n_name = sym->sym_name;
nl                496 arch/i386/stand/installboot/installboot.c 		if (nlist(fname, nl) != 0)
nl                500 arch/i386/stand/installboot/installboot.c 		if (nl->n_type != (N_TEXT))
nl                502 arch/i386/stand/installboot/installboot.c 			    fname, sym->sym_name, nl->n_type);
nl                505 arch/i386/stand/installboot/installboot.c 		vp = proto + nl->n_value;
nl                532 arch/i386/stand/installboot/installboot.c 		free(nl);
nl               3933 net/zlib.c     local int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
nl               3934 net/zlib.c     uInt nl;                /* number of literal/length codes */
nl               3946 net/zlib.c       if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
nl               3960 net/zlib.c       if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)