Searched refs:TAG (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Derr.D_DECL_ENCONST.badeval.d38 TAG = "i am not an integer constant!"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearchexample.sh27 read TAG VALUE
31 case "$TAG" in
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dspu-opc.c35 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
37 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dmkrelease28 echo 'usage: mkrelease REPO RELNAME TAG'
36 TAG=$1
45 echo Tag: $TAG
47 git archive --format=tar --prefix="${RELNAME}/" --remote="${REPO}" "$TAG" | tar xvf -
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dder.h50 #define MAKE_TAG(CLASS, TYPE, TAG) (((CLASS) << 6) | ((TYPE) << 5) | (TAG))
H A Dasn1-template.h78 #define A1_TAG_T(CLASS,TYPE,TAG) ((A1_OP_TAG) | (((CLASS) << 22) | ((TYPE) << 21) | (TAG)))
H A DREADME.template74 TAG uses ->ptr (header and trailer)
78 TAG uses ->ptr (header only)
/macosx-10.10.1/OpenSSH-189/osslshim/heimdal-asn1/
H A Dder.h70 #define MAKE_TAG(CLASS, TYPE, TAG) (((CLASS) << 6) | ((TYPE) << 5) | (TAG))
H A Dasn1-template.h72 #define A1_TAG_T(CLASS,TYPE,TAG) ((A1_OP_TAG) | (((CLASS) << 22) | ((TYPE) << 21) | (TAG)))
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dkrl.sh115 TAG=$4
119 fatal "key $KEY not revoked by KRL $KRL: $TAG"
121 fatal "key $KEY unexpectedly revoked by KRL $KRL: $TAG"
126 TAG=$2
133 verbose "$tid: checking revocations for $TAG"
135 check_krl $f $OBJ/krl-empty no "$TAG"
136 check_krl $f $OBJ/krl-keys $KEYS_RESULT "$TAG"
137 check_krl $f $OBJ/krl-all $ALL_RESULT "$TAG"
138 check_krl $f $OBJ/krl-serial $SERIAL_RESULT "$TAG"
139 check_krl $f $OBJ/krl-keyid $KEYID_RESULT "$TAG"
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dspu.h73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
74 TAG,
75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
76 TAG,
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_document.rb9 %TAG ! tag:tenderlovemaking.com,2009:
21 assert_match('%TAG ! tag:tenderlovemaking.com,2009:', @stream.yaml)
27 assert_match('%TAG ! tag:tenderlovemaking.com,2009:', yaml)
28 assert_match('%TAG !! foo.com,2009:', yaml)
H A Dtest_encoding.rb255 %TAG ! tag:tenderlovemaking.com,2009:
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-ast.h31 #define TAG -3 /* Tag leaf. */ macro
38 #define IS_TAG(x) ((x)->code_min == TAG)
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c91 #define TAG "saslauthd" /* IMAP command tag */ macro
92 #define LOGIN_CMD (TAG " LOGIN ") /* IMAP login command (with tag) */
524 if (!strncmp(rbuf, TAG " OK", sizeof(TAG " OK")-1)) {
530 if (!strncmp(rbuf, TAG " NO", sizeof(TAG " NO")-1)) {
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostmulti-script37 TAG="$MAIL_LOGTAG/postmulti-script"
38 fatal() { postlog -p fatal -t "$TAG" "$1"; exit 1; }
240 WARN="postlog -p warn -t $TAG"
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_parse.c187 if (priv->elements[j].tag == TAG(DST_ALG_RSAMD5, i))
221 if (priv->elements[j].tag == TAG(DST_ALG_DH, i))
236 if (priv->elements[j].tag == TAG(DST_ALG_DSA, i))
248 if (priv->elements[0].tag != TAG(DST_ALG_ECCGOST, 0))
272 if (priv->elements[j].tag == TAG(DST_ALG_HMACMD5, i))
289 if (priv->elements[j].tag == TAG(alg, i))
H A Ddst_parse.h52 #define TAG(alg, off) (((alg) << TAG_SHIFT) + (off)) macro
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Ddisass.el182 (while (setq tmp (assq 'TAG lap))
197 (if (eq 'TAG op)
H A Dbyte-opt.el203 (if (eq c 'TAG)
1406 ;; remove addrs, lap = ( [ (op . arg) | (TAG tagno) ]* )
1417 (defconst byte-tagref-ops (cons 'TAG byte-goto-ops))
1629 (eq (cdr lap0) lap2)) ; TAG X
1692 ((and (eq (car lap0) 'TAG)
1693 (eq (car lap1) 'TAG))
1704 ;; unused-TAG: --> <deleted>
1706 ((and (eq 'TAG (car lap0))
1713 ;; goto ... --> goto <delete until TAG or end>
1714 ;; return ... --> return <delete until TAG o
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dremind.vim23 syn keyword remindTag PRIORITY TAG
H A Dpinfo.vim23 \ DONT-HANDLE-WITHOUT-TAG-TABLE HTTPVIEWER
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl881 $w tag configure TAG -justify $justify
885 $w tag add TAG 1.0 end
962 $w tag configure TAG -justify $justify
966 $w tag add TAG 1.0 end
1015 $T.text tag add TAG 1.0 end
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConstants.pm195 =head1 EXPORTABLE TAG SETS
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfsm_subs.h436 #define nfsm_chain_add_compound_header(E, NMC, TAG, NUMOPS) \
438 if ((TAG) && strlen(TAG)) { \
441 snprintf(__nfstag, sizeof(__nfstag), "%-*s", NFS4_TAG_LENGTH, (TAG)); \

Completed in 228 milliseconds

123