Searched defs:iob (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/stdio/
H A D_stdfun.c54 static char* iob; local
59 if (!iob && !(iob = IOB))
61 if (f && ((char*)f < iob || (char*)f > iob+IOBMAX))
/ast/src/lib/libpp/
H A Dppproto.c288 proto_error(char* iob, int level, char* msg, char* arg) argument
294 if (iob)
296 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t));
2147 pppclose(char* iob) argument
2149 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t));
2171 register char* iob; local
2235 iob = (char*)proto + sizeof(Proto_t);
2236 proto->op = proto->ob = iob;
2237 proto->ip = proto->ib = iob + proto->oz + n;
2260 pppclose(iob);
2506 pppread(char* iob) argument
2605 pppdrop(char* iob) argument
[all...]
/ast/src/cmd/INIT/
H A Dproto.c1413 proto_error __PARAM__((char* iob, int level, char* msg, char* arg), (iob, level, msg, arg)) __OTORP__(char* iob; int level; char* msg; char* arg;){
1418 if (iob)
1420 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t));
4413 pppclose __PARAM__((char* iob), (iob)) __OTORP__(char* iob;){ argument
4414 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t));
4425 register char* iob; local
4750 __OTORP__(char* iob;) argument
[all...]

Completed in 24 milliseconds