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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
setprogname.c 26 const char *tmpn; local
28 tmpn = strrchr(progname, '/');
29 if (tmpn == NULL)
32 __progname = tmpn + 1;
  /external/openssl/crypto/pkcs12/
p12_key.c 115 int tmpn = n; local
169 fprintf(stderr, "Output KEY (length %d)\n", tmpn);
170 h__dump(tmpout, tmpn);

Completed in 189 milliseconds