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

  /src/external/bsd/tcpdump/dist/
print-cnfp.c 191 char asbuf[20]; local
203 asbuf[0] = buf[0] = '\0';
206 buf, asbuf,
211 buf, asbuf,
287 char asbuf[20]; local
299 asbuf[0] = buf[0] = '\0';
301 snprintf(asbuf, sizeof(asbuf), ":%u",
305 buf, asbuf,
309 snprintf(asbuf, sizeof(asbuf), ":%u"
389 char asbuf[20]; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
ar.c 1500 struct stat fsbuf, asbuf;
1509 if (bfd_stat_arch_elt (current, &asbuf) != 0)
1514 if (fsbuf.st_mtime <= asbuf.st_mtime)
1528 So in either case fsbuf.st_mtime > asbuf.st_time
1498 struct stat fsbuf, asbuf; local
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 1523 struct stat fsbuf, asbuf;
1532 if (bfd_stat_arch_elt (current, &asbuf) != 0)
1537 if (fsbuf.st_mtime <= asbuf.st_mtime)
1551 So in either case fsbuf.st_mtime > asbuf.st_time
1520 struct stat fsbuf, asbuf; local

Completed in 18 milliseconds