Searched refs:rtag (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmra.c57 ber_tag_t tag, rtag; local
67 rtag = ber_scanf( ber, "{t" /*"}"*/, &tag );
69 if( rtag == LBER_ERROR ) {
77 rtag = ber_scanf( ber, "m", &rule_text );
78 if ( rtag == LBER_ERROR ) {
85 rtag = ber_scanf( ber, "t", &tag );
86 if( rtag == LBER_ERROR ) {
95 rtag = ber_scanf( ber, "m", &type );
96 if ( rtag == LBER_ERROR ) {
103 rtag
[all...]
H A Dava.c65 ber_tag_t rtag; local
72 rtag = ber_scanf( ber, "{mm}", &type, &value );
74 if( rtag == LBER_ERROR ) {
H A Dadd.c84 ber_tag_t rtag; local
88 rtag = ber_scanf( ber, "{m{W}}", &tmp.sml_type, &tmp.sml_values );
90 if ( rtag == LBER_ERROR ) {
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dicharsup.c125 p_cs_info->rtag = NAMETABLE_NIL_ID;
146 p_cs_info->rtag = p_parameter->name;
175 if (p_cs_info->rtag == NAMETABLE_NIL_ID)
180 p_cs_info->rtag = NAMETABLE_add_id("IDL_dummy_rtag");
217 if ((p_cs_info->rtag != p_cs_info->stag)
218 && (p_cs_info->rtag != p_cs_info->drtag))
224 spell_name(fid, p_cs_info->rtag);
230 spell_name(fid, p_cs_info->rtag);
264 if (p_cs_info->rtag != NAMETABLE_NIL_ID)
267 BE_get_name(p_cs_info->rtag));
[all...]
H A Dicharsup.h106 NAMETABLE_id_t rtag; member in struct:BE_cs_info_t
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl76 set rtag [lindex $rdef 0]
77 if {($rtag ne "manpage") && ($rtag ne "url")} {
78 return -code error $ourprefix[format $ourrtag $rtag]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcvsrc.vim23 \ start='rdiff\|release\|remove\|rtag\|status\|tag'
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c376 ber_tag_t tag, rtag; local
379 rtag = ber_scanf( &tmpber, "{it", /*}*/ &bint, &tag );
382 rtag = ber_scanf( &tmpber, "{i" /*}*/, &bint );
387 rtag = ber_scanf( &tmpber, "{" /*}*/ );
1518 ber_tag_t rtag; local
1538 rtag = ber_scanf( &tmpber, "{it", /*}*/ &along, &tag );
1540 if ( rtag == LBER_ERROR ) {
1548 rtag = ber_scanf( &tmpber, "{im" /*}*/, &ver, &dn );
1552 rtag = ber_scanf( &tmpber, "m", &dn );
1556 rtag
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_dis.c314 dt_dis_rtab(const char *rtag, const dtrace_difo_t *dp, FILE *fp, argument
318 rtag, "OFFSET", "DATA", "NAME");
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el1601 (let ((rtag (concat tag "who can be reached at: ")))
1602 (or (sc-hdr rtag (sc-mail-field "sc-from-address") "\n" t)
1603 (sc-hdr rtag (sc-mail-field "sc-reply-address") "\n" t)
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dcompctl-examples520 release remove status tag rtag update annotate)
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtestutils.tcl2063 proc rtag { msg id } { procedure
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c2381 u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp)
2429 pf_mtag->pftag_tag = rtag;
2377 pf_send_tcp(const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp) argument

Completed in 211 milliseconds