Home
last modified time | relevance | path

Searched refs:temp_buf (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dutf8proc.c327 svn_membuf_t *temp_buf) in svn_utf__glob() argument
340 SVN_ERR(decompose_normalized(&tempbuf_len, pattern, pattern_len, temp_buf)); in svn_utf__glob()
342 SVN_ERR(svn_utf__encode_ucs4_string(pattern_buf, temp_buf->data, in svn_utf__glob()
347 const apr_int32_t *like = temp_buf->data; in svn_utf__glob()
417 SVN_ERR(decompose_normalized(&tempbuf_len, string, string_len, temp_buf)); in svn_utf__glob()
418 SVN_ERR(svn_utf__encode_ucs4_string(string_buf, temp_buf->data, in svn_utf__glob()
/freebsd-12-stable/tools/regression/fsx/
Dfsx.c101 char *temp_buf; /* a pointer to the current data */ variable
364 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers()
370 t = temp_buf[i]; in check_buffers()
373 bad = short_at(&temp_buf[i]); in check_buffers()
376 op = temp_buf[offset & 1 ? i+1 : i]; in check_buffers()
473 iret = read(fd, temp_buf, size); in doread()
556 memcpy(temp_buf, p + pg_offset, size); in domapread()
1184 temp_buf = (char *) malloc(maxoplen); in main()
1185 memset(temp_buf, '\0', maxoplen); in main()
/freebsd-12-stable/crypto/openssl/apps/
Dpasswd.c509 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; in shacrypt() local
646 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt()
652 memcpy(cp, temp_buf, buf_size); in shacrypt()
653 memcpy(cp, temp_buf, n); in shacrypt()
663 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt()
669 memcpy(cp, temp_buf, buf_size); in shacrypt()
670 memcpy(cp, temp_buf, n); in shacrypt()
/freebsd-12-stable/contrib/gdb/gdb/
Dtracepoint.c1362 char temp_buf[2048]; in stringify_collection_list() local
1380 end = temp_buf; in stringify_collection_list()
1390 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf); in stringify_collection_list()
1397 for (i = 0, count = 0, end = temp_buf; i < list->next_memrange; i++) in stringify_collection_list()
1410 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1413 end = temp_buf; in stringify_collection_list()
1430 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1433 end = temp_buf; in stringify_collection_list()
1445 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1448 end = temp_buf; in stringify_collection_list()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dmultistatus.c218 svn_stringbuf_t *temp_buf = svn_stringbuf_create(status_line, scratch_pool); in parse_status_line() local
220 svn_stringbuf_strip_whitespace(temp_buf); in parse_status_line()
221 token = apr_strtok(temp_buf->data, " \t\r\n", &tok_status); in parse_status_line()
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_utf_private.h239 svn_membuf_t *temp_buf);
/freebsd-12-stable/usr.sbin/spi/
Dspi.c465 char temp_buf[PATH_MAX], cpath[PATH_MAX]; in get_info() local
468 strlcpy(cpath, temp_buf, sizeof(cpath)); /* this shouldn't happen */ in get_info()
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c18128 char *label_buf, temp_buf[256]; in output_call() local
18129 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L", in output_call()
18131 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; in output_call()