| /NextBSD/lib/libarchive/tests/ |
| HD | Makefile | 265 FILES+= test_acl_pax.tar.uu 266 FILES+= test_archive_string_conversion.txt.Z.uu 267 FILES+= test_compat_bzip2_1.tbz.uu 268 FILES+= test_compat_bzip2_2.tbz.uu 269 FILES+= test_compat_cpio_1.cpio.uu 270 FILES+= test_compat_gtar_1.tar.uu 271 FILES+= test_compat_gzip_1.tgz.uu 272 FILES+= test_compat_gzip_2.tgz.uu 273 FILES+= test_compat_lzip_1.tlz.uu 274 FILES+= test_compat_lzip_2.tlz.uu [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | libgcc2.c | 75 const DWunion uu = {.ll = u}; in __negdi2() local 76 const DWunion w = { {.low = -uu.s.low, in __negdi2() 77 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2() 289 const DWunion uu = {.ll = u}; in __mulvDI3() local 292 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3() 299 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3() 304 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3() 306 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3() 310 w1.s.high -= uu.s.low; in __mulvDI3() 311 if (uu.s.low < 0) in __mulvDI3() [all …]
|
| /NextBSD/lib/libosxsupport/uuid/ |
| HD | unparse.c | 52 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) in uuid_unparse_x() argument 56 uuid_unpack(uu, &uuid); in uuid_unparse_x() 64 void uuid_unparse_lower(const uuid_t uu, char *out) in uuid_unparse_lower() argument 66 uuid_unparse_x(uu, out, fmt_lower); in uuid_unparse_lower() 69 void uuid_unparse_upper(const uuid_t uu, char *out) in uuid_unparse_upper() argument 71 uuid_unparse_x(uu, out, fmt_upper); in uuid_unparse_upper() 74 void uuid_unparse(const uuid_t uu, char *out) in uuid_unparse() argument 76 uuid_unparse_x(uu, out, FMT_DEFAULT); in uuid_unparse()
|
| HD | gen_uuid.c | 585 struct uuid uu; in uuid__generate_time() local 600 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); in uuid__generate_time() 601 uu.clock_seq |= 0x8000; in uuid__generate_time() 602 uu.time_mid = (uint16_t) clock_mid; in uuid__generate_time() 603 uu.time_hi_and_version = ((clock_mid >> 16) & 0x0FFF) | 0x1000; in uuid__generate_time() 604 memcpy(uu.node, node_id, 6); in uuid__generate_time() 605 uuid_pack(&uu, out); in uuid__generate_time() 612 THREAD_LOCAL struct uuid uu; in uuid_generate_time() local 626 uuid_unpack(out, &uu); in uuid_generate_time() 633 uu.time_low++; in uuid_generate_time() [all …]
|
| HD | pack.c | 39 void uuid_pack(const struct uuid *uu, uuid_t ptr) in uuid_pack() argument 44 tmp = uu->time_low; in uuid_pack() 53 tmp = uu->time_mid; in uuid_pack() 58 tmp = uu->time_hi_and_version; in uuid_pack() 63 tmp = uu->clock_seq; in uuid_pack() 68 memcpy(out+10, uu->node, 6); in uuid_pack()
|
| HD | unpack.c | 39 void uuid_unpack(const uuid_t in, struct uuid *uu) in uuid_unpack() argument 48 uu->time_low = tmp; in uuid_unpack() 52 uu->time_mid = tmp; in uuid_unpack() 56 uu->time_hi_and_version = tmp; in uuid_unpack() 60 uu->clock_seq = tmp; in uuid_unpack() 62 memcpy(uu->node, ptr, 6); in uuid_unpack()
|
| HD | clear.c | 40 void uuid_clear(uuid_t uu) in uuid_clear() argument 42 memset(uu, 0, 16); in uuid_clear()
|
| HD | isnull.c | 39 int uuid_is_null(const uuid_t uu) in uuid_is_null() argument 44 for (i=0, cp = uu; i < 16; i++) in uuid_is_null()
|
| /NextBSD/sys/contrib/dev/ral/ |
| HD | Makefile | 3 FILES= rt2561s.fw.uu rt2561.fw.uu rt2661.fw.uu rt2860.fw.uu 5 rt2561s.fw.uu: microcode.h LICENSE 14 rt2561.fw.uu: microcode.h LICENSE 23 rt2661.fw.uu: microcode.h LICENSE 32 rt2860.fw.uu: microcode.h LICENSE
|
| /NextBSD/lib/libc/stdio/ |
| HD | xprintf_int.c | 266 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 …]
|
| /NextBSD/sys/contrib/dev/iwi/ |
| HD | Makefile | 4 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
|
| /NextBSD/sys/contrib/ngatm/netnatm/sig/ |
| HD | sig_unimsgcpy.c | 23 if(IE_ISGOOD(src->uu)) in copy_msg_alerting() 24 dst->uu = src->uu; in copy_msg_alerting() 68 if(IE_ISGOOD(src->uu)) in copy_msg_connect() 69 dst->uu = src->uu; in copy_msg_connect() 110 if(IE_ISGOOD(src->uu)) in copy_msg_release() 111 dst->uu = src->uu; in copy_msg_release() 131 if(IE_ISGOOD(src->uu)) in copy_msg_release_compl() 132 dst->uu = src->uu; in copy_msg_release_compl() 186 if(IE_ISGOOD(src->uu)) in copy_msg_setup() 187 dst->uu = src->uu; in copy_msg_setup() [all …]
|
| HD | unimkmsg.h | 123 if(IE_ISGOOD((U)->u.release_compl.uu)) \ 124 (DEST)->uu = (U)->u.release_compl.uu; \ 137 if(IE_ISGOOD((U)->u.drop_party_ack.uu)) \ 138 (DEST)->uu = (U)->u.drop_party_ack.uu; \ 153 if(IE_ISGOOD((U)->u.add_party_rej.uu)) \ 154 (DEST)->uu = (U)->u.add_party_rej.uu; \
|
| /NextBSD/include/apple/uuid/ |
| HD | uuid.h | 53 void uuid_clear(uuid_t uu); 65 int uuid_is_null(const uuid_t uu); 67 int uuid_parse(const uuid_string_t in, uuid_t uu); 69 void uuid_unparse(const uuid_t uu, uuid_string_t out); 70 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out); 71 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
|
| /NextBSD/contrib/bzip2/ |
| HD | FREEBSD-upgrade | 16 uuencode sample1.bz2 sample1.bz2 > sample1.bz2.uu 17 uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu 18 uuencode sample3.bz2 sample3.bz2 > sample3.bz2.uu 20 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu 21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu 22 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
|
| /NextBSD/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_msg.h | 15 struct uni_ie_uu uu; member 39 struct uni_ie_uu uu; member 61 struct uni_ie_uu uu; member 71 struct uni_ie_uu uu; member 97 struct uni_ie_uu uu; member 165 struct uni_ie_uu uu; member 184 struct uni_ie_uu uu; member 194 struct uni_ie_uu uu; member 203 struct uni_ie_uu uu; member 214 struct uni_ie_uu uu; member [all …]
|
| HD | msg.def | 53 uu - !pnni 106 uu - !pnni 148 uu - !pnni 166 uu - !pnni 206 uu - !pnni 323 uu - !pnni 351 uu - !pnni 371 uu - !pnni 390 uu - !pnni 411 uu - !pnni [all …]
|
| HD | uni_msg.c | 34 if(msg->uu.h.present & UNI_IE_PRESENT) in print_alerting() 35 uni_print_ie_internal(UNI_IE_UU, (union uni_ieall *)&msg->uu, cx); in print_alerting() 58 ret |= IE_ISPRESENT(m->uu); in check_alerting() 60 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx); in check_alerting() 92 if((p->uu.h.present & UNI_IE_PRESENT) && in encode_alerting() 93 uni_encode_ie(UNI_IE_UU, msg, (union uni_ieall *)&p->uu, cx)) in encode_alerting() 158 out->uu.h = *hdr; in decode_alerting() 161 if(uni_decode_ie_body(UNI_IE_UU, (union uni_ieall *)&out->uu, msg, ielen, cx)) in decode_alerting() 334 if(msg->uu.h.present & UNI_IE_PRESENT) in print_connect() 335 uni_print_ie_internal(UNI_IE_UU, (union uni_ieall *)&msg->uu, cx); in print_connect() [all …]
|
| /NextBSD/sys/contrib/dev/mwl/ |
| HD | Makefile | 3 FILES= mw88W8363.fw.uu mwlboot.fw.uu 5 mw88W8363.fw.uu: mv88W8363fw.h LICENSE 12 mwlboot.fw.uu: mvbootfw.h LICENSE
|
| /NextBSD/sys/boot/efi/boot1/ |
| HD | generate-fat.sh | 74 echo 'FAT template boot filesystem created by generate-fat.sh' > $OUTPUT_FILE.bz2.uu 75 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu 76 echo "\$FreeBSD\$" >> $OUTPUT_FILE.bz2.uu 78 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
|
| /NextBSD/sys/boot/powerpc/boot1.chrp/ |
| HD | generate-hfs.sh | 58 echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu 59 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu 60 echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu 62 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
|
| /NextBSD/release/powerpc/ |
| HD | generate-hfs.sh | 58 echo 'HFS boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu 59 echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu 60 echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu 62 uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
|
| /NextBSD/usr.bin/mkimg/tests/ |
| HD | Makefile | 5 SOURCES!= cd ${.CURDIR}; echo *.uu 6 FILES= ${SOURCES:S,.gz.uu,,g} 10 uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
|
| /NextBSD/usr.bin/bzip2/ |
| HD | Makefile | 26 ${f}: ${f}.gz.uu 27 uudecode -p ${BZ2DIR}/${f}.gz.uu | gunzip > ${f} 30 ${f}: ${f}.uu 31 uudecode ${BZ2DIR}/${f}.uu
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | s23_lib.c | 79 unsigned int uu = ssl3_num_ciphers(); in ssl23_get_cipher() local 81 if (u < uu) in ssl23_get_cipher() 85 return (ssl2_get_cipher(u - uu)); in ssl23_get_cipher()
|