HomeSort by: relevance | last modified time | path
    Searched refs:getmsg (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/bootp/bootptest/
getether.c 245 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
246 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
287 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
288 report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
  /src/usr.bin/gencat/
gencat.c 121 static char *getmsg(int, char *, char);
344 getmsg(int fd, char *cptr, char quote) function
548 str = getmsg(fd, cptr, quote);
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_vms.c 346 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
444 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_vms.c 332 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
430 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_vms.c 332 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
432 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
  /src/external/bsd/ipf/dist/ipsd/
sdlpi.c 105 i = getmsg(fd, NULL, &dbuf, &flags);
143 perror("getmsg");
  /src/external/bsd/libpcap/dist/
pcap-dlpi.c 227 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
239 sizeof(p->errbuf), errno, "getmsg");
1202 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) {
1204 errno, "recv_ack: %s getmsg", what);
1676 * To figure out how big the returned data is, we first call getmsg
1678 * length, and then issue another getmsg to get the actual PPA data.
1681 if (getmsg(fd, &ctl, (struct strbuf *)NULL, &flags) < 0) {
1683 errno, "get_dlpi_ppa: hpppa getmsg");
1688 "get_dlpi_ppa: hpppa getmsg: control buffer has no data");
1717 if (getmsg(fd, &ctl, (struct strbuf *)NULL, &flags) < 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
zlib.d 78 private static string getmsg(int errnum) nothrow @nogc pure @safe
98 super(getmsg(errnum));
  /src/external/mpl/dhcp/dist/common/
dlpi.c 1180 result = getmsg (fd, &ctl, &data, &flags);
1290 * Set flags argument and issue getmsg ().
1293 if ((result = getmsg (fd, ctlp, datap, flagsp)) < 0) {
  /src/external/bsd/ipf/dist/ipsend/
dlcommon.c 509 * Set flags argument and issue getmsg().
512 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) {
513 (void) sprintf(errmsg, "%s: getmsg", caller);
539 err("getmsg: control portion length < sizeof (long): %d", ctlp->len);
  /src/crypto/external/bsd/heimdal/dist/
configure 30563 # Simple test for streamspty, based on the existance of getmsg(), alas
30572 ac_fn_c_check_func "$LINENO" "getmsg" "ac_cv_func_getmsg"
30579 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if getmsg works" >&5
30580 printf %s "checking if getmsg works... " >&6; }
30598 ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL);

Completed in 55 milliseconds