Searched refs:nomatch (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/regress/
H A Daddrmatch.sh24 ForceCommand nomatch
36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match"
37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match"
39 run_trial user 192.168.30.1 192.168.0.1 1.2.3.4 1234 nomatch "faked IP in hostname"
46 run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
47 run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
48 run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
50 run_trial user 2001::1 somehost ::2 1234 nomatch "IP6 network"
/macosx-10.10/gnutar-453/gnutar/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re)
53 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch;
34 try(const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re) argument
/macosx-10.10/objc4-646/runtime/
H A Dobjc-sel-set.mm91 uint32_t nomatch;
101 ret.nomatch = probe;
161 uint32_t nomatch = __objc_sel_set_findBuckets(sset, currentSel).nomatch;
162 sset->_buckets[nomatch] = currentSel;
168 uint32_t nomatch = __objc_sel_set_findBuckets(sset, value).nomatch;
169 sset->_buckets[nomatch] = value;
/macosx-10.10/libarchive-30/libarchive/libarchive_fe/
H A Dpathmatch.c57 int match = 1, nomatch = 0; local
62 /* If this is a negated class, return success for nomatch. */
65 nomatch = 1;
96 return (nomatch);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c952 int end_pos, int cs, int len, int dir, int nomatch)
972 + (nomatch << ISS_NOMATCH_SHIFT);
978 int *end_posp, int *csp, int *lenp, int *dirp, int *nomatch)
988 *nomatch = (int)(isrch_spots[num].flags >> ISS_NOMATCH_SHIFT);
1079 * nomatch = 1: failing isearch
1080 * nomatch = 2: invalid pattern
1084 int nomatch = 0, skip_line = 0, skip_pos = 0; local
1201 zlemetacs, sbptr, dir, nomatch);
1204 nomatch = 0;
1249 if (nomatch !
951 set_isrch_spot(int num, int hl, int pos, int pat_hl, int pat_pos, int end_pos, int cs, int len, int dir, int nomatch) argument
977 get_isrch_spot(int num, int *hlp, int *posp, int *pat_hlp, int *pat_posp, int *end_posp, int *csp, int *lenp, int *dirp, int *nomatch) argument
[all...]
/macosx-10.10/sudo-73/src/
H A Dsudo_nss.c67 goto nomatch;
102 nomatch:
129 goto nomatch;
181 nomatch:
/macosx-10.10/doc_cmds-49/checknr/
H A Dchecknr.c73 void nomatch(const char *);
435 nomatch(mac);
443 nomatch(const char *mac) function
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognition.h99 DEFINE_ATTRIBUTE_EVENT_LISTENER(nomatch);
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.comp.c459 static Char nomatch[2] = { (Char) ~0, 0x00 }; local
538 pos = (wordno < 3) ? nomatch : wl[wordno - 3];
541 pos = (wordno < 2) ? nomatch : wl[wordno - 2];
545 pos = (wordno < 1) ? nomatch : wl[wordno - 1];
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dbsd-comp.c488 goto nomatch;
502 goto nomatch;
507 nomatch: /* output (count) the prefix */
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c365 goto nomatch;
381 nomatch:
/macosx-10.10/file_cmds-242/compress/
H A Dzopen.c293 goto nomatch;
306 nomatch: if (output(zs, (code_int) ent) == -1)
/macosx-10.10/text_cmds-88/sed/
H A Dprocess.c597 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, argument
613 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventNames.h231 macro(nomatch) \
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h566 regmatch_t nomatch; member in struct:State_s
H A Dregnexec.c270 *m++ = state.nomatch;
1890 env->match[i] = state.nomatch;
1998 match[j] = state.nomatch;
/macosx-10.10/procmail-14/procmail/src/
H A Dregexp.c482 goto nomatch; /* so the stack is always empty */
607 nomatch:
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1559 goto nomatch;
1573 nomatch:
/macosx-10.10/emacs-93/emacs/lisp/
H A Dspeedbar.el3271 (let ((nomatch t) (depth 0)
3277 (while (and nomatch
3285 nomatch (not (string= pname (speedbar-line-directory depth))))
3288 (not nomatch))))
/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c577 * if nomatch, report hard error on failure.
583 equalsubstr(char *str, int assign, int nomatch) argument
593 if (nomatch)
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c297 struct pptuple* nomatch; member in struct:pptuple

Completed in 403 milliseconds