Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 6127) sorted by relevance

12345678910>>...246

/dports/sysutils/radmind/radmind-1.15.4/
H A Dwildcard.c21 switch ( *wild ) { in wildcard()
23 wild++; in wildcard()
36 wild++; in wildcard()
48 while ( isdigit( (int)*wild )) wild++; in wildcard()
58 while ( isdigit( (int)*wild )) wild++; in wildcard()
70 wild++; in wildcard()
75 for ( wild++; *wild != ']'; wild++ ) { in wildcard()
85 for ( ; *wild; wild++ ) { in wildcard()
95 wild++; in wildcard()
128 wild++; in wildcard()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/libtools/
H A Dtokenizer.cc33 if ((*wild != *string) && (*wild != '?')) { in wildcmp()
36 wild++; in wildcmp()
41 if (*wild == '*') { in wildcmp()
42 if (!*++wild) { in wildcmp()
45 mp = wild; in wildcmp()
47 } else if ((*wild == *string) || (*wild == '?')) { in wildcmp()
48 wild++; in wildcmp()
51 wild = mp; in wildcmp()
56 while (*wild == '*') { in wildcmp()
57 wild++; in wildcmp()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/libtools/
H A Dtokenizer.cc33 if ((*wild != *string) && (*wild != '?')) { in wildcmp()
36 wild++; in wildcmp()
41 if (*wild == '*') { in wildcmp()
42 if (!*++wild) { in wildcmp()
45 mp = wild; in wildcmp()
47 } else if ((*wild == *string) || (*wild == '?')) { in wildcmp()
48 wild++; in wildcmp()
51 wild = mp; in wildcmp()
56 while (*wild == '*') { in wildcmp()
57 wild++; in wildcmp()
[all …]
/dports/misc/skyutils/skyutils-3.0/src/
H A Dstring.c130 wild++; in SU_strwcmp()
154 wild += len; in SU_strwcmp()
163 wild++; in SU_strwcmp()
173 if(wild[1] == 0) in SU_strwcmp()
191 wild++; in SU_nocasestrwcmp()
211 wild += len; in SU_nocasestrwcmp()
220 wild++; in SU_nocasestrwcmp()
258 wild++; in SU_strwparse()
291 wild += len; in SU_strwparse()
300 wild++; in SU_strwparse()
[all …]
/dports/devel/dep/dep-0.5.4/gps/pkgtree/
H A Dignored_ruleset_test.go12 wild bool
35 {path: "x/y/z", wild: false},
36 {path: "*a/b/c", wild: false},
58 {path: "x/y/z", wild: true},
82 {path: "x/y/z", wild: true},
108 {path: "a/c", wild: true},
109 {path: "a/b", wild: true},
126 {path: "a/b", wild: true},
144 {path: "a/b", wild: true},
156 {path: "a/b", wild: true},
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dwildcard.cpp36 if ((map[*wild] != map[*string]) && (*wild != '?')) in MatchInternal()
40 wild++; in MatchInternal()
46 if (*wild == '*') in MatchInternal()
48 if (!*++wild) in MatchInternal()
52 mp = wild; in MatchInternal()
56 if ((map[*wild] == map[*string]) || (*wild == '?')) in MatchInternal()
58 wild++; in MatchInternal()
63 wild = mp; in MatchInternal()
69 while (*wild == '*') in MatchInternal()
71 wild++; in MatchInternal()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgwildmat.cpp164 bool strwild(const char* str, const char* wild) { in strwild() argument
167 if(*wild == '*') { // Match all in strwild()
168 if(wild[1] == NUL) in strwild()
172 char *buf = (char *)alloca(strlen(wild)); in strwild()
174 __extension__ char buf[strlen(wild)]; in strwild()
176 strcpy(buf, wild+1); in strwild()
183 wild += strlen(buf) + 1; in strwild()
189 else if(g_toupper(*str) == g_toupper(*wild) or *wild == '?') { in strwild()
190 wild++; in strwild()
196 if((*str == NUL) and (*wild == NUL or (*wild == '*' and wild[1] == NUL))) in strwild()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/portability/
H A Dwildcard.cpp72 …static bool match_remainder (const std::string& wild, std::string::const_iterator wildi, const std… in match_remainder() argument
75 while (wildi != wild.end() && matchi != match.end()) in match_remainder()
87 if (wildi == wild.end()) in match_remainder()
92 else if (match_remainder(wild, wildi, match, i)) in match_remainder()
104 for (; !found && end != wild.end(); ++end) in match_remainder()
111 if (!match_set(wild.substr(wildi - wild.begin() + 1, end - wildi - 1), *matchi)) in match_remainder()
117 if (end == wild.end()-1) in match_remainder()
136 if (wildi == wild.end()-1) in match_remainder()
152 bool result = wildi == wild.end() && matchi == match.end(); in match_remainder()
159 bool wildcard(const std::string& wild, const std::string& match) in wildcard() argument
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/stlplus3/filesystemSimplified/
H A Dwildcard.cpp72 …static bool match_remainder (const std::string& wild, std::string::const_iterator wildi, const std… in match_remainder() argument
75 while (wildi != wild.end() && matchi != match.end()) in match_remainder()
87 if (wildi == wild.end()) in match_remainder()
92 else if (match_remainder(wild, wildi, match, i)) in match_remainder()
104 for (; !found && end != wild.end(); ++end) in match_remainder()
111 if (!match_set(wild.substr(wildi - wild.begin() + 1, end - wildi - 1), *matchi)) in match_remainder()
117 if (end == wild.end()-1) in match_remainder()
136 if (wildi == wild.end()-1) in match_remainder()
152 bool result = wildi == wild.end() && matchi == match.end(); in match_remainder()
159 bool wildcard(const std::string& wild, const std::string& match) in wildcard() argument
[all …]
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dplatform_fs.cpp317 cmpval = ( tolower ( *wild ) != tolower ( *data ) ) && ( *wild != '?' ); in wildcmp()
319 cmpval = ( *wild != *data ) && ( *wild != '?' ); in wildcmp()
325 wild++; in wildcmp()
334 mp = wild; in wildcmp()
338 cmpval = ( tolower ( *wild ) == tolower ( *data ) || ( *wild == '?' ) ); in wildcmp()
340 cmpval = ( *wild == *data ) || ( *wild == '?' ); in wildcmp()
344 wild++; in wildcmp()
347 wild = mp; in wildcmp()
353 while ( *wild == '*' ) { in wildcmp()
354 wild++; in wildcmp()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dwildmat.c222 struct wildmat *wild = NULL; in split_wildmats() local
241 wild = xrealloc(wild, (n + 11) * sizeof(struct wildmat)); in split_wildmats()
243 if (*c == '!') wild[n].not = 1; /* not */ in split_wildmats()
245 else wild[n].not = 0; in split_wildmats()
247 strncpy(p, wild[n].not ? c + 1 : c, pattern+sizeof(pattern) - p); in split_wildmats()
250 wild[n++].pat = xstrdup(pattern); in split_wildmats()
252 wild[n].pat = NULL; in split_wildmats()
254 return wild; in split_wildmats()
257 EXPORTED void free_wildmats(struct wildmat *wild) in free_wildmats() argument
259 struct wildmat *w = wild; in free_wildmats()
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dwildmat.c222 struct wildmat *wild = NULL; in split_wildmats() local
241 wild = xrealloc(wild, (n + 11) * sizeof(struct wildmat)); in split_wildmats()
243 if (*c == '!') wild[n].not = 1; /* not */ in split_wildmats()
245 else wild[n].not = 0; in split_wildmats()
247 strncpy(p, wild[n].not ? c + 1 : c, pattern+sizeof(pattern) - p); in split_wildmats()
250 wild[n++].pat = xstrdup(pattern); in split_wildmats()
252 wild[n].pat = NULL; in split_wildmats()
254 return wild; in split_wildmats()
257 EXPORTED void free_wildmats(struct wildmat *wild) in free_wildmats() argument
259 struct wildmat *w = wild; in free_wildmats()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dwildmat.c222 struct wildmat *wild = NULL; in split_wildmats() local
241 wild = xrealloc(wild, (n + 11) * sizeof(struct wildmat)); in split_wildmats()
243 if (*c == '!') wild[n].not = 1; /* not */ in split_wildmats()
245 else wild[n].not = 0; in split_wildmats()
247 strncpy(p, wild[n].not ? c + 1 : c, pattern+sizeof(pattern) - p); in split_wildmats()
250 wild[n++].pat = xstrdup(pattern); in split_wildmats()
252 wild[n].pat = NULL; in split_wildmats()
254 return wild; in split_wildmats()
257 EXPORTED void free_wildmats(struct wildmat *wild) in free_wildmats() argument
259 struct wildmat *w = wild; in free_wildmats()
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DDrawBlocks.cxx79 Wild &wild = X::wild(block); in setWildBlockColor() local
81 if (wild.alarm < GC_WILD_POLYMORPH_PERIOD) { in setWildBlockColor()
85 if (wild.flavor != BF_NORMAL_1) in setWildBlockColor()
86 next_color = wild.flavor - 1; in setWildBlockColor()
92 color[0] = fade * block_colors[wild.flavor][0] in setWildBlockColor()
113 glColor3f(block_colors[wild.flavor][0] in setWildBlockColor()
115 block_colors[wild.flavor][1] in setWildBlockColor()
117 block_colors[wild.flavor][2] in setWildBlockColor()
120 glColor3f(creep_colors[wild.flavor][0] in setWildBlockColor()
122 creep_colors[wild.flavor][1] in setWildBlockColor()
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/sqlrelay/private/
H A Dsqlrcursor.h163 const char *wild,
166 const char *wild);
168 const char *wild,
171 const char *wild);
173 const char *wild,
177 const char *wild);
180 const char *wild,
184 const char *wild);
187 const char *wild,
190 const char *wild);
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Compctl/
H A Dmulticomp16 local pref head sofar origtop newtop globdir="(-/)" wild
46 wild=$head
49 wild="[${(j(][))${(s())head:l}}]*" # :gs/a/[a]/ etc.
51 wild=$wild:gs/a/aA/:gs/b/bB/:gs/c/cC/:gs/d/dD/:gs/e/eE/:gs/f/fF/
52 wild=$wild:gs/g/gG/:gs/h/hH/:gs/i/iI/:gs/j/jJ/:gs/k/kK/:gs/l/lL/
53 wild=$wild:gs/m/mM/:gs/n/nN/:gs/o/oO/:gs/p/pP/:gs/q/qQ/:gs/r/rR/
54 wild=$wild:gs/s/sS/:gs/t/tT/:gs/u/uU/:gs/v/vV/:gs/w/wW/:gs/x/xX/
55 wild=$wild:gs/y/yY/:gs/z/zZ/:gs/-/_/:gs/_/-_/:gs/[]//
58 wild="${${wild:gs/[.]/*.*/}#\*}"
61 reply=(${sofar}"${wild}${globdir}")
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dlist.c136 find_in_list_ext(list, name, wild, cmp_func) in find_in_list_ext() argument
139 int wild;
147 cmp_func = wild ? list_match : list_strcmp;
150 if (wild)
174 find_in_list(list, name, wild) in find_in_list() argument
177 int wild;
179 return find_in_list_ext(list, name, wild, NULL);
230 list_lookup_ext(list, name, wild, delete, cmp_func) in list_lookup_ext() argument
233 int wild;
247 list_lookup(list, name, wild, delete) in list_lookup() argument
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dpathnames.lisp82 (if (eql (elt wild (1- (length wild))) #\*)
90 (cond ((eq wild :wild)
92 ((null wild)
94 ((and (stringp wild) (position #\* wild))
104 (return (or (endp wild) (equal wild '(:wild-inferiors)))))
105 ((endp wild)
108 (y (car wild)))
114 wild (cdr wild)))))
117 (cond ((eq wild :wild)
119 ((null wild)
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dlist.c140 find_in_list_ext(list, name, wild, cmp_func) in find_in_list_ext() argument
143 int wild;
151 cmp_func = wild ? list_match : list_strcmp;
154 if (wild)
178 find_in_list(list, name, wild) in find_in_list() argument
181 int wild;
183 return find_in_list_ext(list, name, wild, NULL);
233 list_lookup_ext(list, name, wild, delete, cmp_func) in list_lookup_ext() argument
236 int wild;
250 list_lookup(list, name, wild, delete) in list_lookup() argument
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/doc/tutorials/new_tutorial/
H A Doutput_file_names_code.rst152 "lion/mammals.wild.animals",
155 "dog/mammals.wild.animals",
184 … Food for the wild crocodile = ./reptiles/wild.crocodile.food will be placed in ./reptiles
186 … Food for the wild dog = ./mammals/wild.dog.food will be placed in ./mammals
188 … Food for the wild lion = ./mammals/wild.lion.food will be placed in ./mammals
189 … Food for the wild tiger = ./mammals/wild.tiger.food will be placed in ./mammals
211 "dog/mammals.wild.animals",
241 … Food for the wild crocodile = reptiles/wild.crocodile.food will be placed in reptiles
243 … Food for the wild dog = mammals/wild.dog.food will be placed in mammals
245 … Food for the wild lion = mammals/wild.lion.food will be placed in mammals
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FileManager/
H A Dse_globals.cpp30 wxString wild=list.BeforeFirst(';'); in WildCardListMatch() local
32 wild=wild.Strip(wxString::both); in WildCardListMatch()
35 if(wild!=_T("") && ::wxMatchWild(wild,name)) in WildCardListMatch()
38 wild=wildlist.BeforeFirst(';'); in WildCardListMatch()
40 wild=wild.Strip(wxString::both); in WildCardListMatch()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ToolsPlus/
H A Dse_globals.cpp29 wxString wild=list.BeforeFirst(';'); in WildCardListMatch() local
31 wild=wild.Strip(wxString::both); in WildCardListMatch()
34 if(wild!=_T("") && ::wxMatchWild(wild,name)) in WildCardListMatch()
37 wild=wildlist.BeforeFirst(';'); in WildCardListMatch()
39 wild=wild.Strip(wxString::both); in WildCardListMatch()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/info_schema/
H A Dshow.h65 const String *wild,
98 const String *wild, Item *where_cond);
124 SELECT_LEX *build_show_databases_query(const POS &pos, THD *thd, String *wild,
203 SELECT_LEX *build_show_tables_query(const POS &pos, THD *thd, String *wild,
266 const String *wild, Item *where_cond);
386 SELECT_LEX *build_show_triggers_query(const POS &pos, THD *thd, String *wild,
440 SELECT_LEX *build_show_procedures_query(const POS &pos, THD *thd, String *wild,
502 SELECT_LEX *build_show_events_query(const POS &pos, THD *thd, String *wild,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqlshow.c79 char *wild; in main() local
90 wild=0; in main()
118 wild= argv[--argc]; in main()
120 wild= argv[--argc]; in main()
442 if (wild) in list_dbs()
689 if (wild && wild[0] && len) in list_table_status()
694 my_progname,db,wild ? wild : "",mysql_error(mysql)); in list_table_status()
701 if (wild) in list_table_status()
720 const char *wild) in list_fields() argument
752 if (wild && wild[0] && len) in list_fields()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqlshow.c79 char *wild; in main() local
90 wild=0; in main()
118 wild= argv[--argc]; in main()
120 wild= argv[--argc]; in main()
442 if (wild) in list_dbs()
689 if (wild && wild[0] && len) in list_table_status()
694 my_progname,db,wild ? wild : "",mysql_error(mysql)); in list_table_status()
701 if (wild) in list_table_status()
720 const char *wild) in list_fields() argument
752 if (wild && wild[0] && len) in list_fields()
[all …]

12345678910>>...246