Searched refs:rpc (Results 1 – 25 of 90) sorted by relevance
1234
/glibc-2.36/inet/ |
D | etc.rpc | 1 #ident "@(#)rpc 1.11 95/07/14 SMI" /* SVr4.0 1.2 */ 3 # rpc 37 ioadmd 100055 rpc.ioadmd 41 ypxfrd 100069 rpc.ypxfrd 62 nisd 100300 rpc.nisd 63 nispasswd 100303 rpc.nispasswdd
|
D | Makefile | 29 rpc/netdb.h 52 install-others = $(inst_sysconfdir)/rpc 116 $(inst_sysconfdir)/rpc: etc.rpc $(+force)
|
D | getrpcbyname_r.c | 23 #define DATABASE_NAME rpc
|
D | getrpcbynumber_r.c | 23 #define DATABASE_NAME rpc
|
D | getrpcbyname.c | 23 #define DATABASE_NAME rpc
|
D | getrpcbynumber.c | 23 #define DATABASE_NAME rpc
|
D | getrpcent_r.c | 25 #define DATABASE_NAME rpc
|
/glibc-2.36/mach/ |
D | shortcut.awk | 15 $NF == rpc \ 41 print " extern kern_return_t " rpc " (" proto ");"; 44 print " err = " rpc " (" arglist ");"; 50 print "extern __typeof (" call ") " rpc ";";
|
/glibc-2.36/hurd/ |
D | ctty-output.c | 26 _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_output() 29 return (*rpc) (port); in _hurd_ctty_output() 52 return (*rpc) (port); in _hurd_ctty_output() 54 err = (*rpc) (ctty); in _hurd_ctty_output()
|
D | ctty-input.c | 26 _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t)) in _hurd_ctty_input() 31 return (*rpc) (port); in _hurd_ctty_input() 35 err = (*rpc) (ctty); in _hurd_ctty_input()
|
D | intr-rpc.defs | 22 #define INTR_INTERFACE uimport "intr-rpc.h";
|
/glibc-2.36/nss/ |
D | getent.c | 703 print_rpc (struct rpcent *rpc) in print_rpc() argument 708 rpc->r_name, rpc->r_number, rpc->r_aliases[0] ? " " : ""); in print_rpc() 710 for (i = 0; rpc->r_aliases[i]; ++i) in print_rpc() 711 printf (" %s", rpc->r_aliases[i]); in print_rpc() 720 struct rpcent *rpc; in rpc_keys() local 725 while ((rpc = getrpcent ()) != NULL) in rpc_keys() 726 print_rpc (rpc); in rpc_keys() 734 rpc = getrpcbynumber (atol (key[i])); in rpc_keys() 736 rpc = getrpcbyname (key[i]); in rpc_keys() 738 if (rpc == NULL) in rpc_keys() [all …]
|
D | db-Makefile | 21 /etc/rpc /etc/services /etc/shadow /etc/gshadow \ 84 $(VAR_DB)/rpc.db: /etc/rpc
|
D | rpc-lookup.c | 18 #define DATABASE_NAME rpc
|
D | nsswitch.conf | 66 rpc: files
|
/glibc-2.36/sunrpc/ |
D | Makefile | 78 rpc-compat-routines = $(addprefix compat-,$(need-export-routines)) 79 rpc-compat-routines.os = $(addprefix $(objpfx), \ 80 $(addsuffix .os,$(rpc-compat-routines))) 81 extra-objs += $(addsuffix .os,$(rpc-compat-routines)) 88 $(objpfx)librpc_compat_pic.a: $(rpc-compat-routines.os) 90 $(rpc-compat-routines.os): $(objpfx)compat-%.os: %.c $(before-compile)
|
/glibc-2.36/include/rpc/ |
D | netdb.h | 31 (struct rpcent *rpc, char *buffer, size_t buflen, \ 34 (const char *name, struct rpcent *rpc, \ 37 (int number, struct rpcent *rpc, \
|
/glibc-2.36/sysdeps/microblaze/ |
D | crti.S | 66 mfs r20,rpc 89 mfs r20,rpc
|
D | start.S | 63 mfs r20,rpc
|
D | setjmp.S | 65 mfs r12,rpc
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/ |
D | sysdep.h | 118 mfs r12,rpc; \ 135 mfs r20,rpc; \ 149 mfs r12,rpc; \
|
/glibc-2.36/hurd/hurd/ |
D | fd.h | 268 extern error_t _hurd_ctty_input (io_t port, io_t ctty, error_t (*rpc) (io_t)); 269 extern error_t _hurd_ctty_output (io_t port, io_t ctty, error_t (*rpc) (io_t));
|
/glibc-2.36/manual/ |
D | nsswitch.texi | 15 rpc: db files
|
/glibc-2.36/sysdeps/mips/sys/ |
D | asm.h | 159 #define NESTED(symbol, framesize, rpc) \ argument 164 symbol: .frame sp, framesize, rpc; \
|
/glibc-2.36/nis/ |
D | Versions | 49 # This functions are needed by the NIS+ tools and rpc.nisd,
|
1234