Ejemplo n.º 1
0
Archivo: fp.c Proyecto: AntiTyping/unix
/* Instruction handlers */
void
fpset()
{
    switch (ir) {
	case 0170000:		/* CFCC */
	CC_C= FPC; CC_V= FPV;
	CC_Z= FPZ; CC_N= FPN;
	return;
    case 0170001:		/* SETF */
	FPMODE=0; return;
    case 0170002:		/* SETI */
	INTMODE=0; return;
    case 0170011:		/* SETD */
	FPMODE=1; return;
    case 0170012:		/* SETL */
	INTMODE=1; return;
    default:
	not_impl();
    }
}
Ejemplo n.º 2
0
void Stream::prepare_crypto_for_secret(){not_impl();}
Ejemplo n.º 3
0
int my_spawnl( const char*, ... )
{ return not_impl(); }
Ejemplo n.º 4
0
bool Regex::match(MyString const& , ExtArray<MyString>* ) {not_impl();return false;}
Ejemplo n.º 5
0
Regex::~Regex() {not_impl();}
Ejemplo n.º 6
0
void ConvertDefaultIPToSocketIP(char const *,char **,Stream& ) {
	not_impl();
}
Ejemplo n.º 7
0
QueryResult CondorQuery::getQueryAd (ClassAd &)
{ return (QueryResult)not_impl();}
Ejemplo n.º 8
0
QueryResult CondorQuery::fetchAds (ClassAdList &, const char [], CondorError* )
{ return (QueryResult)not_impl();}
Ejemplo n.º 9
0
void Stream::set_deadline_timeout(int){not_impl();}
Ejemplo n.º 10
0
int Stream::get_secret( char *& /*s*/ ){not_impl();return 0;}
Ejemplo n.º 11
0
int Stream::put_secret( char const * /*s*/ ){not_impl();return 0;}
Ejemplo n.º 12
0
bool Stream::get_encryption() const{not_impl();return false;}
Ejemplo n.º 13
0
void Stream::set_crypto_mode(bool /*enabled*/){not_impl();}
Ejemplo n.º 14
0
bool Stream::prepare_crypto_for_secret_is_noop(){not_impl();return true;}
Ejemplo n.º 15
0
void Stream::restore_crypto_after_secret(){not_impl();}
Ejemplo n.º 16
0
QueryResult CondorQuery::addConstraint (const int, const float)
{ return (QueryResult)not_impl();}
Ejemplo n.º 17
0
QueryResult CondorQuery::addANDConstraint (const char *)
{ return (QueryResult)not_impl();}
Ejemplo n.º 18
0
void Stream::set_deadline(time_t){not_impl();}
Ejemplo n.º 19
0
QueryResult CondorQuery::filterAds (ClassAdList &, ClassAdList &)
{ return (QueryResult)not_impl();}
Ejemplo n.º 20
0
time_t Stream::get_deadline(){not_impl();return 0;}
Ejemplo n.º 21
0
const char*
my_ip_string() {not_impl(); return 0;}
Ejemplo n.º 22
0
bool Stream::deadline_expired(){not_impl();return false;}
Ejemplo n.º 23
0
void ConvertDefaultIPToSocketIP(char const *,std::string &,Stream&) {
	not_impl();
}
Ejemplo n.º 24
0
/* stubs for query object. */
QueryResult clearStringConstraints  (const int ) 
{ return (QueryResult)not_impl();}
Ejemplo n.º 25
0
bool Regex::compile(MyString const& , char const** , int* , int ) {not_impl();return false;}
Ejemplo n.º 26
0
QueryResult clearIntegerConstraints (const int )
{ return (QueryResult)not_impl();}
Ejemplo n.º 27
0
int privsep_open(uid_t, gid_t, const char*, int, mode_t) { not_impl(); return 0;}
Ejemplo n.º 28
0
QueryResult clearFloatConstraints   (const int )
{ return (QueryResult)not_impl();}
Ejemplo n.º 29
0
END_C_DECLS

void statusString( int, MyString & )
{ not_impl(); }
Ejemplo n.º 30
0
void		clearANDCustomConstraints(void) 
{ not_impl(); }