HomeSort by: relevance | last modified time | path
    Searched defs:astr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_debug.c 106 char astr[LACP_PARTNERSTR_MAX+1]; local in function:lacp_format_lagid
125 lacp_format_partner(a, astr, sizeof(astr)),
  /src/games/sail/
sync.c 100 static void recv_captain(struct ship *ship, const char *astr);
111 static void recv_move(struct ship *ship, const char *astr);
122 static void recv_signal(struct ship *ship, const char *astr);
322 char *astr; local in function:Sync
391 astr = p;
397 astr = NULL;
399 if (sync_update(type, SHIP(shipnum), astr, a, b, c, d) < 0)
426 sync_update(int type, struct ship *ship, const char *astr,
430 case W_CAPTAIN: recv_captain(ship, astr); break;
441 case W_MOVE: recv_move(ship, astr); break
    [all...]
  /src/usr.sbin/sysinst/
part_edit.c 757 char buf[SSTRSIZE], *astr, colval[STRSIZE], line[STRSIZE]; local in function:draw_outer_part_line
779 astr = buf+1;
782 astr = buf;
786 parts->pscheme->get_part_attr_str(parts, pno, astr,
  /src/sys/dev/usb/
if_umb.c 2660 static char astr[NUMBUFS][INET_ADDRSTRLEN]; local in function:umb_ntop
2664 s = astr[nbuf++];
2671 inet_ntop(AF_INET, &satosin(sa)->sin_addr, s, sizeof(astr[0]));
2675 sizeof(astr[0]));

Completed in 19 milliseconds