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

  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 238 static char sock_buf[20], retsock_buf[20], id_buf[20];
240 { EXPORT_COMMAND, "-id", sock_buf, retsock_buf, id_buf, 0 };
245 (void) sprintf (id_buf, "%x", permit.id);
236 static char sock_buf[20], retsock_buf[20], id_buf[20]; local
  /external/linux-tools-perf/util/
parse-events.c 171 char id_buf[4]; local
199 if (read(fd, id_buf, sizeof(id_buf)) < 0) {
204 id = atoll(id_buf);
449 char id_buf[4]; local
460 if (read(fd, id_buf, sizeof(id_buf)) < 0) {
466 id = atoll(id_buf);

Completed in 41 milliseconds