| /freebsd-12-stable/contrib/sendmail/cf/mailer/ |
| 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 61 R<@ $- . UUCP > : $+ $1 ! $2 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 76 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format 77 R<@ $+ > : $+ $1 ! $2 convert to UUCP format [all …]
|
| 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-stable/crypto/heimdal/admin/ |
| 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-stable/tests/sys/kern/acct/ |
| 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-stable/contrib/gcc/ |
| D | convert.c | 382 return convert (type, in convert_to_real() 577 convert (lang_hooks.types.type_for_mode in convert_to_integer() 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() 763 return convert (type, get_unwidened (TREE_OPERAND (expr, 0), type)); in convert_to_integer() 769 convert (type, TREE_OPERAND (expr, 1)), in convert_to_integer() 770 convert (type, TREE_OPERAND (expr, 2))); in convert_to_integer() [all …]
|
| 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() 1001 size = convert (size_type_node, TYPE_SIZE_UNIT (TREE_TYPE (decl))); in mx_register_decls() 1006 convert (ptr_type_node, in mx_register_decls() 1024 convert (ptr_type_node, in mx_register_decls() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | APFixedPoint.cpp | 19 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, in convert() function in llvm::APFixedPoint 179 APFixedPoint ConvertedThis = convert(CommonFXSema); in add() 180 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add() 203 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub() 204 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub() 227 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul() 228 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul() 284 APFixedPoint ConvertedThis = convert(CommonFXSema); in div() 285 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div() 483 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat() [all …]
|
| /freebsd-12-stable/libexec/tftpd/ |
| D | tftp-file.c | 51 static int convert; variable 192 convert = !strcmp(mode, "netascii"); in write_init() 200 if (convert == 0) in write_file() 246 convert = !strcmp(mode, "netascii"); in read_init() 254 if (convert == 0) in read_file()
|
| /freebsd-12-stable/usr.bin/calendar/ |
| 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-stable/contrib/ncurses/ncurses/widechar/ |
| 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-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_affinity.h | 37 const Mask *convert = static_cast<const Mask *>(src); in copy() local 38 hwloc_bitmap_copy(mask, convert->mask); in copy() 41 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_and() local 42 hwloc_bitmap_and(mask, mask, convert->mask); in bitwise_and() 45 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_or() local 46 hwloc_bitmap_or(mask, mask, convert->mask); in bitwise_or() 294 const Mask *convert = static_cast<const Mask *>(src); in copy() local 297 mask[i] = convert->mask[i]; in copy() 300 const Mask *convert = static_cast<const Mask *>(rhs); in bitwise_and() local 303 mask[i] &= convert->mask[i]; in bitwise_and() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXMCExpr.cpp | 35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| /freebsd-12-stable/usr.bin/number/ |
| 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-stable/usr.bin/comm/ |
| 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-stable/lib/libc/sparc64/gen/ |
| 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-stable/contrib/binutils/opcodes/ |
| 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 344 b396 cxfbr RRE_RF "convert from fixed 32 to extended bfp" g5 esa,zarch 345 b395 cdfbr RRE_RF "convert from fixed 32 to long bfp" g5 esa,zarch 346 b394 cefbr RRE_RF "convert from fixed 32 to short bfp" g5 esa,zarch 347 b39a cfxbr RRF_U0RF "convert to fixed extended bfp to 32" g5 esa,zarch 348 b399 cfdbr RRF_U0RF "convert to fixed long bfp to 32" g5 esa,zarch 349 b398 cfebr RRF_U0RF "convert to fixed short bfp to 32" g5 esa,zarch 417 b2a6 cuutf RRE_RR "convert unicode to utf-8" g5 esa,zarch [all …]
|
| /freebsd-12-stable/crypto/heimdal/doc/ |
| 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-stable/crypto/openssl/apps/ |
| 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-stable/lib/libiconv_modules/GBK2K/ |
| 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-stable/usr.bin/uniq/ |
| D | uniq.c | 90 static wchar_t *convert(const char *); 197 tprev = convert(prevline); in main() 203 tthis = convert(thisline); in main() 249 convert(const char *str) in convert() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | RangedConstraintManager.cpp | 111 llvm::APSInt ConvertedFrom = ComparisonType.convert(From); in assumeSymInclusiveRange() 112 llvm::APSInt ConvertedTo = ComparisonType.convert(To); in assumeSymInclusiveRange() 180 llvm::APSInt ConvertedInt = ComparisonType.convert(Int); in assumeSymRel() 218 Adjustment = APSIntType(Adjustment).convert(SE->getRHS()); in computeAdjustment()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MIRPrinter.cpp | 126 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo, 128 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 130 void convert(yaml::MachineFunction &MF, 132 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 221 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print() 224 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print() 236 convert(YamlMF, *ConstantPool); in print() 238 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo); in print() 306 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter 347 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter [all …]
|
| /freebsd-12-stable/sbin/veriexec/ |
| 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-stable/tools/ |
| D | make_libdeps.sh | 50 convert() function 112 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| D | BitcodeConvenience.h | 51 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() function 131 template <typename T> char convert(T rawValue) { in convert() function 202 element = ElementTy::convert(buffer.front()); in read() 237 data = ElementTy::convert(buffer.front()); in read() 292 array.append(llvm::map_iterator(buffer.begin(), T::convert), in read() 293 llvm::map_iterator(buffer.end(), T::convert)); in read()
|