HomeSort by relevance Sort by last modified time
    Searched defs:secbuf (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
ihex.c 356 char secbuf[20]; local
361 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
362 amt = strlen (secbuf) + 1;
366 strcpy (secname, secbuf);
srec.c 549 char secbuf[20]; local
554 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
555 amt = strlen (secbuf) + 1;
557 strcpy (secname, secbuf);
    [all...]
  /external/ppp/pppd/
eap.c 430 unsigned char secbuf[MAXWORDLEN], clear[8], *sp, *dp; local
465 sizeof (secbuf)) {
470 secbuf);
475 if (!DesDecrypt(secbuf, clear)) {
497 sp = secbuf + 8;
517 esp->es_server.ea_name, (char *)secbuf, 1) != 0) {
521 id = strtol((char *)secbuf, &cp, 10);
    [all...]
auth.c 1732 char secbuf[MAXWORDLEN]; local
    [all...]

Completed in 228 milliseconds