Home
last modified time | relevance | path

Searched defs:Ch (Results 101 – 125 of 4678) sorted by relevance

12345678910>>...188

/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dstrtol.c152 # define L_(Ch) L##Ch argument
160 # define ISSPACE(Ch) iswspace (Ch) argument
161 # define ISALPHA(Ch) iswalpha (Ch) argument
162 # define TOUPPER(Ch) towupper (Ch) argument
165 # define L_(Ch) Ch argument
169 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
170 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
171 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
173 # define ISSPACE(Ch) isspace (Ch) argument
174 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/editors/poke/poke-1.0/gl-libpoke/
H A Dstrtol.c152 # define L_(Ch) L##Ch argument
160 # define ISSPACE(Ch) iswspace (Ch) argument
161 # define ISALPHA(Ch) iswalpha (Ch) argument
162 # define TOUPPER(Ch) towupper (Ch) argument
165 # define L_(Ch) Ch argument
169 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
170 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
171 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
173 # define ISSPACE(Ch) isspace (Ch) argument
174 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dstrtol.c152 # define L_(Ch) L##Ch argument
160 # define ISSPACE(Ch) iswspace (Ch) argument
161 # define ISALPHA(Ch) iswalpha (Ch) argument
162 # define TOUPPER(Ch) towupper (Ch) argument
165 # define L_(Ch) Ch argument
169 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
170 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
171 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
173 # define ISSPACE(Ch) isspace (Ch) argument
174 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/textproc/datamash/datamash-1.7/lib/
H A Dstrtol.c152 # define L_(Ch) L##Ch argument
160 # define ISSPACE(Ch) iswspace (Ch) argument
161 # define ISALPHA(Ch) iswalpha (Ch) argument
162 # define TOUPPER(Ch) towupper (Ch) argument
165 # define L_(Ch) Ch argument
169 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
170 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
171 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
173 # define ISSPACE(Ch) isspace (Ch) argument
174 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/devel/lazygit/lazygit-0.31.4/test/integration/reflogHardReset/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":1017,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1296,"Mod":0,"Key":259,"Ch":… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/branchSuggestions/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":639,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1752,"Mod":0,"Key":256,"Ch":9… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/commit/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":527,"Mod":0,"Key":256,"Ch":32},{"Timestamp":830,"Mod":0,"Key":256,"Ch":9… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/pushAndSetUpstream/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":519,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1101,"Mod":0,"Key":256,"Ch":1… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/pushAndSetUpstreamDefault/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":1523,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1953,"Mod":0,"Key":256,"Ch":… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/rebaseFixupAndSquash/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":596,"Mod":0,"Key":259,"Ch":0},{"Timestamp":853,"Mod":0,"Key":259,"Ch":0}… number
/dports/print/ttfautohint/ttfautohint-1.8.4/gnulib/src/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/archivers/gcpio/cpio-2.13/gnu/
H A Dstrtol.c181 # define L_(Ch) L##Ch argument
189 # define ISSPACE(Ch) iswspace (Ch) argument
190 # define ISALPHA(Ch) iswalpha (Ch) argument
191 # define TOUPPER(Ch) towupper (Ch) argument
194 # define L_(Ch) Ch argument
198 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
199 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
200 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
202 # define ISSPACE(Ch) isspace (Ch) argument
203 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dstrtol.c181 # define L_(Ch) L##Ch argument
189 # define ISSPACE(Ch) iswspace (Ch) argument
190 # define ISALPHA(Ch) iswalpha (Ch) argument
191 # define TOUPPER(Ch) towupper (Ch) argument
194 # define L_(Ch) Ch argument
198 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
199 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
200 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
202 # define ISSPACE(Ch) isspace (Ch) argument
203 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dstrtol.c181 # define L_(Ch) L##Ch argument
189 # define ISSPACE(Ch) iswspace (Ch) argument
190 # define ISALPHA(Ch) iswalpha (Ch) argument
191 # define TOUPPER(Ch) towupper (Ch) argument
194 # define L_(Ch) Ch argument
198 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
199 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
200 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
202 # define ISSPACE(Ch) isspace (Ch) argument
203 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/textproc/gnugrep/grep-3.7/lib/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/ftp/wget/wget-1.21.2/lib/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/textproc/diffutils/diffutils-3.8/lib/
H A Dstrtol.c162 # define L_(Ch) L##Ch argument
166 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
167 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument
168 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument
170 # define ISSPACE(Ch) iswspace (Ch) argument
171 # define ISALPHA(Ch) iswalpha (Ch) argument
172 # define TOUPPER(Ch) towupper (Ch) argument
175 # define L_(Ch) Ch argument
183 # define ISSPACE(Ch) isspace ((unsigned char) (Ch)) argument
184 # define ISALPHA(Ch) isalpha ((unsigned char) (Ch)) argument
[all …]
/dports/devel/lazygit/lazygit-0.31.4/test/integration/rebaseReword/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":1593,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1889,"Mod":0,"Key":259,"Ch":… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/initialOpen/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":891,"Mod":0,"Key":27,"Ch":0},{"Timestamp":1344,"Mod":0,"Key":256,"Ch":32… number
/dports/devel/lazygit/lazygit-0.31.4/test/integration/branchAutocomplete/
H A Drecording.json1 {"KeyEvents":[{"Timestamp":933,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1524,"Mod":0,"Key":256,"Ch":9… number
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dstrtol.c192 # define L_(Ch) L##Ch argument
200 # define ISSPACE(Ch) iswspace (Ch) argument
201 # define ISALPHA(Ch) iswalpha (Ch) argument
202 # define TOUPPER(Ch) towupper (Ch) argument
205 # define L_(Ch) Ch argument
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
210 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
213 # define ISSPACE(Ch) isspace (Ch) argument
214 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Dstrtol.c192 # define L_(Ch) L##Ch argument
200 # define ISSPACE(Ch) iswspace (Ch) argument
201 # define ISALPHA(Ch) iswalpha (Ch) argument
202 # define TOUPPER(Ch) towupper (Ch) argument
205 # define L_(Ch) Ch argument
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
210 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
213 # define ISSPACE(Ch) isspace (Ch) argument
214 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dstrtol.c192 # define L_(Ch) L##Ch argument
200 # define ISSPACE(Ch) iswspace (Ch) argument
201 # define ISALPHA(Ch) iswalpha (Ch) argument
202 # define TOUPPER(Ch) towupper (Ch) argument
205 # define L_(Ch) Ch argument
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
210 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc) argument
213 # define ISSPACE(Ch) isspace (Ch) argument
214 # define ISALPHA(Ch) isalpha (Ch) argument
[all …]

12345678910>>...188