Home
last modified time | relevance | path

Searched refs:patnext (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32file-unix-glob.c114 const unsigned char *patnext; in mono_w32file_unix_glob() local
118 patnext = (unsigned char *) pattern; in mono_w32file_unix_glob()
130 while (bufnext < bufend && (c = *patnext++) != EOS) in mono_w32file_unix_glob()
132 if ((c = *patnext++) == EOS) { in mono_w32file_unix_glob()
134 --patnext; in mono_w32file_unix_glob()
/dports/math/R/R-4.1.2/src/gnuwin32/
H A Ddos_wglob.c222 const wchar_t *patnext; local
226 patnext = pattern;
261 patnext += 2;
271 if (patnext == pattern && bufend - bufnext > 2 &&
276 patnext += 2;
282 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
290 if ((c = *patnext++) != L'[' && c != L']' &&
296 if ((c = *patnext++) == BG_EOS) {
299 --patnext;
305 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/math/libRmath/R-4.1.1/src/gnuwin32/
H A Ddos_wglob.c222 const wchar_t *patnext; local
226 patnext = pattern;
261 patnext += 2;
271 if (patnext == pattern && bufend - bufnext > 2 &&
276 patnext += 2;
282 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
290 if ((c = *patnext++) != L'[' && c != L']' &&
296 if ((c = *patnext++) == BG_EOS) {
299 --patnext;
305 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Dl_mcw_glob.c302 const unsigned char *compilepat, *patnext; in glob() local
307 patnext = (unsigned char *) pattern; in glob()
331 compilepat = patnext; in glob()
333 no_match = *patnext == nnot; in glob()
335 patnext++; in glob()
339 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
341 if ((c = *patnext++) == EOS) { in glob()
343 --patnext; in glob()
351 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmega_glob.c169 const char *patnext; in glob() local
176 patnext = pattern; in glob()
195 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs); in glob()
201 patnext += clen; in glob()
207 if (*patnext == QUOTE) { in glob()
208 if (*++patnext == EOS) { in glob()
215 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs); in glob()
221 patnext += clen; in glob()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmcw_glob.c329 const unsigned char *compilepat, *patnext; in afni_glob() local
334 patnext = (unsigned char *) pattern; in afni_glob()
358 compilepat = patnext; in afni_glob()
360 no_match = *patnext == nnot; in afni_glob()
362 patnext++; in afni_glob()
366 while (bufnext < bufend && (c = *patnext++) != EOS) in afni_glob()
368 if ((c = *patnext++) == EOS) { in afni_glob()
370 --patnext; in afni_glob()
378 while (bufnext < bufend && (c = *patnext++) != EOS) in afni_glob()
/dports/lang/perl5.34/perl-5.34.0/ext/File-Glob/
H A Dbsd_glob.c221 const U8 *patnext; local
224 patnext = (U8 *) pattern;
260 patnext += 2;
266 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
274 if ((c = *patnext++) != '[' && c != ']' &&
278 if ((c = *patnext++) == BG_EOS) {
281 --patnext;
287 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/lang/perl5.30/perl-5.30.3/ext/File-Glob/
H A Dbsd_glob.c221 const U8 *patnext; local
224 patnext = (U8 *) pattern;
260 patnext += 2;
266 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
274 if ((c = *patnext++) != '[' && c != ']' &&
278 if ((c = *patnext++) == BG_EOS) {
281 --patnext;
287 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/lang/perl5.32/perl-5.32.1/ext/File-Glob/
H A Dbsd_glob.c221 const U8 *patnext; local
224 patnext = (U8 *) pattern;
260 patnext += 2;
266 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
274 if ((c = *patnext++) != '[' && c != ']' &&
278 if ((c = *patnext++) == BG_EOS) {
281 --patnext;
287 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-Glob/
H A Dbsd_glob.c217 const U8 *patnext; local
220 patnext = (U8 *) pattern;
256 patnext += 2;
262 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
270 if ((c = *patnext++) != '[' && c != ']' &&
274 if ((c = *patnext++) == BG_EOS) {
277 --patnext;
283 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dglob.c162 const u_char *patnext; in BX_bsd_glob() local
169 patnext = (u_char *) pattern; in BX_bsd_glob()
184 while (bufnext < bufend && (c = *patnext++) != EOS) in BX_bsd_glob()
186 if ((c = *patnext++) == EOS) { in BX_bsd_glob()
188 --patnext; in BX_bsd_glob()
196 while (bufnext < bufend && (c = *patnext++) != EOS) in BX_bsd_glob()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dglob.c154 const unsigned char *patnext; in bsd_glob() local
158 patnext = (const unsigned char *) pattern; in bsd_glob()
175 while (bufnext < bufend && (c = *patnext++) != EOS) in bsd_glob()
179 if ((c = *patnext++) == EOS) in bsd_glob()
182 --patnext; in bsd_glob()
191 while (bufnext < bufend && (c = *patnext++) != EOS) in bsd_glob()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dglob.c162 const u_char *patnext; in BX_bsd_glob() local
169 patnext = (u_char *) pattern; in BX_bsd_glob()
184 while (bufnext < bufend && (c = *patnext++) != EOS) in BX_bsd_glob()
186 if ((c = *patnext++) == EOS) { in BX_bsd_glob()
188 --patnext; in BX_bsd_glob()
196 while (bufnext < bufend && (c = *patnext++) != EOS) in BX_bsd_glob()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dglob.c148 const u_char *patnext; in bsd_glob() local
152 patnext = (const u_char *) pattern; in bsd_glob()
169 while (bufnext < bufend && (c = *patnext++) != EOS) in bsd_glob()
173 if ((c = *patnext++) == EOS) in bsd_glob()
176 --patnext; in bsd_glob()
185 while (bufnext < bufend && (c = *patnext++) != EOS) in bsd_glob()
/dports/devel/libtar/libtar-1.2.11/compat/
H A Dglob.c170 const u_char *patnext; local
174 patnext = (u_char *) pattern;
188 while (bufnext < bufend && (c = *patnext++) != EOS)
192 while (bufnext < bufend && (c = *patnext++) != EOS)
194 if ((c = *patnext++) == EOS) {
196 --patnext;
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dglob.c169 const u_char *patnext; in glob() local
173 patnext = (u_char *) pattern; in glob()
187 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
191 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
193 if ((c = *patnext++) == EOS) { in glob()
195 --patnext; in glob()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/posix/
H A Dglob.c165 const u_char *patnext; local
169 patnext = (u_char *) pattern;
190 while (bufnext < bufend && (c = *patnext++) != EOS)
192 if ((c = *patnext++) == EOS) {
194 --patnext;
202 while (bufnext < bufend && (c = *patnext++) != EOS)
/dports/www/mod_php80/php-8.0.15/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;
/dports/lang/php74/php-7.4.27/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;
/dports/lang/php73/php-7.3.33/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;
/dports/lang/php81/php-8.1.1/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;
/dports/lang/php80/php-8.0.15/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/stdlib/
H A Dglob.c162 const u_char *patnext; local
166 patnext = (u_char *) pattern;
187 while (bufnext < bufend && (c = *patnext++) != EOS)
189 if ((c = *patnext++) == EOS) {
191 --patnext;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/stdlib/
H A Dglob.c162 const u_char *patnext; local
166 patnext = (u_char *) pattern;
187 while (bufnext < bufend && (c = *patnext++) != EOS)
189 if ((c = *patnext++) == EOS) {
191 --patnext;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
/dports/www/mod_php73/php-7.3.33/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;

123