| /freebsd-12.1/contrib/sendmail/cf/mailer/ |
| H A D | uucp.m4 | 42 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format 43 R<@ $+ > : $+ $1 ! $2 convert to UUCP format 44 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format 45 R$* < @ $+ > $2 ! $1 convert to UUCP format 62 R<@ $+ > : $+ $1 ! $2 convert to UUCP format 63 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format 64 R$* < @ $+ > $2 ! $1 convert to UUCP format 77 R<@ $+ > : $+ $1 ! $2 convert to UUCP format 79 R$* < @ $+ > $2 ! $1 convert to UUCP format 111 R<@ $+ > : $+ $@ $1 ! $2 convert to UUCP format [all …]
|
| H A D | mail11.m4 | 49 R$+ < @ $- .DECNET > $: $2 :: $1 convert to DECnet style 50 R$+ < @ $- .LOCAL > $: $2 :: $1 convert to DECnet style 51 R$+ < @ $=w. > $: $2 :: $1 convert to DECnet style
|
| /freebsd-12.1/crypto/heimdal/admin/ |
| H A D | ChangeLog | 48 * purge.c: convert to slc; don't purge keys older that a certain 52 * rename.c: convert to slc 54 * remove.c: convert to slc 56 * get.c: convert to slc; warn if resetting disallow-all-tix 58 * copy.c: convert to slc 60 * change.c: convert to slc 62 * add.c: convert to slc 64 * list.c: convert to slc 66 * ktutil_locl.h: convert to slc 68 * ktutil.c: convert to slc
|
| /freebsd-12.1/tests/sys/kern/acct/ |
| H A D | Makefile | 9 CLEANFILES+= convert.c convert.c.tmp 11 DPSRCS.acct_test= convert.c 12 acct_test.o: convert.c 14 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | convert.c | 382 return convert (type, in convert_to_real() 726 return convert (type, in convert_to_integer() 728 convert (typex, arg0), in convert_to_integer() 729 convert (typex, arg1))); in convert_to_integer() 748 return convert (type, in convert_to_integer() 750 convert (typex, in convert_to_integer() 782 return convert (type, in convert_to_integer() 796 return convert (type, integer_zero_node); in convert_to_integer() 814 convert (subtype, integer_zero_node)); in convert_to_complex() 831 convert (subtype, in convert_to_complex() [all …]
|
| H A D | tree-mudflap.c | 557 convert (mf_uintptr_type, unshare_expr (base))); in mf_build_check_statement_for() 565 convert (mf_uintptr_type, unshare_expr (limit))); in mf_build_check_statement_for() 833 convert (mf_uintptr_type, addr), in mf_xform_derefs_1() 870 ofs = convert (bitsizetype, TREE_OPERAND (t, 2)); in mf_xform_derefs_1() 874 size = convert (bitsizetype, TREE_OPERAND (t, 1)); in mf_xform_derefs_1() 877 size = convert (sizetype, size); in mf_xform_derefs_1() 880 addr = convert (ptr_type_node, addr); in mf_xform_derefs_1() 1006 convert (ptr_type_node, in mx_register_decls() 1024 convert (ptr_type_node, in mx_register_decls() 1181 arg = convert (size_type_node, object_size); in mudflap_register_call() [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 38 const Mask *convert = static_cast<const Mask *>(src); in copy() local 39 hwloc_bitmap_copy(mask, convert->mask); in copy() 42 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_and() local 43 hwloc_bitmap_and(mask, mask, convert->mask); in bitwise_and() 47 hwloc_bitmap_or(mask, mask, convert->mask); in bitwise_or() 266 mask[i] = convert->mask[i]; in copy() 271 mask[i] &= convert->mask[i]; in bitwise_and() 276 mask[i] |= convert->mask[i]; in bitwise_or() 384 mask[i] = convert->mask[i]; in copy() 389 mask[i] &= convert->mask[i]; in bitwise_and() [all …]
|
| /freebsd-12.1/libexec/tftpd/ |
| H A D | tftp-file.c | 51 static int convert; variable 192 convert = !strcmp(mode, "netascii"); in write_init() 200 if (convert == 0) in write_file() 232 convert = !strcmp(mode, "netascii"); in read_init() 240 if (convert == 0) in read_file()
|
| /freebsd-12.1/usr.bin/calendar/ |
| H A D | events.c | 78 convert(char *input) in convert() function 171 e->date = convert(date); in event_add() 174 e->text = convert(txt); in event_add() 179 e->extra = convert(extra); in event_add() 189 text = convert(txt); in event_continue()
|
| /freebsd-12.1/contrib/ncurses/ncurses/widechar/ |
| H A D | charable.c | 70 wchar_t convert; in _nc_to_widechar() local 74 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar() 75 result = convert; in _nc_to_widechar()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 36 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 41 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 46 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| /freebsd-12.1/usr.bin/number/ |
| H A D | number.c | 77 static void convert(char *); 111 convert(line); in main() 117 convert(*argv); in main() 123 convert(char *line) in convert() function
|
| /freebsd-12.1/usr.bin/comm/ |
| H A D | comm.c | 65 static wchar_t *convert(const char *); 158 if ((tline1 = convert(line1)) != NULL) in main() 159 tline2 = convert(line2); in main() 194 convert(const char *str) in convert() function
|
| /freebsd-12.1/lib/libc/sparc64/gen/ |
| H A D | fixunsdfsi.S | 69 fbul,a 1f ! if so, use fdtox to convert to long 72 ! d does not fit in a long, so subtract 2^63, convert, 77 fdtox %f0, %f0 ! convert to long
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | s390-opc.txt | 1 # S/390 opcodes list. Use s390-mkopc to convert it into the opcode table. 56 4f cvb RX_RRRD "convert to binary" g5 esa,zarch 57 4e cvd RX_RRRD "convert to decimal" g5 esa,zarch 417 b2a6 cuutf RRE_RR "convert unicode to utf-8" g5 esa,zarch 418 b2a7 cutfu RRE_RR "convert utf-8 to unicode" g5 esa,zarch 845 b9b1 cu24 RRF_M0RR "convert utf-16 to utf-32" z9-109 zarch 846 b2a6 cu21 RRF_M0RR "convert utf-16 to utf-8" z9-109 zarch 848 b9b3 cu42 RRF_M0RR "convert utf-32 to utf-16" z9-109 zarch 849 b9b2 cu41 RRF_M0RR "convert utf-32 to utf-8" z9-109 zarch 850 b2a7 cu12 RRF_M0RR "convert utf-8 to utf-16" z9-109 zarch [all …]
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | kerberos4.texi | 32 Because of this it can be hard or impossible to correctly convert a 36 example, suppose you want to convert the principal @samp{rcmd.foo}. 39 there are exceptions to this rule). To correctly convert the instance 54 @code{krb5_425_conv_principal_ext} to convert principals when handling 60 If you want to convert an existing version 4 database, the principal 63 If you decide to convert your database once and for all, you will only 99 When you convert this database you want the following conversions to be 142 will happily convert @samp{rcmd.gone} to @samp{host/gone.foo.se}. This 150 Instead of doing this you can use DNS to convert instances. This is not
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ciphers.c | 97 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local 127 convert = opt_arg(); in ciphers_main() 172 if (convert != NULL) { in ciphers_main() 174 OPENSSL_cipher_name(convert)); in ciphers_main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangedConstraintManager.cpp | 87 llvm::APSInt ConvertedFrom = ComparisonType.convert(From); in assumeSymInclusiveRange() 88 llvm::APSInt ConvertedTo = ComparisonType.convert(To); in assumeSymInclusiveRange() 154 llvm::APSInt ConvertedInt = ComparisonType.convert(Int); in assumeSymRel() 192 Adjustment = APSIntType(Adjustment).convert(SE->getRHS()); in computeAdjustment()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 126 void convert(yaml::MachineFunction &MF, 128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 210 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print() 213 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print() 216 convert(YamlMF, *ConstantPool); in print() 218 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in print() 277 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter 318 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter 455 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter [all …]
|
| /freebsd-12.1/usr.bin/uniq/ |
| H A D | uniq.c | 83 static wchar_t *convert(const char *); 181 tprev = convert(prevline); in main() 187 tthis = convert(thisline); in main() 220 convert(const char *str) in convert() function
|
| /freebsd-12.1/lib/libiconv_modules/GBK2K/ |
| H A D | citrus_gbk2k.c | 200 goto convert; in _citrus_GBK2K_mbrtowc_priv() 206 goto convert; in _citrus_GBK2K_mbrtowc_priv() 217 goto convert; in _citrus_GBK2K_mbrtowc_priv() 222 convert: in _citrus_GBK2K_mbrtowc_priv()
|
| /freebsd-12.1/sbin/veriexec/ |
| H A D | manifest_parser.y | 42 static int convert(char *fp, unsigned int count, unsigned char *out); 130 if (convert($3, fingerprint_table[fptype].fp_size, 230 convert(char *fp, unsigned int count, unsigned char *out) in convert() function
|
| /freebsd-12.1/tools/ |
| H A D | make_libdeps.sh | 50 convert() function 112 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
|
| /freebsd-12.1/contrib/dtc/ |
| H A D | Makefile | 106 include Makefile.convert-dtsv0 110 BIN += convert-dtsv0 189 convert-dtsv0: $(CONVERT_OBJS) 233 TESTS_BIN += convert-dtsv0
|
| /freebsd-12.1/contrib/expat/lib/ |
| H A D | xmltok.c | 1344 CONVERTER convert; member 1362 int c = uenc->convert(uenc->userData, p); in unknown_isName() 1372 int c = uenc->convert(uenc->userData, p); in unknown_isNmstrt() 1382 int c = uenc->convert(uenc->userData, p); in unknown_isInvalid() 1401 int c = uenc->convert(uenc->userData, *fromP); in unknown_toUtf8() 1430 uenc->convert(uenc->userData, *fromP); in unknown_toUtf16() 1448 CONVERTER convert, in XmlInitUnknownEncoding() argument 1507 e->convert = convert; in XmlInitUnknownEncoding() 1508 if (convert) { in XmlInitUnknownEncoding() 1742 CONVERTER convert, in XmlInitUnknownEncodingNS() argument [all …]
|