HomeSort by relevance Sort by last modified time
    Searched refs:MAXCOMMENTLEN (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/tools/
kword.h 35 #define MAXCOMMENTLEN 100
41 char comment[MAXCOMMENTLEN + 1];
parser.y 121 snprintf(opts->comment, MAXCOMMENTLEN, "%s", $2);
parser.c 519 snprintf(opts->comment, MAXCOMMENTLEN, "%s", yyvsp[0].string);

Completed in 29 milliseconds