Searched refs:snprintf (Results 1 - 25 of 1021) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd.c522 len = snprintf(tunnel.device4, sizeof(tunnel.device4), "%s%s", DEVICEPREFIX, uplink_interface);
H A Dclatd_test.cpp438 snprintf(foo, sizeof(foo), "%s: Invalid original packet", msg);
464 snprintf(foo, sizeof(foo), "%s: Invalid translated packet", msg);
504 snprintf(frag_msg, sizeof(frag_msg), "%s: fragment #%d", msg, i + 1);
H A Ddump.c232 snprintf(output + i*3, 4, " %02x", data[i]);
/external/bison/
H A DAndroid.mk81 lib/snprintf.c \
H A Dconfigure3651 as_fn_append ac_func_list " snprintf"
7378 # Code from module snprintf:
7379 # Code from module snprintf-posix:
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5
12714 $as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; }
12757 # define my_snprintf snprintf
12802 for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
19323 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
28695 for ac_func in snprintf
28697 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprint
[all...]
/external/bison/darwin-lib/
H A Dstdio.h1336 # define snprintf rpl_snprintf macro
1338 _GL_FUNCDECL_RPL (snprintf, int,
1342 _GL_CXXALIAS_RPL (snprintf, int,
1346 _GL_FUNCDECL_SYS (snprintf, int,
1351 _GL_CXXALIAS_SYS (snprintf, int,
1354 _GL_CXXALIASWARN (snprintf); variable
1356 # undef snprintf macro
1358 _GL_WARN_ON_USE (snprintf, "snprintf is unportable - "
1359 "use gnulib module snprintf fo
[all...]
/external/bison/lib/
H A Dgnulib.mk24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
1617 ## begin gnulib module snprintf
1620 EXTRA_DIST += snprintf.c
1622 EXTRA_libbison_a_SOURCES += snprintf.c
1624 ## end gnulib module snprintf
H A Dsnprintf.c37 snprintf (char *str, size_t size, const char *format, ...) function
H A Dstdio.in.h1024 # define snprintf rpl_snprintf
1026 _GL_FUNCDECL_RPL (snprintf, int,
1030 _GL_CXXALIAS_RPL (snprintf, int,
1034 _GL_FUNCDECL_SYS (snprintf, int,
1039 _GL_CXXALIAS_SYS (snprintf, int,
1042 _GL_CXXALIASWARN (snprintf);
1044 # undef snprintf
1046 _GL_WARN_ON_USE (snprintf, "snprintf is unportable - "
1047 "use gnulib module snprintf fo
[all...]
H A Dstrerror_r.c90 /* On MSVC, there is no snprintf() function, just a _snprintf().
108 # define snprintf local_snprintf macro
321 snprintf (buf, buflen, "Unknown error %d", errnum);
H A Dvasnprintf.c33 SNPRINTF The system's snprintf (or similar) function.
34 This may be either snprintf or swprintf.
46 /* Tell glibc's <stdio.h> to provide a prototype for snprintf().
70 #include <stdio.h> /* snprintf(), sprintf() */
166 /* Use snprintf if it exists under the name 'snprintf' or '_snprintf'.
167 But don't use it on BeOS, since BeOS snprintf produces no output if the
169 Also don't use it on Linux libc5, since there snprintf with size = 1
177 /* Windows. The mingw function snprintf() has fewer bugs than the MSVCRT
180 # define SNPRINTF snprintf
182 # undef snprintf macro
190 # undef snprintf macro
[all...]
/external/bison/linux-lib/
H A Dstdio.h1336 # define snprintf rpl_snprintf macro
1338 _GL_FUNCDECL_RPL (snprintf, int,
1342 _GL_CXXALIAS_RPL (snprintf, int,
1346 _GL_FUNCDECL_SYS (snprintf, int,
1351 _GL_CXXALIAS_SYS (snprintf, int,
1354 _GL_CXXALIASWARN (snprintf); variable
1356 # undef snprintf macro
1358 _GL_WARN_ON_USE (snprintf, "snprintf is unportable - "
1359 "use gnulib module snprintf fo
[all...]
/external/bison/src/
H A Dscan-code.c2601 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
H A Dscan-code.l412 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
/external/blktrace/
H A Dblkparse.c1162 snprintf(buffer, size, "%s", pdi->name);
1164 snprintf(buffer, size, "%d,%d",MAJOR(pdi->dev),MINOR(pdi->dev));
1826 snprintf(line, sizeof(line) - 1, "CPU%d (%s):",
1834 snprintf(line, sizeof(line) - 1, "Total (%s):",
2430 snprintf(pci->fname + len, sizeof(pci->fname)-1-len,
2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name);
H A Dblkparse_fmt.c99 snprintf(timebuf, sizeof(timebuf),
H A Dblktrace.c1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
1472 len = snprintf(iop->ofn, sizeof(iop->ofn), "%s/", output_dir);
1474 len = snprintf(iop->ofn, sizeof(iop->ofn), "./");
1505 snprintf(iop->ofn + len, sizeof(iop->ofn), "%s.blktrace.%d",
1508 snprintf(iop->ofn + len, sizeof(iop->ofn), "%s.blktrace.%d",
1616 snprintf(iop->ifn, sizeof(iop->ifn), "%s/block/%s/trace%d",
/external/blktrace/btt/
H A Dmisc.c144 snprintf(pad, len, "%s", dip->devmap);
146 snprintf(pad, len, "(%3d,%3d)",
149 snprintf(pad, len, "%d,%d",
H A Doutput.c498 snprintf(proc_name, 15, "%s", pip->name);
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c1431 at_len = snprintf(buf, sizeof(buf), "AT+BRSF=%u\r", bta_hf_client_cb.scb.features);
1461 at_len = snprintf(buf, sizeof(buf), "AT+BCS=%u\r", codec);
1509 at_len = snprintf(buf, sizeof(buf), "AT+CHLD=%c%u\r", cmd, idx);
1511 at_len = snprintf(buf, sizeof(buf), "AT+CHLD=%c\r", cmd);
1610 at_len = snprintf(buf, sizeof(buf), "AT+VGS=%u\r", volume);
1622 at_len = snprintf(buf, sizeof(buf), "AT+VGM=%u\r", volume);
1636 at_len = snprintf(buf, sizeof(buf), "ATD%s;\r", number);
1640 at_len = snprintf(buf, sizeof(buf), "ATD>%u;\r", memory);
1688 at_len = snprintf(buf, sizeof(buf), "AT+BTRH?\r");
1692 at_len = snprintf(bu
[all...]
H A Dbta_hf_client_cmd.c81 snprintf(buf,BTA_HF_CLIENT_AT_MAX_LEN,
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c427 snprintf((char*)ev.u.create.uniq, sizeof(ev.u.create.uniq),
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp330 snprintf(value_str, sizeof(value_str), "%d", *(int*)value);
376 snprintf(element, len, "N%d", index);
501 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name);
542 snprintf(adapter_path, size, "%s%s", BLUEZ_PATH, dptr->d_name);
589 snprintf(path, sizeof(path), "%s/%s", adapter_path, BLUEZ_SDP);
599 snprintf(pattern_to_search, sizeof(pattern_to_search), "%s#00010000", addr);
720 snprintf(pattern_to_search, sizeof(pattern_to_search), "%s#00010001", addr);
766 snprintf(path, sizeof(path), "%s/%s", adapter_path, file_name);
827 snprintf(path, sizeof(path), "%s/%s", adapter_path, BLUEZ_LINKKEY);
/external/bluetooth/bluedroid/main/
H A Dbte_conf.c96 snprintf(section_name, sizeof(section_name), "DID%d", i);
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c203 snprintf(addrstr, sizeof(addrstr), "%.4x",
213 snprintf(bytestr, sizeof(bytestr), "%02X ", *p);
217 snprintf(bytestr, sizeof(bytestr), "%c", c);

Completed in 7919 milliseconds

1234567891011>>