Home
last modified time | relevance | path

Searched refs:islive (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c899 struct descr *d, unsigned int ndescr, int islive) in loop() argument
910 if (islive > -1) { in loop()
911 FD_SET(islive, &fds); in loop()
912 max_fd = islive; in loop()
947 if (islive > -1 && FD_ISSET(islive, &fds)) in loop()
948 handle_islive(islive); in loop()
984 bonjour_kid(krb5_context context, krb5_kdc_configuration *config, const char *argv0, int *islive) in bonjour_kid() argument
999 close(islive[0]); in bonjour_kid()
1000 if (dup2(islive[1], 0) == -1) in bonjour_kid()
1002 if (islive[1] != 0) in bonjour_kid()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h636 bool islive() const;
637 void islive(bool v);
H A Dmtype.d4213 bool islive; /// is @live member
4248 this.islive = true;
4289 t.islive = islive; in syntaxCopy()
5111 this.islive == other.islive; in attributesEqual()
7162 if (tf.islive)
H A Ddmangle.d379 if (ta.islive) in mangleFuncType()
H A Dsemantic3.d1363 funcdecl.type.isTypeFunction().islive) in visit()
H A Dtypesem.d1220 tf.islive = true; in typeSemantic()