Home
last modified time | relevance | path

Searched defs:errp (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.bin/less/
H A Doption.c595 num_error(char *printopt, int *errp) in num_error()
616 getnum(char **sp, char *printopt, int *errp) in getnum()
649 getfraction(char **sp, char *printopt, int *errp) in getfraction()
/openbsd-src/usr.sbin/snmpd/
H A Dusm.c161 usm_newuser(char *name, const char **errp) in usm_newuser()
209 usm_checkuser(struct usmuser *up, const char **errp) in usm_checkuser()
263 usm_decode(struct snmp_message *msg, struct ber_element *elm, const char **errp) in usm_decode()
H A Dsnmpd.c142 const char *errp, *title = NULL; in main() local
/openbsd-src/usr.bin/vi/ex/
H A Dex.c1616 ex_range(SCR *sp, EXCMD *ecp, int *errp) in ex_range()
1811 ex_line(SCR *sp, EXCMD *ecp, MARK *mp, int *isaddrp, int *errp) in ex_line()
/openbsd-src/include/rpc/
H A Dclnt.h182 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
183 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument
/openbsd-src/lib/libc/rpc/
H A Dclnt_udp.c362 clntudp_geterr(CLIENT *cl, struct rpc_err *errp) in clntudp_geterr()
H A Dclnt_tcp.c318 clnttcp_geterr(CLIENT *h, struct rpc_err *errp) in clnttcp_geterr()
/openbsd-src/usr.bin/top/
H A Dcommands.c163 struct errs *errp; in err_string() local
H A Ddisplay.c838 struct errs *errp = errs; in show_errors() local
/openbsd-src/usr.sbin/dhcrelay6/
H A Ddhcrelay6.c175 const char *errp; in main() local
/openbsd-src/usr.sbin/vmd/
H A Dvmd.c665 const char *errp, *title = NULL; main() local
[all...]
/openbsd-src/usr.sbin/httpd/
H A Dhttpd.c126 const char *errp, *title = NULL; in main() local
/openbsd-src/sys/nfs/
H A Dnfs_subs.c1681 const short *defaulterrp, *errp; nfsrv_errmap() local
/openbsd-src/usr.sbin/relayd/
H A Drelayd.c129 const char *errp, *title = NULL; in main() local
/openbsd-src/sys/dev/pci/
H A Dif_aq_pci.c623 #define WAIT_FOR(expr, us, n, errp) \ argument