Home
last modified time | relevance | path

Searched refs:_TEXT (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/amd64/
H A DStubDispatch.S14 LEAF_ENTRY RhpTailCallTLSDispatchCell, _TEXT
17 LEAF_END RhpTailCallTLSDispatchCell, _TEXT
27 LEAF_END RhpCastableObjectDispatchHelper, _TEXT
33 LEAF_ENTRY RhpInterfaceDispatch\entries, _TEXT
57 LEAF_END RhpInterfaceDispatch\entries, _TEXT
77 LEAF_ENTRY RhpVTableOffsetDispatch, _TEXT
80 LEAF_END RhpVTableOffsetDispatch, _TEXT
83 LEAF_ENTRY RhpInitialInterfaceDispatch, _TEXT
89 LEAF_END RhpInitialInterfaceDispatch, _TEXT
93 LEAF_ENTRY RhpInterfaceDispatchSlow, _TEXT
[all …]
H A DCallingConventionConverterHelpers.S11 LEAF_ENTRY CallingConventionConverter_ReturnVoidReturnThunk, _TEXT
13 LEAF_END CallingConventionConverter_ReturnVoidReturnThunk, _TEXT
18 LEAF_ENTRY CallingConventionConverter_ReturnIntegerReturnThunk, _TEXT
21 LEAF_END CallingConventionConverter_ReturnIntegerReturnThunk, _TEXT
47 LEAF_ENTRY __jmpstub__CallingConventionConverter_CommonCallingStub, _TEXT
50 LEAF_END __jmpstub__CallingConventionConverter_CommonCallingStub, _TEXT
55 LEAF_ENTRY CallingConventionConverter_GetStubs, _TEXT
58 LEAF_END CallingConventionConverter_GetStubs, _TEXT
/dports/devel/ucommon/ucommon-7.0.0/utils/
H A Dscrub.cpp41 const char *err = _TEXT("i/o error"); in report()
46 err = _TEXT("permission denied"); in report()
49 err = _TEXT("read-only file system"); in report()
56 err = _TEXT("not a directory"); in report()
59 err = _TEXT("directory not empty"); in report()
62 err = _TEXT("no space left on device"); in report()
66 err = _TEXT("bad file path"); in report()
70 err = _TEXT("file or directory busy"); in report()
73 err = _TEXT("operation interupted"); in report()
77 err = _TEXT("too many sym links"); in report()
[all …]
H A Dmdsum.cpp37 const char *err = _TEXT("i/o error"); in result()
42 err = _TEXT("permission denied"); in result()
45 err = _TEXT("read-only file system"); in result()
52 err = _TEXT("not a directory"); in result()
55 err = _TEXT("directory not empty"); in result()
62 err = _TEXT("bad file path"); in result()
66 err = _TEXT("file or directory busy"); in result()
69 err = _TEXT("operation interupted"); in result()
72 err = _TEXT("is a directory"); in result()
76 err = _TEXT("too many sym links"); in result()
[all …]
H A Dcar.cpp49 const char *err = _TEXT("i/o error"); in report()
54 err = _TEXT("permission denied"); in report()
57 err = _TEXT("read-only file system"); in report()
64 err = _TEXT("not a directory"); in report()
67 err = _TEXT("directory not empty"); in report()
74 err = _TEXT("bad file path"); in report()
78 err = _TEXT("file or directory busy"); in report()
81 err = _TEXT("operation interupted"); in report()
84 err = _TEXT("is a directory"); in report()
88 err = _TEXT("too many sym links"); in report()
[all …]
H A Dpdetach.cpp23 static shell::flagopt helpflag('h',"--help", _TEXT("display this list"));
25 static shell::stringopt error('e', "--error", _TEXT("stderr path to use"), "filename");
26 static shell::stringopt input('i', "--input", _TEXT("stdin path to use"), "filename");
39 printf("%s\n\n", _TEXT("Create detached process")); in main()
40 printf("%s\n", _TEXT("Options:")); in main()
42 printf("\n%s\n", _TEXT("Report bugs to dyfet@gnu.org")); in main()
47 shell::errexit(10, "*** pdetach %s", _TEXT("no command specified")); in main()
56 _TEXT("cannot access"), *input); in main()
63 _TEXT("cannot access"), *output); in main()
70 _TEXT("cannot access"), *error); in main()
[all …]
H A Dzerofill.cpp23 static shell::flagopt helpflag('h',"--help", _TEXT("display this list"));
52 _TEXT("cannot create temporary file")); in zerofill()
79 _TEXT("failed before end of space")); in zerofill()
92 devname, _TEXT("cannot access")); in zerofill()
96 devname, _TEXT("not block device")); in zerofill()
101 devname, _TEXT("cannot modify")); in zerofill()
130 _TEXT("failed before end of space")); in zerofill()
141 *passes, _TEXT("negative random passes invalid")); in main()
144 printf("%s\n", _TEXT("Usage: zerofill [options] path...")); in main()
146 printf("%s\n", _TEXT("Options:")); in main()
[all …]
H A Durlout.cpp6 static shell::flagopt helpflag('h',"--help", _TEXT("display this list"));
8 static shell::flagopt reqcert('C', NULL, _TEXT("requires certificate"));
9 static shell::flagopt verified('V', NULL, _TEXT("requires verification"));
10 static shell::numericopt port('p', "--port", _TEXT("port to use"), "port", 0);
18 printf("%s\n", _TEXT("Usage: urlout [options] url-path")); in main()
19 printf("\n%s\n", _TEXT("Options:")); in main()
21 printf("\n%s\n", _TEXT("Report bugs to dyfet@gnu.org")); in main()
48 shell::errexit(2, _TEXT("%s: no certificates found"), argv[0]); in main()
68 shell::errexit(1, _TEXT("%s: failed to access"), url); in main()
71 shell::errexit(8, _TEXT("%s: unverified host"), url); in main()
[all …]
/dports/audio/ccaudio2/ccaudio2-2.2.0/utils/
H A Daudiotool.cpp282 printf("%s: %ld %s\n", _TEXT("Default Rate"), info->rate, _TEXT(" samples per second")); in soundcard()
290 printf("%s\n", _TEXT("big")); in showendian()
292 printf("%s\n", _TEXT("little")); in showendian()
359 _TEXT("missing arguments")); in chart()
578 printf(" %s: %s\n", _TEXT("Format"), _TEXT("unknown")); in info()
589 printf(" %s: %s\n", _TEXT("Byte Order"), _TEXT("big")); in info()
591 printf(" %s: %s\n", _TEXT("Byte Order"), _TEXT("little")); in info()
593 printf(" %s: %s\n", _TEXT("Byte Order"), _TEXT("native")); in info()
641 _TEXT("missing arguments")); in strip()
822 _TEXT("missing arguments")); in trim()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/arm/
H A DStubDispatch.S39 LEAF_ENTRY RhpTailCallTLSDispatchCell, _TEXT
46 LEAF_END RhpTailCallTLSDispatchCell, _TEXT
64 LEAF_END RhpCastableObjectDispatchHelper, _TEXT
69 LEAF_ENTRY RhpInterfaceDispatch\entries, _TEXT
114 LEAF_END RhpInterfaceDispatch\entries, _TEXT
132 LEAF_ENTRY RhpVTableOffsetDispatch, _TEXT
152 LEAF_END RhpVTableOffsetDispatch, _TEXT
155 LEAF_ENTRY RhpInitialInterfaceDispatch, _TEXT
162 LEAF_END RhpInitialInterfaceDispatch, _TEXT
173 LEAF_ENTRY RhpInterfaceDispatchSlow, _TEXT
[all …]
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dwinpe.cpp31 CHECK_EXEC(_TEXT(".exe")); in has_executable_extension()
32 CHECK_EXEC(_TEXT(".dll")); in has_executable_extension()
33 CHECK_EXEC(_TEXT(".com")); in has_executable_extension()
34 CHECK_EXEC(_TEXT(".sys")); in has_executable_extension()
35 CHECK_EXEC(_TEXT(".cpl")); in has_executable_extension()
36 CHECK_EXEC(_TEXT(".hxs")); in has_executable_extension()
37 CHECK_EXEC(_TEXT(".hxi")); in has_executable_extension()
38 CHECK_EXEC(_TEXT(".olb")); in has_executable_extension()
39 CHECK_EXEC(_TEXT(".rll")); in has_executable_extension()
40 CHECK_EXEC(_TEXT(".mui")); in has_executable_extension()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm26 _TEXT ENDS
52 _TEXT SEGMENT label
61 _TEXT ENDS
69 _TEXT SEGMENT label
109 _TEXT ENDS
129 _TEXT ENDS
154 _TEXT ENDS
179 _TEXT ENDS
344 _TEXT ENDS
616 _TEXT ENDS
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm25 _TEXT ENDS
51 _TEXT SEGMENT label
60 _TEXT ENDS
68 _TEXT SEGMENT label
108 _TEXT ENDS
128 _TEXT ENDS
153 _TEXT ENDS
178 _TEXT ENDS
343 _TEXT ENDS
615 _TEXT ENDS
[all …]
/dports/security/ssdeep/ssdeep-2.14.1/
H A Ddig.cpp74 fn[pos-1] == _TEXT(DIR_SEPARATOR) && in remove_single_dirs()
75 fn[pos] == _TEXT('.') && in remove_single_dirs()
79 if (fn[pos] == _TEXT('.') && fn[pos+1] == _TEXT(DIR_SEPARATOR)) in remove_single_dirs()
102 if (fn[pos] == _TEXT('.') && fn[pos+1] == _TEXT('.')) in remove_double_dirs()
152 fn[pos] = _TEXT(DIR_SEPARATOR); in remove_double_dirs()
431 _TEXT("%s\\*"), in process_dir_win32()
464 fn[2] = _TEXT(DIR_SEPARATOR); in process_win32()
475 fn[len] = _TEXT('*'); in process_win32()
491 _TEXT("\\\\?\\%s"), in process_win32()
530 _TEXT("%s%s"), in process_win32()
[all …]

12345678910>>...43