Home
last modified time | relevance | path

Searched refs:upcase (Results 1 – 25 of 2646) sorted by relevance

12345678910>>...106

/dports/editors/uemacs/uemacs-4.0/src/
H A Dchar.c52 return(upcase[ch & 255] != 0);
71 return(upcase[ch & 255]);
98 *cp = upcase[*cp & 255];
124 return(upcase[ch & 255]);
137 upcase[index] = 0; in initchars()
143 upcase[index ^ DIFCASE] = index; in initchars()
150 upcase[index ^ DIFCASE] = index; in initchars()
174 upcase[0x92] = 0x91; /* AE diphthong */ in initchars()
198 upcase[ 198] = 230; /* AE diphthong */ in initchars()
214 upcase[ 215] = 247; /* OE ligature */ in initchars()
[all …]
/dports/archivers/peazip/peazip-8.1.0.src/
H A Drfs_utils.pas166 if upcase(volume_algo)='NOALGO' then authsize:=0;
167 if upcase(volume_algo)='ADLER32' then authsize:=4;
168 if upcase(volume_algo)='CRC32' then authsize:=4;
169 if upcase(volume_algo)='CRC64' then authsize:=8;
170 if upcase(volume_algo)='MD5' then authsize:=16;
172 if upcase(volume_algo)='SHA1' then authsize:=20;
173 if upcase(volume_algo)='SHA256' then authsize:=32;
174 if upcase(volume_algo)='SHA512' then authsize:=64;
176 if upcase(volume_algo)='SHA3_256' then authsize:=32;
178 if upcase(volume_algo)='BLAKE2S' then authsize:=32;
[all …]
H A Dunit_pea.pas801upcase(opmode)<>'INTERACTIVE') and (upcase(opmode)<>'BATCH') and (upcase(opmode)<>'HIDDEN') and (u…
2070upcase(opmode)<>'INTERACTIVE') and (upcase(opmode)<>'BATCH') and (upcase(opmode)<>'HIDDEN') and (u…
2700 if (upcase(algo)='TRIATS') or (upcase(algo)='TRITSA') or (upcase(algo)='TRISAT') or
2701 (upcase(algo)='EAX256') or (upcase(algo)='TF256') or (upcase(algo)='SP256') or
3029 if (upcase(algo)='TRIATS') or (upcase(algo)='TRITSA') or (upcase(algo)='TRISAT') or
3051 if (upcase(algo)='TRIATS') or (upcase(algo)='TRITSA') or (upcase(algo)='TRISAT') then
3652 if (upcase(opmode)<>'BATCH') and (upcase(opmode)<>'HIDDEN') and (upcase(opmode)<>'BATCH_REPORT') an…
4084 if (upcase(opmode)<>'BATCH') and (upcase(opmode)<>'HIDDEN') and (upcase(opmode)<>'BATCH_REPORT') an…
6529 if (upcase(paramstr(7))='TRIATS') or (upcase(paramstr(7))='TRITSA') or (upcase(paramstr(7))='TRISAT…
6530 …(upcase(paramstr(7))='EAX256') or (upcase(paramstr(7))='TF256') or (upcase(paramstr(7))='SP256') or
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dpymodule-mac.c47 char upcase[100]; in do_checkname() local
53 strlcpy(upcase, name, sizeof(upcase)); in do_checkname()
55 upcase[i] = toupper(upcase[i]); in do_checkname()
63 if ((strcmp(upcase, "AES") == 0) || (strcmp(upcase, "AES128CMAC") == 0)) { in do_checkname()
64 strlcpy(upcase, "AES-128", sizeof(upcase)); in do_checkname()
66 strlcat(upcase, "-CBC", sizeof(upcase)); in do_checkname()
89 char upcase[100]; in do_mac() local
99 strlcpy(upcase, name, sizeof(upcase)); in do_mac()
101 upcase[i] = toupper(upcase[i]); in do_mac()
125 strlcpy(upcase, "AES-128", sizeof(upcase)); in do_mac()
[all …]
/dports/audio/festival/speech_tools/audio/
H A Dgen_audio.cc113 if (upcase(protocol) == "NETAUDIO") in play_wave()
115 else if (upcase(protocol) == "ESDAUDIO") in play_wave()
117 else if (upcase(protocol) == "SUNAUDIO") in play_wave()
119 else if (upcase(protocol) == "SUN16AUDIO") in play_wave()
122 (upcase(protocol) == "LINUX16AUDIO")) in play_wave()
124 else if (upcase(protocol) == "IRIXAUDIO") in play_wave()
134 else if (upcase(protocol) == "SOCKET") in play_wave()
308 if (upcase(protocol) == "NETAUDIO") in record_wave()
310 else if (upcase(protocol) == "ESDAUDIO") in record_wave()
315 (upcase(protocol) == "LINUX16AUDIO")) in record_wave()
[all …]
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/
H A Dunicode.sls10 (test (char-upcase #\i) #\I)
15 (test (char-upcase #\xDF) #\xDF)
20 (test (char-upcase #\x3A3) #\x3A3)
25 (test (char-upcase #\x3C2) #\x3A3)
73 (test (string-upcase "Hi") "HI")
74 (test (string-upcase "HI") "HI")
81 (test (string-upcase "Stra\xDF;e") "STRASSE")
88 (test (string-upcase "\x39E;\x391;\x39F;\x3A3;") "\x39E;\x391;\x39F;\x3A3;")
93 (test (string-upcase "\x3BE;\x3B1;\x3BF;\x3C3;") "\x39E;\x391;\x39F;\x3A3;")
94 (test (string-upcase "\x3BE;\x3B1;\x3BF;\x3C2;") "\x39E;\x391;\x39F;\x3A3;")
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/
H A Dunicode.sls10 (test (char-upcase #\i) #\I)
15 (test (char-upcase #\xDF) #\xDF)
20 (test (char-upcase #\x3A3) #\x3A3)
25 (test (char-upcase #\x3C2) #\x3A3)
73 (test (string-upcase "Hi") "HI")
74 (test (string-upcase "HI") "HI")
81 (test (string-upcase "Stra\xDF;e") "STRASSE")
88 (test (string-upcase "\x39E;\x391;\x39F;\x3A3;") "\x39E;\x391;\x39F;\x3A3;")
93 (test (string-upcase "\x3BE;\x3B1;\x3BF;\x3C3;") "\x39E;\x391;\x39F;\x3A3;")
94 (test (string-upcase "\x3BE;\x3B1;\x3BF;\x3C2;") "\x39E;\x391;\x39F;\x3A3;")
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ntfs/
H A Dunistr.c56 const ntfschar *upcase, const u32 upcase_size) in ntfs_are_names_equal() argument
86 const ntfschar *upcase, const u32 upcase_len) in ntfs_collate_names() argument
99 c1 = le16_to_cpu(upcase[c1]); in ntfs_collate_names()
101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names()
172 const ntfschar *upcase, const u32 upcase_size) in ntfs_ucsncasecmp() argument
179 c1 = le16_to_cpu(upcase[c1]); in ntfs_ucsncasecmp()
181 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp()
200 name[i] = upcase[u]; in ntfs_upcase_name()
204 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_upcase_value() argument
213 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_compare_values() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ntfs/
H A Dunistr.c56 const ntfschar *upcase, const u32 upcase_size) in ntfs_are_names_equal() argument
86 const ntfschar *upcase, const u32 upcase_len) in ntfs_collate_names() argument
99 c1 = le16_to_cpu(upcase[c1]); in ntfs_collate_names()
101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names()
172 const ntfschar *upcase, const u32 upcase_size) in ntfs_ucsncasecmp() argument
179 c1 = le16_to_cpu(upcase[c1]); in ntfs_ucsncasecmp()
181 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp()
200 name[i] = upcase[u]; in ntfs_upcase_name()
204 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_upcase_value() argument
213 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_compare_values() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ntfs/
H A Dunistr.c56 const ntfschar *upcase, const u32 upcase_size) in ntfs_are_names_equal() argument
86 const ntfschar *upcase, const u32 upcase_len) in ntfs_collate_names() argument
99 c1 = le16_to_cpu(upcase[c1]); in ntfs_collate_names()
101 c2 = le16_to_cpu(upcase[c2]); in ntfs_collate_names()
172 const ntfschar *upcase, const u32 upcase_size) in ntfs_ucsncasecmp() argument
179 c1 = le16_to_cpu(upcase[c1]); in ntfs_ucsncasecmp()
181 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp()
200 name[i] = upcase[u]; in ntfs_upcase_name()
204 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_upcase_value() argument
213 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_compare_values() argument
[all …]
/dports/japanese/wnn7egg/wnn7/elisp/emacs20/its-v309/
H A Dhankaku.el59 (dolist (upcase upcase-alphabets)
60 (its-defrule upcase upcase))
84 (dolist (upcase upcase-alphabets)
85 (its-defrule upcase upcase))
/dports/japanese/wnn7egg/wnn7/elisp/xemacs21/its-v309/
H A Dhankaku.el59 (dolist (upcase upcase-alphabets)
60 (its-defrule upcase upcase))
84 (dolist (upcase upcase-alphabets)
85 (its-defrule upcase upcase))
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dmakehelp.c635 STRING upcase,templine; local
643 strcpy(upcase,description); uppercase(upcase);
663 STRING temp, upcase, templine; in man_write_contents() local
667 strcpy(upcase,title); uppercase(upcase); in man_write_contents()
683 strcpy(upcase,section[s]); uppercase(upcase); in man_write_contents()
686 strcpy(upcase,entry[i]); uppercase(upcase); in man_write_contents()
689 strcpy(upcase,entry[i]); uppercase(upcase); in man_write_contents()
692 strcpy(upcase,entry[i]); uppercase(upcase); in man_write_contents()
695 strcpy(upcase,entry[i]); uppercase(upcase); in man_write_contents()
705 strcpy(upcase,title); uppercase(upcase); in man_write_contents()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSimple_polygon_visibility_2.h353 upcase = LEFT; in visibility_region_impl()
360 upcase = SCANA; in visibility_region_impl()
368 switch(upcase) { in visibility_region_impl()
416 upcase = FINISH; in left()
430 upcase = LEFT; in left()
525 upcase = LEFT; in right()
550 upcase = SCAND; in right()
582 upcase = LEFT; in scana()
606 upcase = RIGHT; in scanb()
617 upcase = RIGHT; in scanc()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dunistr.h31 const ntfschar *upcase, const u32 upcase_size);
36 const ntfschar *upcase, const u32 upcase_len);
41 const ntfschar *upcase, const u32 upcase_size);
48 const ntfschar *upcase, const u32 upcase_len);
54 const ntfschar *upcase, const u32 upcase_len);
61 const ntfschar *upcase, u32 upcase_len);
64 extern u32 ntfs_upcase_build_default(ntfschar **upcase);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimQuickbirdRpcHeader.h27 return theSatId.upcase().contains("QB");
31 return theSatId.upcase().contains("WV");
35 return theSatId.upcase().contains("WV01");
39 return theSatId.upcase().contains("WV02");
43 return theSatId.upcase().contains("WV03");
47 return theSatId.upcase().contains("WV04");
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dunistr.c190 u1 = le16_to_cpu(upcase[u1]); in ntfs_names_full_collate()
192 u2 = le16_to_cpu(upcase[u2]); in ntfs_names_full_collate()
200 u1 = le16_to_cpu(upcase[u1]); in ntfs_names_full_collate()
223 u1 = le16_to_cpu(upcase[u1]); in ntfs_names_full_collate()
225 u2 = le16_to_cpu(upcase[u2]); in ntfs_names_full_collate()
308 if (!s1 || !s2 || !upcase) { in ntfs_ucsncasecmp()
315 c1 = le16_to_cpu(upcase[c1]); in ntfs_ucsncasecmp()
317 c2 = le16_to_cpu(upcase[c2]); in ntfs_ucsncasecmp()
401 name[i] = upcase[u]; in ntfs_name_upcase()
1386 if (*upcase) {
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/manual/source/Infrastructure/Manage/
H A DWriteAppTests.rst64 Setup App "upcase"
71 $ ./util/bin/skel.py app upcase .
106 $ cd apps/upcase
108 $ ./upcase This is a test
141 # Output generation script for upcase
143 UPCASE=../../../../../build/Debug/apps/upcase/upcase
157 $ cd apps/upcase/tests
177 """Execute the tests for upcase.
214 binary_base, 'apps/upcase', 'upcase')
275 # Run Program upcase.
[all …]
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dencoding.c287 u16 upcase[65536]; variable
347 for (u32 i = 0; i < ARRAY_LEN(upcase); ) { in init_upcase()
352 upcase[i++] = src_pos; in init_upcase()
356 upcase[i++] = upcase[src_pos++]; in init_upcase()
362 for (u32 i = 0; i < ARRAY_LEN(upcase); i++) in init_upcase()
363 upcase[i] += i; in init_upcase()
384 u16 c1 = upcase[le16_to_cpu(s1[i])]; in cmp_utf16le_strings()
385 u16 c2 = upcase[le16_to_cpu(s2[i])]; in cmp_utf16le_strings()
409 u16 c1 = upcase[le16_to_cpu(*s1)]; in cmp_utf16le_strings_z()
410 u16 c2 = upcase[le16_to_cpu(*s2)]; in cmp_utf16le_strings_z()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…
/dports/lang/gcc8/gcc-8.5.0/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…
/dports/lang/gcc48/gcc-4.8.5/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…
/dports/lang/gcc10/gcc-10.3.0/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…
/dports/lang/gcc11/gcc-11.2.0/libgfortran/m4/
H A Dmtype.m45 define(`upcase', `translit(`$*', `a-z', `A-Z')')dnl macro
8upcase($1)`F)',ifelse(kind,8,`defined (HAVE_'upcase($1)`)',ifelse(kind,10,`defined (HAVE_'upcase($…

12345678910>>...106