HomeSort by: relevance | last modified time | path
    Searched refs:myprint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
testavl.c 48 static void myprint LDAP_P(( Avlnode *root ));
67 ( void ) myprint( tree );
140 static void myprint( Avlnode *root ) function
testtavl.c 48 static void myprint LDAP_P(( TAvlnode *root ));
67 ( void ) myprint( tree );
148 static void myprint( TAvlnode *root ) function
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d 593 void myprint(scope const(char)[] s) { }
594 auto r = &myprint;
919 void myprint(scope const(char)[] s) { }
920 static assert(isOutputRange!(typeof(&myprint), char));

Completed in 18 milliseconds