Searched refs:argp (Results 1 - 25 of 273) sorted by relevance

1234567891011

/netbsd-current/external/bsd/pcc/dist/pcc/os/inc/
H A Damd64.h40 if (match(argp, "-m32")) { \
41 argp = "-m" AMD64_32_EMUL; \
42 } else if (match(argp, "-m64")) { \
43 argp = "-m" AMD64_64_EMUL; \
/netbsd-current/external/bsd/am-utils/dist/amq/
H A Damq.h49 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
50 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
51 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
52 extern amq_sync_umnt *amqproc_sync_umnt_1(amq_string *argp, CLIENT *rqstp);
53 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
54 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
55 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
56 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
57 extern amq_map_info_list *amqproc_getmapinfo_1(voidp argp, CLIENT *rqstp);
58 extern int *amqproc_mount_1(voidp argp, CLIEN
[all...]
H A Damq_clnt.c53 amqproc_null_1(voidp argp, CLIENT *clnt) argument
59 (XDRPROC_T_TYPE) xdr_void, argp,
69 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) argument
75 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
85 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) argument
91 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
101 amqproc_sync_umnt_1(amq_string *argp, CLIENT *clnt) argument
108 (XDRPROC_T_TYPE) xdr_amq_string, (SVC_IN_ARG_TYPE) argp,
118 amqproc_stats_1(voidp argp, CLIENT *clnt) argument
124 (XDRPROC_T_TYPE) xdr_void, argp,
135 amqproc_export_1(voidp argp, CLIENT *clnt) argument
151 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) argument
166 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) argument
180 amqproc_getmapinfo_1(voidp argp, CLIENT *clnt) argument
195 amqproc_mount_1(voidp argp, CLIENT *clnt) argument
210 amqproc_getvers_1(voidp argp, CLIENT *clnt) argument
225 amqproc_getpid_1(voidp argp, CLIENT *clnt) argument
240 amqproc_pawd_1(amq_string *argp, CLIENT *clnt) argument
[all...]
/netbsd-current/lib/libossaudio/
H A Doss_ioctl.c10 void *argp; local
13 argp = va_arg(ap, void *);
17 return _oss_dsp_ioctl(fd, com, argp);
19 return _oss3_mixer_ioctl(fd, com, argp);
21 return _oss4_mixer_ioctl(fd, com, argp);
23 return _oss4_global_ioctl(fd, com, argp);
25 return ioctl(fd, com, argp);
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Damu.h68 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
69 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
70 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
71 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
72 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
73 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
74 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
75 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
76 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
/netbsd-current/external/bsd/pcc/dist/pcc/os/darwin/
H A Dccconfig.h74 if (match(argp, "-install_name")) { \
75 strlist_append(&middle_linker_flags, argp); \
78 } else if (match(argp, "-compatibility_version") || \
79 match(argp, "-current_version")) { \
80 strlist_append(&middle_linker_flags, argp); \
83 } else if (strcmp(argp, "-dynamiclib") == 0) { \
86 } else if (strcmp(argp, "-shared") == 0) { \
87 oerror(argp); \
89 } else if (strncmp(argp, "-mmacosx-version-min", 20) == 0) { \
91 char *p = &argp[2
[all...]
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Defi.c48 arg_skipsep(CHAR16 *argp) argument
51 while (*argp == ' ' || *argp == '\t')
52 argp++;
53 return (argp);
57 arg_skipword(CHAR16 *argp) argument
60 while (*argp && *argp != ' ' && *argp != '\t')
61 argp
91 CHAR16 *argp, *args, **argv; local
[all...]
/netbsd-current/sys/arch/vax/vax/
H A Dopcodes.c455 const char *argp; /* pointer into argument-list */ local
462 argp = vax_inst2[INDEX_OPCODE(opc)].argdesc;
464 argp = vax_inst[opc].argdesc;
466 if (argp == NULL || *argp == '\0')
469 while (*argp) {
470 switch (*argp) {
473 switch (*(++argp)) {
489 switch (*(++argp)) {
515 if (!*argp || !*
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dsh-quote.c77 char **argp; local
83 for (argp = argv; ; )
85 length += shell_quote_length (*argp) + 1;
86 argp++;
87 if (*argp == NULL)
94 for (argp = argv; ; )
96 p = shell_quote_copy (p, *argp);
97 argp++;
98 if (*argp == NULL)
H A Dcsharpcomp.c97 char **argp; local
107 argp = argv;
108 *argp++ = "cscc";
110 *argp++ = "-shared";
111 *argp++ = "-o";
112 *argp++ = (char *) output_file;
115 *argp++ = "-L";
116 *argp++ = (char *) libdirs[i];
120 *argp++ = "-l";
121 *argp
203 char **argp; local
392 char **argp; local
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c168 missing_argument(const char *argp) argument
170 error("Option `%s' required an argument", argp);
534 char *argp; local
562 argp = *argv;
564 if (*argp != '-' || strcmp(argp, "-") == 0) {
565 strlist_append(&inputs, argp);
568 switch (argp[1]) {
570 if (strcmp(argp, "--param") == 0) {
572 missing_argument(argp);
[all...]
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_prot_clnt.c23 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
26 (xdrproc_t) xdr_nlm_sm_status, (caddr_t) argp,
32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
35 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
44 (xdrproc_t) xdr_nlm_lockargs, (caddr_t) argp,
50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
53 (xdrproc_t) xdr_nlm_cancargs, (caddr_t) argp,
59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
62 (xdrproc_t) xdr_nlm_unlockargs, (caddr_t) argp,
68 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
77 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
86 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
95 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
104 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
113 nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
122 nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
131 nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
140 nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
149 nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
158 nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
167 nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
176 nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
185 nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
194 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
203 nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
212 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
221 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
230 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
239 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
248 nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
257 nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
266 nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
275 nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
284 nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
293 nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
302 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
311 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
320 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
329 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
338 nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
347 nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
356 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
365 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
[all...]
H A Dnlm_prot_server.c125 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) argument
127 nlm_sm_notify(argp);
133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) argument
139 args4.cookie = argp->cookie;
140 args4.exclusive = argp->exclusive;
141 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
163 args4.cookie = argp->cookie;
164 args4.block = argp->block;
165 args4.exclusive = argp
178 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) argument
197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) argument
232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) argument
264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) argument
294 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) argument
322 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) argument
348 nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) argument
375 nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp) argument
389 nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
398 nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
407 nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
416 nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp) argument
433 nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp) argument
454 nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp) argument
475 nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) argument
496 nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp) argument
515 nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp) argument
523 nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
531 nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
539 nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
547 nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
555 nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) argument
573 nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp) argument
591 nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *result, struct svc_req *rqstp) argument
609 nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp) argument
627 nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp) argument
645 nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp) argument
652 nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
659 nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
666 nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
673 nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp) argument
681 nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) argument
690 nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp) argument
699 nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp) argument
707 nlm4_free_all_4_svc(nlm4_notify *argp, void *result, struct svc_req *rqstp) argument
[all...]
H A Dnlm.h151 extern void nlm_sm_notify(nlm_sm_status *argp);
160 extern int nlm_do_test(nlm4_testargs *argp, nlm4_testres *result,
170 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
180 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
190 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
200 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
207 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
210 * Free all locks associated with the hostname argp->name.
212 extern void nlm_do_free_all(nlm4_notify *argp);
/netbsd-current/usr.sbin/rpc.lockd/
H A Dtest.c23 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt) argument
29 st = clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres,
38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) argument
44 st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res,
56 nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt) argument
62 st = clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res,
72 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt) argument
78 st = clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res,
88 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt) argument
94 st = clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_re
104 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt) argument
120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt) argument
137 nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt) argument
153 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt) argument
169 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt) argument
185 nlm_test_res_1(nlm_testres *argp, CLIENT *clnt) argument
201 nlm_lock_res_1(nlm_res *argp, CLIENT *clnt) argument
217 nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt) argument
233 nlm_unlock_res_1(nlm_res *argp, CLIENT *clnt) argument
249 nlm_granted_res_1(nlm_res *argp, CLIENT *clnt) argument
265 nlm_share_3(nlm_shareargs *argp, CLIENT *clnt) argument
281 nlm_unshare_3(nlm_shareargs *argp, CLIENT *clnt) argument
297 nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt) argument
313 nlm_free_all_3(nlm_notify *argp, CLIENT *clnt) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dvarargs.c92 va_list argp; local
93 va_start(argp, num_vals);
96 x = va_arg(argp, int);
113 va_list argp; local
114 va_start(argp, first_val);
119 x = va_arg(argp, int);
133 va_list argp; local
134 va_start(argp, first_val);
139 x = va_arg(argp, double);
154 va_list argp; local
172 va_list argp; local
190 va_list argp; local
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dvi_rec.c37 __vi_marker_args *argp; local
43 *lsnp = argp->prev_lsn;
64 __vi_cursor_args *argp; local
73 *lsnp = argp->prev_lsn;
77 ret = (argp->lno != sp->lno ||
78 (argp->opcode == LOG_CURSOR_INIT && sp->ep->l_cur == 1))
82 ret = argp->opcode ==
86 sp->state.pos.lno = argp->lno;
87 sp->state.pos.cno = argp->cno;
109 __vi_mark_args *argp; local
141 __vi_change_args *argp; local
[all...]
H A Dvi_auto.c130 __vi_marker_args *argp; local
136 if ((ret = __vi_marker_read(dbenv, dbtp->data, &argp)) != 0)
142 (u_long)argp->type,
143 (u_long)argp->txnid->txnid,
144 (u_long)argp->prev_lsn.file,
145 (u_long)argp->prev_lsn.offset);
146 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
148 __os_free(dbenv, argp, 0);
161 __vi_marker_args *argp; local
167 sizeof(DB_TXN), &argp);
311 __vi_cursor_args *argp; local
344 __vi_cursor_args *argp; local
491 __vi_mark_args *argp; local
522 __vi_mark_args *argp; local
664 __vi_change_args *argp; local
696 __vi_change_args *argp; local
[all...]
/netbsd-current/usr.sbin/ypserv/yppush/
H A Dyppush_proc.c46 yppushproc_null_1_svc(void *argp, struct svc_req *rqstp) argument
55 yppushproc_xfrresp_1_svc(void *argp, struct svc_req *rqstp) argument
57 struct yppushresp_xfr *resp = argp;
/netbsd-current/usr.sbin/rpc.statd/
H A Dtest.c17 sm_stat_1(struct sm_name *argp, CLIENT *clnt) argument
22 if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res,
30 sm_mon_1(struct mon *argp, CLIENT *clnt) argument
35 if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res,
43 sm_unmon_1(struct mon_id *argp, CLIENT *clnt) argument
48 if (clnt_call(clnt, SM_UNMON, xdr_mon_id, argp, xdr_sm_stat,
56 sm_unmon_all_1(struct my_id *argp, CLIENT *clnt) argument
61 if (clnt_call(clnt, SM_UNMON_ALL, xdr_my_id, argp, xdr_sm_stat,
69 sm_simu_crash_1(void *argp, CLIENT *clnt) argument
74 if (clnt_call(clnt, SM_SIMU_CRASH, xdr_void, argp, xdr_voi
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c427 char *t, *u, *argp; local
504 argp = *lav;
510 if (*argp != '-' || match(argp, "-")) {
512 if (getsuf(argp) == 'o') {
515 if (match(argp, s->value))
520 strlist_append(&inputs, argp);
525 switch (argp[1]) {
527 oerror(argp);
531 if (match(argp, "
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dvarargs.c102 va_list argp; local
103 va_start(argp, num_vals);
106 x = va_arg(argp, int);
123 va_list argp; local
124 va_start(argp, first_val);
129 x = va_arg(argp, int);
143 va_list argp; local
144 va_start(argp, first_val);
149 x = va_arg(argp, double);
164 va_list argp; local
182 va_list argp; local
200 va_list argp; local
219 va_list argp; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dstubs.c90 nfsproc_null_2_svc(voidp argp, struct svc_req *rqstp) argument
107 nfsproc_getattr_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
127 if (eq_fh(argp, &root)) {
141 } else if (eq_fh(argp, &slink)) {
166 memcpy(&xuid, argp->fh_data, sizeof(xuid));
184 nfsproc_setattr_2_svc(nfssattrargs *argp, struct svc_req *rqstp) argument
193 nfsproc_root_2_svc(voidp argp, struct svc_req *rqstp) argument
202 nfsproc_lookup_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
219 if (eq_fh(&argp->da_fhandle, &slink)) {
228 if (eq_fh(&argp
305 nfsproc_readlink_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
393 nfsproc_read_2_svc(nfsreadargs *argp, struct svc_req *rqstp) argument
402 nfsproc_writecache_2_svc(voidp argp, struct svc_req *rqstp) argument
411 nfsproc_write_2_svc(nfswriteargs *argp, struct svc_req *rqstp) argument
420 nfsproc_create_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
429 nfsproc_remove_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
438 nfsproc_rename_2_svc(nfsrenameargs *argp, struct svc_req *rqstp) argument
447 nfsproc_link_2_svc(nfslinkargs *argp, struct svc_req *rqstp) argument
456 nfsproc_symlink_2_svc(nfssymlinkargs *argp, struct svc_req *rqstp) argument
465 nfsproc_mkdir_2_svc(nfscreateargs *argp, struct svc_req *rqstp) argument
474 nfsproc_rmdir_2_svc(nfsdiropargs *argp, struct svc_req *rqstp) argument
483 nfsproc_readdir_2_svc(nfsreaddirargs *argp, struct svc_req *rqstp) argument
521 nfsproc_statfs_2_svc(am_nfs_fh *argp, struct svc_req *rqstp) argument
[all...]
/netbsd-current/usr.bin/telnet/
H A Dmain.c299 char ** volatile argp; /* avoid longjmp clobbering */ local
301 argp = args;
304 *argp++ = prompt;
306 *argp++ = ml;
307 *argp++ = user;
309 *argp++ = argv[0]; /* host */
311 *argp++ = argv[1]; /* port */
312 *argp = 0;
316 if (tn((int)(argp - args), args) == 1)
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dcmd.c69 char *argp[CMDARG_MAX]; local
96 argp[argc++] = p;
104 argp[argc++] = p;
109 cmd->func (argc, argp, 1);
113 cmd_batch(int argc, char *argp[], int interactive) argument
134 cmd_help(int argc, char *argp[], int interactive) argument

Completed in 354 milliseconds

1234567891011