Searched refs:tlp (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dbswap.h60 #define htotargetlabel(tlp, hlp) \
61 do {*(tlp) = *(hlp);} while (/* CONSTCOND */0)
62 #define targettohlabel(hlp, tlp) \
63 do {*(hlp) = *(tlp);} while (/* CONSTCOND */0)
H A Dbswap.c140 targettohlabel(struct disklabel *hlp, struct disklabel *tlp) argument
143 bswaplabel(hlp, tlp);
150 htotargetlabel(struct disklabel *tlp, struct disklabel *hlp) argument
153 bswaplabel(tlp, hlp);
155 tlp->d_checksum = 0;
156 tlp->d_checksum = dkcksum_re(tlp);
/netbsd-6-1-5-RELEASE/dist/nvi/cl/
H A Dcl_bsd.c296 TL *tlp; local
300 if ((tlp = bsearch(name,
318 name = tlp->termcap;
339 TL *tlp; local
342 if ((tlp = bsearch(name,
344 name = tlp->termcap;
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A DMakefile9 SRCS+= nif.c fxp.c tlp.c rge.c skg.c stg.c
H A Dglobals.h156 NIF_DECL(tlp); variable
/netbsd-6-1-5-RELEASE/usr.sbin/ac/
H A Dac.c407 struct utmp_list *lp, *lp2, *tlp; local
426 tlp = lp;
428 if (tlp == head) {
432 free(tlp);
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A DMakefile77 SRCS+= cache.c pci.c nif_tlp.c tlp.c
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dborder.c162 cchar_t *lsp, *rsp, *tsp, *bsp, *tlp, *trp, *blp, *brp;
182 return wborder_set(win, lsp, rsp, tsp, bsp, tlp, trp, blp, brp);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dscan.c208 parserelease(TREELIST ** tlp, char *relname, char *args) argument
217 if ((*tlp = tl) == NULL)
/netbsd-6-1-5-RELEASE/share/man/man4/
H A DMakefile61 ti.4 tl.4 tlp.4 tlphy.4 tp.4 tpm.4 tprof.4 tr.4 tra.4 \

Completed in 86 milliseconds