Searched refs:rcp (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_simple.c89 struct rpc_call_private *rcp = (struct rpc_call_private *)vp; local
91 if (rcp) {
92 if (rcp->client)
93 CLNT_DESTROY(rcp->client);
94 free(rcp);
123 struct rpc_call_private *rcp = (struct rpc_call_private *) 0; local
129 rcp = rpc_call_private_main;
137 rcp = (struct rpc_call_private *)thr_getspecific(rpc_call_key);
139 if (rcp == NULL) {
140 rcp
[all...]
/freebsd-10.0-release/bin/rcp/
H A DMakefile4 PROG= rcp
5 SRCS= rcp.c util.c
/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim_rcfile.c48 static struct rcsection *rc_findsect(struct rcfile *rcp,
50 static struct rcsection *rc_addsect(struct rcfile *rcp,
58 static void rc_parse(struct rcfile *rcp);
68 struct rcfile *rcp; local
70 rcp = rc_find(filename);
71 if (rcp) {
72 *rcfile = rcp;
78 rcp = malloc(sizeof(struct rcfile));
79 if (rcp == NULL) {
83 bzero(rcp, sizeo
93 rc_close(struct rcfile *rcp) argument
122 rc_findsect(struct rcfile *rcp, const char *sectname, int sect_id) argument
133 rc_addsect(struct rcfile *rcp, const char *sectname) argument
213 rc_parse(struct rcfile *rcp) argument
302 rc_getstringptr(struct rcfile *rcp, const char *section, int sect_id, const char *key, char **dest) argument
320 rc_getstring(struct rcfile *rcp, const char *section, int sect_id, const char *key, unsigned int maxlen, char *dest) argument
339 rc_getint(struct rcfile *rcp, const char *section, int sect_id, const char *key, int *value) argument
366 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, const char *key, int *value) argument
416 rc_getkeys(struct rcfile *rcp, const char *sectname, int sect_id) argument
[all...]
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
57 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);
58 static int rc_freesect(struct rcfile *rcp, struct rcsection *rsp);
62 static void rc_parse(struct rcfile *rcp);
71 struct rcfile *rcp; local
74 rcp = rc_cachelookup(filename);
75 if (rcp) {
76 *rcfile = rcp;
82 rcp = malloc(sizeof(struct rcfile));
83 if (rcp
99 struct rcfile *rcp = *rcfile; local
117 rc_close(struct rcfile *rcp) argument
145 rc_findsect(struct rcfile *rcp, const char *sectname) argument
156 rc_addsect(struct rcfile *rcp, const char *sectname) argument
171 rc_freesect(struct rcfile *rcp, struct rcsection *rsp) argument
237 rc_parse(struct rcfile *rcp) argument
325 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, char **dest) argument
341 rc_getstring(struct rcfile *rcp, const char *section, const char *key, size_t maxlen, char *dest) argument
359 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) argument
384 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) argument
412 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, opt_callback_t *callback) argument
[all...]
/freebsd-10.0-release/bin/
H A DMakefile44 SUBDIR+= rcp
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dfixit.conf17 progs mt mv pwd rcp rm rmdir sh sleep stty sync test
H A Dreally-big.conf16 progs ln ls mkdir mt mv ps pwd rcp rm rmail rmdir sh sleep stty sync test
/freebsd-10.0-release/usr.sbin/ac/
H A Dac.c104 char *rcp; local
118 if ((rcp = strchr(tp->line, '*')) != NULL) {
119 *rcp = '\0';
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_jmicron.c821 struct g_consumer *rcp; local
925 rcp = g_new_consumer(geom);
926 g_attach(rcp, pp);
927 if (g_access(rcp, 1, 1, 1) != 0)
945 disk->d_consumer = rcp;
946 rcp->private = disk;
H A Dmd_nvidia.c825 struct g_consumer *rcp; local
921 rcp = g_new_consumer(geom);
922 g_attach(rcp, pp);
923 if (g_access(rcp, 1, 1, 1) != 0)
939 disk->d_consumer = rcp;
940 rcp->private = disk;
H A Dmd_sii.c907 struct g_consumer *rcp; local
1014 rcp = g_new_consumer(geom);
1015 g_attach(rcp, pp);
1016 if (g_access(rcp, 1, 1, 1) != 0)
1032 disk->d_consumer = rcp;
1033 rcp->private = disk;
H A Dmd_intel.c1364 struct g_consumer *rcp; local
1479 rcp = g_new_consumer(geom);
1480 g_attach(rcp, pp);
1481 if (g_access(rcp, 1, 1, 1) != 0)
1501 disk->d_consumer = rcp;
1502 rcp->private = disk;
H A Dmd_promise.c1092 struct g_consumer *rcp; local
1178 rcp = g_new_consumer(geom);
1179 g_attach(rcp, pp);
1180 if (g_access(rcp, 1, 1, 1) != 0)
1192 disk->d_consumer = rcp;
1193 rcp->private = disk;
H A Dmd_ddf.c2085 struct g_consumer *rcp; local
2145 rcp = g_new_consumer(geom);
2146 g_attach(rcp, pp);
2147 if (g_access(rcp, 1, 1, 1) != 0)
2157 disk->d_consumer = rcp;
2158 rcp->private = disk;
/freebsd-10.0-release/rescue/rescue/
H A DMakefile69 CRUNCH_PROGS_bin+= rcp
/freebsd-10.0-release/crypto/openssh/
H A Dkrl.c207 struct revoked_certs **rcp, int allow_create)
211 *rcp = NULL;
214 *rcp = rc;
231 *rcp = rc;
206 revoked_certs_for_ca_key(struct ssh_krl *krl, const Key *ca_key, struct revoked_certs **rcp, int allow_create) argument
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Ddfa.c3246 char *rcp; local
3258 rcp = strchr (right, *lcp);
3259 while (rcp != NULL)
3261 for (i = 1; lcp[i] != '\0' && lcp[i] == rcp[i]; ++i)
3265 rcp = strchr (rcp + 1, *lcp);
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh207 #complete rcp c/*:/f/ C@[./\$~]*@f@ n/*/\$hosts/:
210 complete rcp 'c%*@*:%`set q=$:-0;set q="$q:s/@/ /";set q="$q:s/:/ /";set q=($q " ");rsh $q[2] -l $q[1] ls -dp $q[3]\*`%' 'c%*:%`set q=$:-0;set q="$q:s/:/ /";set q=($q " ");rsh $q[1] ls -dp $q[2]\*`%' 'c%*@%$hosts%:' 'C@[./$~]*@f@' 'n/*/$hosts/:'
/freebsd-10.0-release/etc/
H A Dservices810 rcp 469/tcp #Radio Control Protocol
811 rcp 469/udp #Radio Control Protocol
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 692 milliseconds