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

  /src/external/bsd/ekermit/dist/
kermit.c 81 int STATIC getpkt(struct k_data *, struct k_response *);
1424 getpkt(struct k_data *k, struct k_response *r) { /* Fill a packet from file */ function
1428 debug(DB_LOG,"getpkt k->s_first",0,(k->s_first));
1429 debug(DB_LOG,"getpkt k->s_remain=",k->s_remain,0);
1450 debug(DB_CHR,"getpkt first c",0,c);
1455 debug(DB_LOG,"getpkt first c",0,c);
1515 len = getpkt(k,r); /* Fill data field from input file */
1516 debug(DB_LOG,"sdata getpkt",0,len);
1539 getpkt(k,r); /* Fill a packet */
  /src/external/gpl3/gdb/dist/gdbserver/
remote-utils.cc 921 getpkt (char *buf) function
947 remote_debug_printf ("[getpkt: discarding char '%c']", c);
990 remote_debug_printf ("getpkt (\"%s\"); [sending ack]", buf);
998 remote_debug_printf ("getpkt (\"%s\"); [no ack sent]", buf);
1479 /* FIXME: Eventually add buffer overflow checking (to getpkt?) */
1480 len = getpkt (cs.own_buf);
1552 len = getpkt (cs.own_buf);
1609 /* FIXME: Eventually add buffer overflow checking (to getpkt?) */
1610 len = getpkt (cs.own_buf);
1686 len = getpkt (cs.own_buf)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.cc 914 getpkt (char *buf) function
940 remote_debug_printf ("[getpkt: discarding char '%c']", c);
983 remote_debug_printf ("getpkt (\"%s\"); [sending ack]", buf);
991 remote_debug_printf ("getpkt (\"%s\"); [no ack sent]", buf);
1465 /* FIXME: Eventually add buffer overflow checking (to getpkt?) */
1466 len = getpkt (cs.own_buf);
1504 len = getpkt (cs.own_buf);
1561 /* FIXME: Eventually add buffer overflow checking (to getpkt?) */
1562 len = getpkt (cs.own_buf);
1605 len = getpkt (cs.own_buf)
    [all...]

Completed in 1405 milliseconds