Searched defs:wanted (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfmode.c | 358 int _sfmode(reg Sfio_t* f, reg int wanted, reg int local) argument 360 int _sfmode(f, wanted, local) 362 reg int wanted; /* desired mode */ 372 if(wanted&SF_SYNCED) /* for (SF_SYNCED|SF_READ) stream, just junk data */ 373 { wanted &= ~SF_SYNCED; 420 if(f->disc == _Sfudisc && wanted == SF_WRITE && 438 wanted &= SF_RDWR; 446 if(wanted == 0) 449 if(wanted != (int)(f->mode&SF_RDWR) && !(f->flags&wanted) ) [all...] |
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmbest.c | 254 static Block_t* bestsearch(Vmdata_t* vd, reg size_t size, Block_t* wanted) argument 256 static Block_t* bestsearch(vd, size, wanted) 259 Block_t* wanted; 267 if((root = wanted) && size == TINYSIZE) 363 /**/ASSERT(!wanted || wanted == root); 370 static int bestreclaim(reg Vmdata_t* vd, Block_t* wanted, int c) argument 372 static int bestreclaim(vd, wanted, c) 374 Block_t* wanted; 391 saw_wanted = wanted [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 1550 Size_t wanted; local 1602 wanted = length; 1736 /* If we have not 'got' the number of _characters_ we 'wanted' get some more 1739 if (got < wanted && count == length) { 1740 length = wanted - got;
|
Completed in 46 milliseconds