コード例 #1
0
ファイル: fp.c プロジェクト: 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();
    }
}
コード例 #2
0
void Stream::prepare_crypto_for_secret(){not_impl();}
コード例 #3
0
int my_spawnl( const char*, ... )
{ return not_impl(); }
コード例 #4
0
bool Regex::match(MyString const& , ExtArray<MyString>* ) {not_impl();return false;}
コード例 #5
0
Regex::~Regex() {not_impl();}
コード例 #6
0
void ConvertDefaultIPToSocketIP(char const *,char **,Stream& ) {
	not_impl();
}
コード例 #7
0
QueryResult CondorQuery::getQueryAd (ClassAd &)
{ return (QueryResult)not_impl();}
コード例 #8
0
QueryResult CondorQuery::fetchAds (ClassAdList &, const char [], CondorError* )
{ return (QueryResult)not_impl();}
コード例 #9
0
void Stream::set_deadline_timeout(int){not_impl();}
コード例 #10
0
int Stream::get_secret( char *& /*s*/ ){not_impl();return 0;}
コード例 #11
0
int Stream::put_secret( char const * /*s*/ ){not_impl();return 0;}
コード例 #12
0
bool Stream::get_encryption() const{not_impl();return false;}
コード例 #13
0
void Stream::set_crypto_mode(bool /*enabled*/){not_impl();}
コード例 #14
0
bool Stream::prepare_crypto_for_secret_is_noop(){not_impl();return true;}
コード例 #15
0
void Stream::restore_crypto_after_secret(){not_impl();}
コード例 #16
0
QueryResult CondorQuery::addConstraint (const int, const float)
{ return (QueryResult)not_impl();}
コード例 #17
0
QueryResult CondorQuery::addANDConstraint (const char *)
{ return (QueryResult)not_impl();}
コード例 #18
0
void Stream::set_deadline(time_t){not_impl();}
コード例 #19
0
QueryResult CondorQuery::filterAds (ClassAdList &, ClassAdList &)
{ return (QueryResult)not_impl();}
コード例 #20
0
time_t Stream::get_deadline(){not_impl();return 0;}
コード例 #21
0
const char*
my_ip_string() {not_impl(); return 0;}
コード例 #22
0
bool Stream::deadline_expired(){not_impl();return false;}
コード例 #23
0
void ConvertDefaultIPToSocketIP(char const *,std::string &,Stream&) {
	not_impl();
}
コード例 #24
0
/* stubs for query object. */
QueryResult clearStringConstraints  (const int ) 
{ return (QueryResult)not_impl();}
コード例 #25
0
bool Regex::compile(MyString const& , char const** , int* , int ) {not_impl();return false;}
コード例 #26
0
QueryResult clearIntegerConstraints (const int )
{ return (QueryResult)not_impl();}
コード例 #27
0
int privsep_open(uid_t, gid_t, const char*, int, mode_t) { not_impl(); return 0;}
コード例 #28
0
QueryResult clearFloatConstraints   (const int )
{ return (QueryResult)not_impl();}
コード例 #29
0
END_C_DECLS

void statusString( int, MyString & )
{ not_impl(); }
コード例 #30
0
void		clearANDCustomConstraints(void) 
{ not_impl(); }