| /third_party/curl/lib/ |
| H A D | ftplistparser.c | 364 size_t Curl_ftp_parselist(char *buffer, size_t size, size_t nmemb, in Curl_ftp_parselist() argument
|
| H A D | mprintf.c | 171 char *buffer; member 1058 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, in curl_mvsnprintf() argument 1083 int curl_msnprintf(char *buffer, size_ argument 1150 char **buffer = f; storebuffer() local 1156 curl_msprintf(char *buffer, const char *format, ...) curl_msprintf() argument 1198 curl_mvsprintf(char *buffer, const char *format, va_list ap_save) curl_mvsprintf() argument [all...] |
| /third_party/backends/tools/ |
| H A D | sane-find-scanner.c | 222 scanner_do_scsi_inquiry (unsigned char *buffer, int sfd) in scanner_do_scsi_inquiry() argument 247 scanner_identify_scsi_scanner (unsigned char *buffer, int sfd, in scanner_identify_scsi_scanner() argument 311 unsigned char buffer[16384]; check_scsi_file() local 413 char *buffer, short_buffer[2]; get_libusb_string_descriptor() local 767 unsigned char *buffer, short_buffer[2]; get_libusb_string_descriptor() local 1168 char buffer[4096]; build_scsi_dev_list() local [all...] |
| /third_party/cups-filters/filter/ |
| H A D | imagetoraster.c | 228 char buffer[8192]; /* Buffer to read into */ in main() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_file.c | 607 static snd_pcm_sframes_t snd_pcm_file_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) in snd_pcm_file_writei() argument 643 static snd_pcm_sframes_t snd_pcm_file_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_file_readi() argument
|
| /third_party/gn/src/gn/ |
| H A D | xcode_writer.cc | 91 std::stringstream buffer; in GetBuildScript() local 351 std::stringstream buffer; global() variable [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ArabicShaping.java | 913 invertBuffer(char[] buffer, int start, int length) invertBuffer() argument [all...] |
| H A D | Normalizer.java | 146 private StringBuilder buffer; field in Normalizer [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| H A D | RuleBasedCollator.java | 1070 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey() argument 1139 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument 1155 writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) writeSortKey() argument 1831 releaseCollationBuffer(CollationBuffer buffer) releaseCollationBuffer() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cnormtst.c | 983 UChar buffer[100]; in TestConcatenate() local 1044 UChar buffer[4]; _testIter() local 1192 UChar buffer[4]; TestNextPrevious() local 1340 UChar buffer[8]; TestFCNFKCClosure() local [all...] |
| H A D | callcoll.c | 151 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { in sortKeyToString() argument 282 char buffer[256]; in doTestVariant() local [all...] |
| H A D | cbiapts.c | 383 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone() local [all...] |
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | letest.cpp | 436 const char *getPath(char buffer[2048], const char *filename) { in getPath() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ustrtest.cpp | 203 UChar buffer[10]={ 0x61, 0x62, 0x20ac, 0xd900, 0xdc05, 0, 0x62, 0xffff, 0xdbff, 0xdfff }; in TestBasicManipulation() local 252 char buffer[16]; TestBasicManipulation() local 584 char buffer[32]; TestExtract() local 1283 UChar buffer[]={0x0061, 0x0062, 0x20ac, 0x0043, 0x0042, 0x0000}; TestStackAllocation() local 1392 const UChar *buffer=s.getTerminatedBuffer(); TestCountChar32() local 1930 char buffer[64]; TestUTF8() local 2070 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); doTestAppendable() local [all...] |
| H A D | reldatefmttest.cpp | 1260 char buffer[256]; in CheckExpectedResult() local 1271 + ", For: " + buffer); in CheckExpectedResult() local 1289 char buffer[256]; in CheckExpectedResult() local 1299 + ", For: " + buffer); in CheckExpectedResult() local 1312 char buffer[256]; in CheckExpectedResult() local 1322 + ", For: " + buffer); in CheckExpectedResult() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | locdspnm.cpp | 37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() argument 590 char buffer[ULOC_FULLNAME_CAPACIT in localeDisplayName() local 699 appendWithSep(UnicodeString& buffer, const UnicodeString& src) const appendWithSep() argument [all...] |
| /third_party/FreeBSD/sys/dev/usb/serial/ |
| H A D | usb_serial.c | 1083 char buffer[128] = {0}; in ucom_rx_task() local 1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read() argument 1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) tty_usb_write() argument [all...] |
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_dev.c | 1146 usb_read(struct file *filep, char *buffer, size_t buflen) in usb_read() argument 1253 usb_write(struct file *filep, const char *buffer, size_t buflen) in usb_write() argument [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | cdcacm.c | 257 cdcacm_receive_buf(struct cdcacm_wrreq_s *wrcontainer, FAR const char *buffer, size_t buflen) cdcacm_receive_buf() argument 302 cdcuart_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) cdcuart_write() argument 604 cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) cdcacm_release_rxpending() argument [all...] |
| /third_party/NuttX/fs/nfs/ |
| H A D | nfs_adapter.c | 1554 int vfs_nfs_write(struct file *filep, const char *buffer, size_t buflen) in vfs_nfs_write() argument 1773 vfs_nfs_writepage(struct Vnode *node, char *buffer, off_t pos, size_t buflen) vfs_nfs_writepage() argument 2047 vfs_nfs_readpage(struct Vnode *node, char *buffer, off_t pos) vfs_nfs_readpage() argument 2197 vfs_nfs_read(struct file *filep, char *buffer, size_t buflen) vfs_nfs_read() argument [all...] |
| /third_party/NuttX/fs/tmpfs/ |
| H A D | fs_tmpfs.c | 1046 ssize_t tmpfs_read(struct file *filep, char *buffer, size_t buflen) in tmpfs_read() argument 1106 ssize_t tmpfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in tmpfs_readpage() argument 1247 ssize_t tmpfs_write(struct file *filep, const char *buffer, size_ argument [all...] |
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | namespropsbuilder.cpp | 315 CharString buffer; in setProps() local
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBManagerGUI.java | 30 private static final int buffer = 20; field in RBManagerGUI [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
| H A D | LocaleDistanceBuilder.java | 383 private StringBuilder toString(String indent, StringBuilder buffer) { in toString() argument [all...] |
| /third_party/icu/tools/unicode/c/genuca/ |
| H A D | genuca.cpp | 834 char buffer[30000]; in parseFractionalUCA() local 517 readAnOption( CollationBaseDataBuilder &builder, char *buffer, UErrorCode *status) readAnOption() argument 1125 LocalMemory<uint8_t> buffer; buildAndWriteBaseData() local [all...] |