Searched defs:strbuf (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dcompound.c17 void foo(char *strbuf) { argument
19 strbuf += stufflen;
/external/linux-tools-perf/src/tools/perf/util/
H A Dstrbuf.h10 * 1. the ->buf member is always malloc-ed, hence strbuf's can be used to
19 * member to be a valid C-string. Every strbuf function ensure this
34 * missing API to the strbuf module is the way to go.
44 struct strbuf { struct
52 /*----- strbuf life cycle -----*/
53 extern void strbuf_init(struct strbuf *buf, ssize_t hint);
54 extern void strbuf_release(struct strbuf *);
55 extern char *strbuf_detach(struct strbuf *, size_t *);
57 /*----- strbuf size related -----*/
58 static inline ssize_t strbuf_avail(const struct strbuf *s
[all...]
/external/ppp/pppd/
H A Dsrp-entry.c105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
/external/boringssl/src/crypto/asn1/
H A Da_mbstr.c101 char strbuf[32]; local
146 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
147 ERR_add_error_data(2, "minsize=", strbuf);
153 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
154 ERR_add_error_data(2, "maxsize=", strbuf);
/external/strace/
H A Dstream.c49 struct strbuf { struct
61 printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting)
78 struct strbuf buf;
/external/harfbuzz_ng/src/
H A Dhb-common.cc295 char strbuf[64]; local
303 len = MIN (len, (int) sizeof (strbuf) - 1);
304 memcpy (strbuf, str, len);
305 strbuf[len] = '\0';
306 str = strbuf;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c279 char *strbuf = NULL; local
289 strbuf = os_malloc(1 + 3 * slen);
290 if (strbuf == NULL) {
297 os_snprintf(&strbuf[i * 3], 4, " %02x",
300 display = strbuf;
310 bin_clear_free(strbuf, 1 + 3 * slen);
317 char *strbuf = NULL;
324 strbuf = os_malloc(1 + 3 * len);
325 if (strbuf == NULL) {
332 os_snprintf(&strbuf[
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c279 char *strbuf = NULL; local
289 strbuf = os_malloc(1 + 3 * slen);
290 if (strbuf == NULL) {
297 os_snprintf(&strbuf[i * 3], 4, " %02x",
300 display = strbuf;
310 bin_clear_free(strbuf, 1 + 3 * slen);
317 char *strbuf = NULL;
324 strbuf = os_malloc(1 + 3 * len);
325 if (strbuf == NULL) {
332 os_snprintf(&strbuf[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c279 char *strbuf = NULL; local
289 strbuf = os_malloc(1 + 3 * slen);
290 if (strbuf == NULL) {
297 os_snprintf(&strbuf[i * 3], 4, " %02x",
300 display = strbuf;
310 bin_clear_free(strbuf, 1 + 3 * slen);
317 char *strbuf = NULL;
324 strbuf = os_malloc(1 + 3 * len);
325 if (strbuf == NULL) {
332 os_snprintf(&strbuf[
[all...]
/external/mksh/src/
H A Dvar.c364 char strbuf[1 + 2 + 1 + 8 * sizeof(mksh_uari_t) + 1]; local
368 s = strbuf + sizeof(strbuf);
380 *(s = strbuf) = '1';
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 487 milliseconds