| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | telnet.m4 | 22 # 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 D | getether.c | 245 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 D | gencat.c | 121 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 D | dso_vms.c | 332 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 D | dso_vms.c | 332 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 D | sdlpi.c | 105 i = getmsg(fd, NULL, &dbuf, &flags);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | zlib.d | 78 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 D | dlpi.c | 1180 result = getmsg (fd, &ctl, &data, &flags); 1293 if ((result = getmsg (fd, ctlp, datap, flagsp)) < 0) {
|
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A D | dlcommon.c | 512 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) {
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2000 | 180 (getmsg): only run test if we have the function 360 * configure.in: do getmsg testing the same way as in krb4
|
| H A D | configure | 30598 ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
| H A D | config.h.in | 435 /* Define if you have a working getmsg. */
|
| H A D | config.h.w32 | 418 /* Define if you have a working getmsg. */
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | RELNOTES | 2018 - Modify the dlpi code to accept getmsg() returning a positive value.
|