HomeSort by: relevance | last modified time | path
    Searched refs:getmsg (Results 1 - 2 of 2) 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 in typeref:typename:char *
547 str = getmsg(fd, cptr, quote);

Completed in 12 milliseconds