Searched refs:isprivate (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/procmail-14/procmail/src/
H A Dmemblk.h24 #define isprivate (themail.fd<0||ISprivate) macro
27 #define isprivate 1 macro
H A Dmailfold.c382 if(tobesent>dfilled&&isprivate) /* put it in place here */
400 if(!isprivate)
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddst_internal.h180 isc_boolean_t (*isprivate)(const dst_key_t *key); member in struct:dst_func
H A Ddst_api.c339 if (key->func->isprivate == NULL ||
340 key->func->isprivate(key) == ISC_FALSE)
1075 INSIST(key->func->isprivate != NULL);
1076 return (key->func->isprivate(key));
1182 if (key->func->isprivate == NULL)
/macosx-10.10/swig-12/Lib/
H A Dswig.swg290 %define %$isprivate "match$access"="private" %enddef
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtmlos.vim41 syn keyword htmlosFunctions isprivate ispublic isfile isdir isblank iserror iserror iseven isodd istrue isfalse islogical istext istag isnumber isinteger isdate istableeq istableeqx istableeqn isfuture ispast istoday isweekday isweekend issamedate iseq isnoteq isge isle ismod10 isvalidstring contained
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c309 int isprivate; /* key points to the private key */ member in struct:identity
1306 if (id->isprivate || (id->key->flags & KEY_FLAG_EXT))
1624 id->isprivate = 1;

Completed in 119 milliseconds