HomeSort by: relevance | last modified time | path
    Searched defs:tmpbuf (Results 1 - 25 of 136) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libc/inet/
nsap_addr.c 100 char *tmpbuf = inet_nsap_ntoa_tmpbuf; local
108 ascii = tmpbuf;
109 start = tmpbuf;
  /src/external/bsd/libbind/dist/inet/
nsap_addr.c 85 char *tmpbuf = inet_nsap_ntoa_tmpbuf; local
91 ascii = tmpbuf;
92 start = tmpbuf;
  /src/external/bsd/ntp/dist/libntp/
is_ip_address.c 39 char tmpbuf[128]; local
65 if (sizeof(tmpbuf) > strlen(host)) {
67 strlcpy(tmpbuf, &host[1], sizeof(tmpbuf));
68 pch = strchr(tmpbuf, ']');
72 strlcpy(tmpbuf, host, sizeof(tmpbuf));
77 if (getaddrinfo(tmpbuf, NULL, &hints, &result) == 0) {
  /src/tests/fs/common/
fstest_zfs.c 103 char tmpbuf[128]; local
108 snprintf(tmpbuf, sizeof(tmpbuf)-1,
110 setenv("RUMPHIJACK", tmpbuf, 1);
117 snprintf(tmpbuf, sizeof(tmpbuf)-1, "zpool create %s %s",
119 if ((error = system(tmpbuf)) != 0) {
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_vfy.c 31 unsigned char tmpbuf[12]; local
52 p = tmpbuf;
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf))
76 p = tmpbuf;
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3))
85 p = tmpbuf;
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2))
  /src/crypto/external/apache2/openssl/dist/demos/bio/
client-arg.c 18 char tmpbuf[1024]; local
99 len = BIO_read(sbio, tmpbuf, 1024);
102 BIO_write(out, tmpbuf, len);
client-conf.c 19 char tmpbuf[1024]; local
107 len = BIO_read(sbio, tmpbuf, 1024);
110 BIO_write(out, tmpbuf, len);
  /src/crypto/external/apache2/openssl/dist/test/testutil/
stanza.c 43 char tmpbuf[128]; local
53 while (BIO_gets(s->fp, tmpbuf, sizeof(tmpbuf))) {
55 if (!TEST_int_gt(BIO_puts(s->key, tmpbuf), 0))
57 if (HAS_PREFIX(tmpbuf, "-----END"))
  /src/crypto/external/apache2/openssl/lib/libdes/
oenc_read.c 98 static unsigned char *tmpbuf=NULL; local
103 if (tmpbuf == NULL)
105 tmpbuf=OPENSSL_malloc(BSIZE);
106 if (tmpbuf == NULL) return(-1);
205 des_pcbc_encrypt(net,tmpbuf,num,sched,iv,
208 des_cbc_encrypt(net,tmpbuf,num,sched,iv,
213 memcpy(buf,tmpbuf,num);
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_vfy.c 31 unsigned char tmpbuf[12]; local
52 p = tmpbuf;
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf))
76 p = tmpbuf;
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3))
85 p = tmpbuf;
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2))
  /src/crypto/external/bsd/openssl/dist/demos/bio/
client-arg.c 18 char tmpbuf[1024]; local
98 len = BIO_read(sbio, tmpbuf, 1024);
101 BIO_write(out, tmpbuf, len);
client-conf.c 19 char tmpbuf[1024]; local
106 len = BIO_read(sbio, tmpbuf, 1024);
109 BIO_write(out, tmpbuf, len);
  /src/crypto/external/bsd/openssl/dist/test/testutil/
stanza.c 43 char tmpbuf[128]; local
53 while (BIO_gets(s->fp, tmpbuf, sizeof(tmpbuf))) {
55 if (!TEST_int_gt(BIO_puts(s->key, tmpbuf), 0))
57 if (strncmp(tmpbuf, "-----END", 8) == 0)
  /src/crypto/external/bsd/openssl/lib/libdes/
oenc_read.c 98 static unsigned char *tmpbuf=NULL; local
103 if (tmpbuf == NULL)
105 tmpbuf=OPENSSL_malloc(BSIZE);
106 if (tmpbuf == NULL) return(-1);
205 des_pcbc_encrypt(net,tmpbuf,num,sched,iv,
208 des_cbc_encrypt(net,tmpbuf,num,sched,iv,
213 memcpy(buf,tmpbuf,num);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_vfy.c 31 unsigned char tmpbuf[12]; local
52 p = tmpbuf;
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf))
76 p = tmpbuf;
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3))
85 p = tmpbuf;
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2))
  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
client-arg.c 18 char tmpbuf[1024]; local
101 len = BIO_read(sbio, tmpbuf, 1024);
104 BIO_write(out, tmpbuf, len);
client-conf.c 19 char tmpbuf[1024]; local
109 len = BIO_read(sbio, tmpbuf, 1024);
112 BIO_write(out, tmpbuf, len);
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
stanza.c 43 char tmpbuf[128]; local
53 while (BIO_gets(s->fp, tmpbuf, sizeof(tmpbuf))) {
55 if (!TEST_int_gt(BIO_puts(s->key, tmpbuf), 0))
57 if (strncmp(tmpbuf, "-----END", 8) == 0)
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oenc_read.c 98 static unsigned char *tmpbuf=NULL; local
103 if (tmpbuf == NULL)
105 tmpbuf=OPENSSL_malloc(BSIZE);
106 if (tmpbuf == NULL) return(-1);
205 des_pcbc_encrypt(net,tmpbuf,num,sched,iv,
208 des_cbc_encrypt(net,tmpbuf,num,sched,iv,
213 memcpy(buf,tmpbuf,num);
  /src/lib/libc/posix1e/
acl_to_text.c 64 char *buf, *tmpbuf; local
96 len = asprintf(&tmpbuf, "%suser::%s\n", buf,
101 buf = tmpbuf;
123 len = asprintf(&tmpbuf, "%suser:%s:%s\t\t# "
128 len = asprintf(&tmpbuf, "%suser:%s:%s\n", buf,
134 buf = tmpbuf;
151 len = asprintf(&tmpbuf, "%sgroup::%s\t\t# "
155 len = asprintf(&tmpbuf, "%sgroup::%s\n", buf,
161 buf = tmpbuf;
183 len = asprintf(&tmpbuf, "%sgroup:%s:%s\t\t#
    [all...]
  /src/tests/lib/libcurses/slave/
slave.c 131 char *cmdbuf, *tmpbuf, **args; local
145 if ((tmpbuf = realloc(cmdbuf, maxlen)) == NULL)
148 cmdbuf = tmpbuf;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
striconv.c 62 char tmpbuf[tmpbufsize]; local
68 char *outptr = tmpbuf;
94 count += outptr - tmpbuf;
100 char *outptr = tmpbuf;
106 count += outptr - tmpbuf;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
striconv.c 62 char tmpbuf[tmpbufsize]; local
68 char *outptr = tmpbuf;
94 count += outptr - tmpbuf;
100 char *outptr = tmpbuf;
106 count += outptr - tmpbuf;
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
striconv.c 62 char tmpbuf[tmpbufsize]; local
68 char *outptr = tmpbuf;
94 count += outptr - tmpbuf;
100 char *outptr = tmpbuf;
106 count += outptr - tmpbuf;
  /src/external/mpl/bind/dist/lib/isc/
getaddresses.c 69 char tmpbuf[128], *d; local
72 strlcpy(tmpbuf, hostname, sizeof(tmpbuf));
73 d = strchr(tmpbuf, '%');
78 if (inet_pton(AF_INET6, tmpbuf, &in6) == 1) {

Completed in 40 milliseconds

1 2 3 4 5 6