Searched refs:pat (Results 151 - 175 of 405) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h5317 static SV * DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args);
5320 extern SV * DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args);
5332 DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args) argument
5335 sv_vsetpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*));
5343 # define sv_vcatpvf(sv, pat, args) sv_vcatpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*))
5347 # define sv_vsetpvf(sv, pat, args) sv_vsetpvfn(sv, pat, strle
5363 my_sv_catpvf_mg(pTHX_ SV *sv, const char *pat, ...) argument
5390 my_sv_catpvf_mg_nocontext(SV *sv, const char *pat, ...) argument
5434 my_sv_setpvf_mg(pTHX_ SV *sv, const char *pat, ...) argument
5461 my_sv_setpvf_mg_nocontext(SV *sv, const char *pat, ...) argument
5773 my_warner(U32 err, const char *pat, ...) argument
6917 my_my_sprintf(char *buffer, const char* pat, ...) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h5317 static SV * DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args);
5320 extern SV * DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args);
5332 DPPP_(my_vnewSVpvf)(pTHX_ const char *pat, va_list *args) argument
5335 sv_vsetpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*));
5343 # define sv_vcatpvf(sv, pat, args) sv_vcatpvfn(sv, pat, strlen(pat), args, Null(SV**), 0, Null(bool*))
5347 # define sv_vsetpvf(sv, pat, args) sv_vsetpvfn(sv, pat, strle
5363 my_sv_catpvf_mg(pTHX_ SV *sv, const char *pat, ...) argument
5390 my_sv_catpvf_mg_nocontext(SV *sv, const char *pat, ...) argument
5434 my_sv_setpvf_mg(pTHX_ SV *sv, const char *pat, ...) argument
5461 my_sv_setpvf_mg_nocontext(SV *sv, const char *pat, ...) argument
5773 my_warner(U32 err, const char *pat, ...) argument
6917 my_my_sprintf(char *buffer, const char* pat, ...) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drepattrn.cpp483 RegexPattern *pat = NULL; local
486 pat = RegexPattern::compile(regex, 0, pe, status);
487 matcher = pat->matcher(input, status);
491 delete pat;
507 RegexPattern *pat = NULL; local
510 pat = RegexPattern::compile(regex, 0, pe, status);
511 matcher = pat->matcher(status);
518 delete pat;
H A Dselfmt.cpp44 SelectFormat::SelectFormat(const UnicodeString& pat, argument
46 applyPattern(pat, status);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.h97 UBool checkPat(const UnicodeString& source, const UnicodeSet& testSet, const UnicodeString& pat);
144 void expectContainment(const UnicodeString& pat,
H A Dusettest.cpp37 UnicodeString pat; local
38 set.toPattern(pat);
39 return left + UnicodeSetTest::escape(pat);
210 UnicodeString pat = ""; local
251 const UnicodeString& pat) {
253 UnicodeSet testSet2(pat, ec);
255 errln((UnicodeString)"Fail toPattern: " + source + " => " + pat);
281 const char* pat = " [:Lu:] "; // Whitespace ok outside [:..:] local
282 UnicodeSet set(pat, status);
284 dataerrln((UnicodeString)"Fail: Can't construct set with " + pat
249 checkPat(const UnicodeString& source, const UnicodeSet& testSet, const UnicodeString& pat) argument
1446 UnicodeString pat; local
1467 UnicodeString pat; local
1908 UnicodeString pat; s.toPattern(pat, FALSE); local
1968 expectContainment(const UnicodeString& pat, const UnicodeString& charsIn, const UnicodeString& charsOut) argument
1985 UnicodeString pat; local
2082 UnicodeString pat; local
[all...]
H A Dnumrgts.cpp542 UnicodeString pat(patChars, 19, 19);
543 nf->applyLocalizedPattern(pat, status);
1940 UnicodeString pat; local
1941 pat = nf->toPattern(pat);
1947 nf->applyPattern(pat, status);
1957 if (pat != pat2)
1959 pat + "\" vs. \"" + pat2 + "\"");
1961 logln("Ok \"" + PATS[i] + "\" toPattern() -> \"" + pat + '"');
2269 UnicodeString pat(DAT
2417 UnicodeString pat; local
2551 UnicodeString pat; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/itcl/
H A Dincr_tcl.rb150 def self.find_classes(pat=None)
151 simplelist(tk_call('::itcl::find', 'classes', pat))
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dtranscode-tblgen.rb118 mapping.each {|pat, action|
119 pat = pat.to_s
120 if /\A\s*\(empset\)\s*\z/ =~ pat
122 elsif /\A\s*\(empstr\)\s*\z/ =~ pat
125 elsif /\A\s*(#{HEX2}+)\s*\z/o =~ pat
128 elsif /\A\s*((#{HEX2}|\{#{HEX2}(?:-#{HEX2})?(,#{HEX2}(?:-#{HEX2})?)*\})+(\s+|\z))*\z/o =~ pat
129 pat = pat.upcase
130 pat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dindex.exp15 [nav_link [pat/home]]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/menubar/
H A Ddebug.tcl25 oo::define ::oo::object method debug {{pat *}} {
27 foreach i [info object vars [self] $pat] {
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dglobtests7 while read res str pat; do
9 [[ $str = ${~pat} ]]
11 [[ $1 = -q ]] || print "$ts: [[ $str = $pat ]]"
13 print "Test failed: [[ $str = $pat ]]"
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.c778 expand_histignore_pattern (pat)
779 char *pat;
787 return (savestring (pat));
789 ret = strcreplace (pat, '&', phe->line, 1);
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dtarvfs.tcl388 proc vfs::tar::_getdir {fd path {pat *}} {
392 set path $pat
395 if {$pat != ""} {
396 append path /$pat
/macosx-10.9.5/vim-53/runtime/indent/
H A Dxml.vim37 fun! <SID>XmlIndentWithPattern(line, pat)
38 let s = substitute('x'.a:line, a:pat, "\1", 'g')
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c834 match(Char *name, Char *pat, Char *patend, locale_t loc) argument
839 while (pat < patend) {
840 c = *pat++;
843 if (pat == patend)
846 if (match(name, pat, patend, loc))
858 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
859 ++pat;
860 while (((c = *pat++) & M_MASK) != M_END)
861 if ((*pat & M_MASK) == M_RNG) {
863 CHAR(c) <= CHAR(k) && CHAR(k) <= CHAR(pat[
[all...]
/macosx-10.9.5/vim-53/src/
H A Dex_getln.c113 static int ExpandRTDir __ARGS((char_u *pat, int *num_file, char_u ***file, char *dirname));
383 * ":g/pat/normal /pat" (without the <CR>).
4405 * Do the expansion based on xp->xp_context and "pat".
4408 ExpandFromContext(xp, pat, num_file, file, options)
4410 char_u *pat;
4446 pat = vim_strsave(pat);
4447 for (i = 0; pat[i]; ++i)
4448 if (pat[
4701 char_u *pat; local
[all...]
H A Dos_vms.c404 * pat array of pointers to input patterns
410 mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags) argument
429 if (vim_strchr(pat[i],'$') || vim_strchr(pat[i],'~'))
430 expand_env(pat[i],buf,MAXPATHL);
432 STRCPY(buf,pat[i]);
H A Dfileio.c7649 char_u *pat; /* pattern as typed (NULL when pattern member in struct:AutoPat
7651 int patlen; /* strlen() of pat */
7803 static int do_autocmd_event __ARGS((event_T event, char_u *pat, int nested, char_u *cmd, int forceit, int group));
7827 if (ap->pat == NULL) /* pattern has been removed */
7851 msg_outtrans(ap->pat);
7886 vim_free(ap->pat);
7887 ap->pat = NULL;
7937 if (ap->pat == NULL || ac->cmd == NULL)
7948 if (ap->pat == NULL)
8177 char_u *pat; local
8331 char_u *pat; local
[all...]
H A Dif_cscope.c47 static int cs_find_common __ARGS((char *opt, char *pat, int, int, int, char_u *cmdline));
773 char *pat; local
809 pat = pattern;
811 while vim_iswhite(*pat)
812 ++pat;
814 if ((cmd = (char *)alloc((unsigned)(strlen(pat) + 2))) == NULL)
817 (void)sprintf(cmd, "%d%s", search, pat);
1070 char *opt, *pat; local
1085 pat = opt + strlen(opt) + 1;
1086 if (pat >
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strptime.c573 static VALUE pat = Qnil; local
576 if (NIL_P(pat)) {
577 pat = rb_reg_new(pat_source, sizeof pat_source - 1,
579 rb_gc_register_mark_object(pat);
584 m = f_match(pat, rb_usascii_str_new2(&str[si]));
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.parse.c162 Char qu = 0, *pat = STRNULL; local
262 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf);
265 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pat);
301 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
319 search_ret = spell_me(&wordbuf, looking, pat, suf);
324 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
353 search_ret = spell_me(&wordbuf, looking, pat, suf);
459 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf);
543 Char *pat = **v; local
546 if (pat
902 tw_collect_items(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, const Char *pat, int flags) argument
1297 tw_collect(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, Char *pat, int flags, DIR *dir_fd) argument
1462 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, Char *pat, eChar suf) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dutility.c383 void edithost(char *pat, char *host) argument
387 if (!pat)
388 pat = "";
389 while (*pat) {
390 switch (*pat) {
403 *res++ = *pat;
410 pat++;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dutility.c359 edithost(char *pat, char *host) argument
363 if (!pat)
364 pat = strdup("");
365 while (*pat) {
366 switch (*pat) {
379 *res++ = *pat;
386 pat++;
/macosx-10.9.5/libedit-39/src/
H A Dreadline.c502 static char *last_search_pat; /* last !?pat[?] search pattern */
503 static char *last_search_match; /* last !?pat[?] that matched */
510 char *pat; local
568 pat = last_search_pat;
572 if ((pat = el_malloc((len + 1) * sizeof(*pat))) == NULL)
574 (void)strncpy(pat, cmd + begin, len);
575 pat[len] = '\0';
579 if (pat != last_search_pat)
580 el_free(pat);
[all...]

Completed in 460 milliseconds

1234567891011>>