OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_buf
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/db/hash/
hash_bigkey.c
463
memmove(hashp->
tmp_buf
, (save_p->page) + off, (size_t)len);
464
val->data = (uint8_t *)hashp->
tmp_buf
;
487
if (hashp->
tmp_buf
)
488
free(hashp->
tmp_buf
);
489
if ((hashp->
tmp_buf
= calloc(1, (size_t)totlen)) == NULL)
518
memmove(&hashp->
tmp_buf
[len], (bufp->page) + bp[1], (size_t)mylen);
hash.h
102
char *
tmp_buf
; /* Temporary Buffer for BIG data */
member in struct:htab
/src/usr.sbin/syslogd/
syslogd.c
3105
store_sign_delim_sg2(char *
tmp_buf
)
3115
if (dehumanize_number(
tmp_buf
, (int64_t*) &(sqentry->key)) == -1
3117
DPRINTF(D_PARSE, "invalid sign_delim_sg2: %s\n",
tmp_buf
);
3119
FREEPTR(
tmp_buf
);
3122
sqentry->data =
tmp_buf
;
3144
tmp_buf
);
3146
FREEPTR(
tmp_buf
);
3177
char *
tmp_buf
= NULL;
local
3197
{"tls_allow_fingerprints",&
tmp_buf
},
3198
{"tls_allow_clientcerts", &
tmp_buf
},
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_drv.h
1521
struct vmw_buffer_object *
tmp_buf
= *buf;
local
1524
if (
tmp_buf
!= NULL) {
1525
ttm_bo_put(&
tmp_buf
->base);
Completed in 22 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026