Home
last modified time | relevance | path

Searched refs:uu (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/lib/libarchive/tests/
H A DMakefile399 ${PACKAGE}FILES+= test_fuzz.cab.uu
400 ${PACKAGE}FILES+= test_fuzz.lzh.uu
401 ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu
428 ${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu
429 ${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu
430 ${PACKAGE}FILES+= test_archive_string_conversion.txt.Z.uu
431 ${PACKAGE}FILES+= test_archive_pathmatch_oob_bracket.bin.uu
432 ${PACKAGE}FILES+= test_archive_pathmatch_oob_strchr.bin.uu
433 ${PACKAGE}FILES+= test_compat_bzip2_1.tbz.uu
434 ${PACKAGE}FILES+= test_compat_bzip2_2.tbz.uu
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c46 struct uu { struct
369 struct uu *uu; in uudecode_bidder_init() local
376 uu = calloc(1, sizeof(*uu)); in uudecode_bidder_init()
379 if (uu == NULL || out_buff == NULL || in_buff == NULL) { in uudecode_bidder_init()
382 free(uu); in uudecode_bidder_init()
388 f->data = uu; in uudecode_bidder_init()
389 uu->in_buff = in_buff; in uudecode_bidder_init()
390 uu->in_cnt = 0; in uudecode_bidder_init()
391 uu->in_allocated = IN_BUFF_SIZE; in uudecode_bidder_init()
392 uu->out_buff = out_buff; in uudecode_bidder_init()
[all …]
/freebsd/usr.bin/cpio/tests/
H A DMakefile99 ${PACKAGE}FILES+= test_extract.cpio.Z.uu
100 ${PACKAGE}FILES+= test_extract.cpio.bz2.uu
101 ${PACKAGE}FILES+= test_extract.cpio.grz.uu
102 ${PACKAGE}FILES+= test_extract.cpio.gz.uu
103 ${PACKAGE}FILES+= test_extract.cpio.lrz.uu
104 ${PACKAGE}FILES+= test_extract.cpio.lz.uu
105 ${PACKAGE}FILES+= test_extract.cpio.lz4.uu
106 ${PACKAGE}FILES+= test_extract.cpio.lzma.uu
107 ${PACKAGE}FILES+= test_extract.cpio.lzo.uu
108 ${PACKAGE}FILES+= test_extract.cpio.xz.uu
[all …]
/freebsd/usr.bin/tar/tests/
H A DMakefile115 ${PACKAGE}FILES+= test_extract.tar.Z.uu
116 ${PACKAGE}FILES+= test_extract.tar.bz2.uu
117 ${PACKAGE}FILES+= test_extract.tar.grz.uu
118 ${PACKAGE}FILES+= test_extract.tar.gz.uu
119 ${PACKAGE}FILES+= test_extract.tar.lrz.uu
120 ${PACKAGE}FILES+= test_extract.tar.lz.uu
121 ${PACKAGE}FILES+= test_extract.tar.lz4.uu
122 ${PACKAGE}FILES+= test_extract.tar.lzma.uu
123 ${PACKAGE}FILES+= test_extract.tar.lzo.uu
124 ${PACKAGE}FILES+= test_extract.tar.xz.uu
[all …]
/freebsd/usr.bin/unzip/tests/
H A DMakefile73 ${PACKAGE}FILES+= test_I.zip.uu
74 ${PACKAGE}FILES+= test_basic.zip.uu
75 ${PACKAGE}FILES+= test_encrypted.zip.uu
76 ${PACKAGE}FILES+= test_f_new.zip.uu
77 ${PACKAGE}FILES+= test_f_old.zip.uu
78 ${PACKAGE}FILES+= test_singlefile.zip.uu
79 ${PACKAGE}FILES+= test_symlink_1.zip.uu
80 ${PACKAGE}FILES+= test_symlink_2.zip.uu
81 ${PACKAGE}FILES+= test_symlink_dotdot.zip.uu
82 ${PACKAGE}FILES+= test_t_bad.zip.uu
[all …]
/freebsd/usr.bin/bsdcat/tests/
H A DMakefile61 ${PACKAGE}FILES+= test_empty.gz.uu
62 ${PACKAGE}FILES+= test_empty.lz4.uu
63 ${PACKAGE}FILES+= test_empty.xz.uu
64 ${PACKAGE}FILES+= test_empty.zst.uu
65 ${PACKAGE}FILES+= test_expand.Z.uu
66 ${PACKAGE}FILES+= test_expand.bz2.uu
67 ${PACKAGE}FILES+= test_expand.gz.uu
68 ${PACKAGE}FILES+= test_expand.lz4.uu
69 ${PACKAGE}FILES+= test_expand.plain.uu
70 ${PACKAGE}FILES+= test_expand.xz.uu
[all …]
/freebsd/sys/contrib/dev/ral/
H A DMakefile1 FILES= rt2561s.fw.uu rt2561.fw.uu rt2661.fw.uu rt2860.fw.uu
3 rt2561s.fw.uu: microcode.h LICENSE
12 rt2561.fw.uu: microcode.h LICENSE
21 rt2661.fw.uu: microcode.h LICENSE
30 rt2860.fw.uu: microcode.h LICENSE
/freebsd/lib/libc/stdio/
H A Dxprintf_int.c266 uintmax_t uu; in __printf_render_int() local
320 uu = -argp->intmaxarg; in __printf_render_int()
323 uu = argp->uintmaxarg; in __printf_render_int()
326 uu = (u_long)-argp->longarg; in __printf_render_int()
329 uu = argp->ulongarg; in __printf_render_int()
332 uu = -(short)argp->intarg; in __printf_render_int()
335 uu = (unsigned short)argp->uintarg; in __printf_render_int()
338 uu = -(signed char)argp->intarg; in __printf_render_int()
341 uu = (unsigned char)argp->uintarg; in __printf_render_int()
344 uu = (unsigned)-argp->intarg; in __printf_render_int()
[all …]
/freebsd/sys/contrib/dev/iwi/
H A DMakefile4 ALL= ipw2200-bss.fw.uu ipw2200-ibss.fw.uu ipw2200-sniffer.fw.uu
8 ipw2200-bss.fw.uu: ipw2200-bss.fw LICENSE
13 ipw2200-ibss.fw.uu: ipw2200-ibss.fw LICENSE
18 ipw2200-sniffer.fw.uu: ipw2200-sniffer.fw LICENSE
/freebsd/contrib/bzip2/
H A DFREEBSD-upgrade14 uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu
15 uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
16 uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu
18 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
19 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
20 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
/freebsd/sys/contrib/dev/mwl/
H A DMakefile3 FILES= mw88W8363.fw.uu mwlboot.fw.uu
5 mw88W8363.fw.uu: mv88W8363fw.h LICENSE
12 mwlboot.fw.uu: mvbootfw.h LICENSE
/freebsd/usr.bin/bzip2/
H A DMakefile28 ${f}: ${f}.gz.uu
29 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f}
32 ${f}: ${f}.uu
33 uudecode ${BZ2DIR}/${f}.uu
/freebsd/crypto/libecc/src/nn/
H A Dnn_modinv.c53 nn_t uu = out; in _nn_modinv_odd() local
86 ret = nn_zero(uu); EG(ret, err); in _nn_modinv_odd()
94 ret = nn_set_wlen(uu, m->wlen); EG(ret, err); in _nn_modinv_odd()
154 ret = nn_cnd_swap(swap, &u, uu); EG(ret, err); in _nn_modinv_odd()
157 ret = nn_cmp(&u, uu, &cmp); EG(ret, err); in _nn_modinv_odd()
161 ret = nn_sub(&tmp, m, uu); EG(ret, err); in _nn_modinv_odd()
165 ret = nn_cnd_sub(isodd & (!smaller), &u, &u, uu); EG(ret, err); in _nn_modinv_odd()
173 MUST_HAVE((!nn_cmp(uu, m, &cmp)) && (cmp < 0), ret, err); in _nn_modinv_odd()
191 ret = nn_cnd_sub(cmp != 0, uu, uu, uu); EG(ret, err); in _nn_modinv_odd()
202 PTR_NULLIFY(uu); in _nn_modinv_odd()
/freebsd/release/powerpc/
H A Dgenerate-hfs.sh56 echo 'HFS boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
57 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
59 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
/freebsd/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh55 echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
56 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
58 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_create.c48 u_int uu; in fifolog_create() local
83 i = ioctl(fd, DIOCGSECTORSIZE, &uu); in fifolog_create()
84 u = uu; in fifolog_create()
/freebsd/share/tabset/
H A DMakefile9 .SUFFIXES: .uu
10 .uu:
/freebsd/sys/modules/mwlfw/
H A DMakefile6 mw88W8363.fw: ${SRCTOP}/sys/contrib/dev/mwl/mw88W8363.fw.uu
9 mwlboot.fw: ${SRCTOP}/sys/contrib/dev/mwl/mwlboot.fw.uu
/freebsd/sbin/gbde/
H A Dtest.sh
/freebsd/bin/ed/test/
H A DMakefile14 uudecode < ascii.d.uu ; \
15 uudecode < ascii.r.uu ; \
/freebsd/tools/regression/nfsmmap/test1/
H A DMakefile19 test1.zeros: test1.zeros.uu
22 test1.good: test1.good.uu
/freebsd/tools/regression/nfsmmap/test2/
H A DMakefile19 test2.zeros: test2.zeros.uu
22 test2.good: test2.good.uu
/freebsd/sys/modules/lio/
H A DMakefile21 lio_23xx_nic.bin.fw: ${.CURDIR}/../../contrib/dev/liquidio/lio_23xx_nic.bin.uu
22 uudecode -p ${.CURDIR}/../../contrib/dev/liquidio/lio_23xx_nic.bin.uu > ${.TARGET}
/freebsd/usr.bin/m4/tests/
H A DMakefile11 ${PACKAGE}FILES+= ff_after_dnl.m4.uu
24 ${PACKAGE}FILES+= strangequotes.m4.uu
/freebsd/lib/libc/quad/
H A Dmuldi3.c100 union uu u, v, low, prod; in __muldi3()
186 union uu prod; in __lmulq()

12345