Home
last modified time | relevance | path

Searched refs:getmsg (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dtelnet.m422 # Simple test for streamspty, based on the existance of getmsg(), alas
31 AC_CHECK_FUNC(getmsg)
33 AC_CACHE_CHECK([if getmsg works], ac_cv_func_getmsg_works,
41 ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);
51 [Define if you have a working getmsg.])
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dgetether.c245 if (getmsg(fd, &cbuf, NULL, &flags) < 0) { in getether()
246 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg()); in getether()
287 if (getmsg(fd, &cbuf, NULL, &flags) < 0) { in getether()
288 report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg()); in getether()
/netbsd-src/usr.bin/gencat/
H A Dgencat.c121 static char *getmsg(int, char *, char);
344 getmsg(int fd, char *cptr, char quote) in getmsg() function
547 str = getmsg(fd, cptr, quote); in MCParse()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c332 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0); in vms_bind_sym()
430 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0); in vms_merger()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_vms.c332 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0); in vms_bind_sym()
432 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0); in vms_merger()
/netbsd-src/external/bsd/ipf/dist/ipsd/
H A Dsdlpi.c105 i = getmsg(fd, NULL, &dbuf, &flags);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d78 private static string getmsg(int errnum) nothrow @nogc pure @safe in getmsg() function
98 super(getmsg(errnum)); in this()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c1180 result = getmsg (fd, &ctl, &data, &flags);
1293 if ((result = getmsg (fd, ctlp, datap, flagsp)) < 0) {
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c512 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) {
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2000180 (getmsg): only run test if we have the function
360 * configure.in: do getmsg testing the same way as in krb4
H A Dconfigure30598 ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in435 /* Define if you have a working getmsg. */
H A Dconfig.h.w32418 /* Define if you have a working getmsg. */
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES2018 - Modify the dlpi code to accept getmsg() returning a positive value.