OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ypbind_resptype
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp.h
206
enum
ypbind_resptype
{
enum
210
typedef enum
ypbind_resptype
ypbind_resptype
;
typedef in typeref:enum:ypbind_resptype
219
ypbind_resptype
ypbind_status;
330
extern bool_t xdr_ypbind_resptype (XDR *,
ypbind_resptype
*);
yp.x
193
enum
ypbind_resptype
{
203
union ypbind_resp switch (
ypbind_resptype
ypbind_status) {
yp_prot.h
246
enum
ypbind_resptype
{YPBIND_SUCC_VAL = 1, YPBIND_FAIL_VAL = 2};
enum
254
enum
ypbind_resptype
ypbind_status;
359
extern bool_t xdr_ypbind_resptype (XDR *__xdrs, enum
ypbind_resptype
* __objp);
360
extern bool_t xdr_ypstat (XDR *__xdrs, enum
ypbind_resptype
* __objp);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h
208
enum
ypbind_resptype
{
enum
212
typedef enum
ypbind_resptype
ypbind_resptype
;
typedef in typeref:enum:ypbind_resptype
221
ypbind_resptype
ypbind_status;
332
extern bool_t xdr_ypbind_resptype (XDR *,
ypbind_resptype
*);
yp.x
195
enum
ypbind_resptype
{
205
union ypbind_resp switch (
ypbind_resptype
ypbind_status) {
yp_prot.h
246
enum
ypbind_resptype
{YPBIND_SUCC_VAL = 1, YPBIND_FAIL_VAL = 2};
enum
254
enum
ypbind_resptype
ypbind_status;
359
extern bool_t xdr_ypbind_resptype (XDR *__xdrs, enum
ypbind_resptype
* __objp);
360
extern bool_t xdr_ypstat (XDR *__xdrs, enum
ypbind_resptype
* __objp);
Completed in 5666 milliseconds