/aosp_15_r20/external/libcups/cups/ |
H A D | ipp.c | 54 _cups_buffer_t *buffer; /* Current buffer */ in _cupsBufferGet() local 86 _cups_buffer_t *buffer; /* Buffer */ in _cupsBufferRelease() local 114 const char *name, /* I - Name of attribute */ in ippAddBoolean() 159 const char *name, /* I - Name of attribute */ in ippAddBooleans() 216 const char *name, /* I - Name of attribute */ in ippAddCollection() 267 const char *name, /* I - Name of attribute */ in ippAddCollections() 326 const char *name, /* I - Name of attribute */ in ippAddDate() 375 const char *name, /* I - Name of attribute */ in ippAddInteger() 441 const char *name, /* I - Name of attribute */ in ippAddIntegers() 508 const char *name, /* I - Name of attribute */ in ippAddOctetString() [all …]
|
H A D | http.c | 586 httpFieldValue(const char *name) /* I - String name */ in httpFieldValue() 606 char buffer[8192]; /* Junk buffer */ in httpFlush() local 809 char temp[HTTP_MAX_VALUE], /* Copy of Accepts-Encoding value */ in httpGetContentEncoding() local 1321 const char *name, /* I - Name of sub-field */ in httpGetSubField() 1337 const char *name, /* I - Name of sub-field */ in httpGetSubField2() 1342 char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ in httpGetSubField2() local 1597 char *buffer, /* I - Buffer for data */ in httpPeek() 1921 char *buffer, /* I - Buffer for data */ in httpRead() 1936 char *buffer, /* I - Buffer for data */ in httpRead2() 2328 char temp[256]; /* Temporary address string */ in httpReconnect2() local [all …]
|
H A D | ipp-support.c | 659 char *buffer, /* I - String buffer or NULL */ in ippAttributeString() 665 temp[256]; /* Temporary string */ in ippAttributeString() local 2278 ippErrorValue(const char *name) /* I - Name */ in ippErrorValue() 2355 ippOpValue(const char *name) /* I - Textual name */ in ippOpValue() 2473 ippTagValue(const char *name) /* I - Tag name */ in ippTagValue() 2515 char *buffer, /* I - Buffer or NULL */ in ipp_col_string() 2521 temp[256]; /* Temporary string */ in ipp_col_string() local
|
H A D | ppd.c | 40 char *buffer; /* Pointer to buffer */ member 326 _ppdGetEncoding(const char *name) /* I - LanguageEncoding string */ in _ppdGetEncoding() 428 name[PPD_MAX_NAME], in _ppdOpen() local 434 *temp, /* Temporary string pointer */ in _ppdOpen() local 2345 const char *name, /* I - Attribute name */ in ppd_add_attr() 2351 *temp; /* New attribute */ in ppd_add_attr() local 2428 const char *name) /* I - Name of choice */ in ppd_add_choice() 2458 const char *name) /* I - Name of size */ in ppd_add_size() 2676 const char *name) /* I - Name of option */ in ppd_get_coption() 2759 const char *name, /* I - Name of group */ in ppd_get_group() [all …]
|
H A D | http-addr.c | 317 char *name, /* I - Host name buffer */ in httpAddrLookup() 527 unsigned temp; /* Temporary address */ in httpAddrString() local 563 unsigned temp; /* Current value */ in httpAddrString() local 676 httpGetHostByName(const char *name) /* I - Hostname or IP address */ in httpGetHostByName() 905 char *buffer, /* I - Hostname buffer */ in httpResolveHostname() 913 char temp[1024]; /* Temporary string */ in httpResolveHostname() local
|
H A D | tls-gnutls.c | 66 char temp[1024], /* Temporary directory name */ in cupsMakeServerCredentials() local 71 unsigned char buffer[8192]; /* Buffer for x509 data */ in cupsMakeServerCredentials() local 262 char temp[1024]; /* Default path buffer */ in cupsSetServerCredentials() local 650 char *buffer, /* I - Buffer or @code NULL@ */ in httpCredentialsString() 668 char name[256], /* Common name associated with cert */ in httpCredentialsString() local 717 temp[1024], /* Temporary string */ in httpLoadCredentials() local 849 temp[1024], /* Temporary string */ in httpSaveCredentials() local 935 http_gnutls_default_path(char *buffer,/* I - Path buffer */ in http_gnutls_default_path() 1076 char *buffer, /* I - Filename buffer */ in http_gnutls_make_path()
|
H A D | ipp-file.c | 76 char name[128], /* Variable name */ in _ippFileParse() local 78 temp[1024]; /* Temporary string */ in _ippFileParse() local 103 name[128]; /* Attribute name */ in _ippFileParse() local 455 name[128]; /* Attribute name */ in parse_collection() local 554 temp[2049], /* Temporary string */ in parse_value() local 821 char buffer[8192]; /* Formatted string */ in report_error() local
|
/aosp_15_r20/external/libcups/ppdc/ |
H A D | ppdc-source.cxx | 78 struct utsname name; // uname information in ppdcSource() local 161 char temp[1024], // Temporary path in find_include() local 293 char name[1024], // Name string in get_attr() local 340 char buffer[256]; // String buffer in get_boolean() local 376 char name[1024], // Name in get_choice() local 417 char name[1024], // Option name in get_color_model() local 419 temp[256]; // Temporary string in get_color_model() local 630 char temp[1024], // One string to rule them all in get_constraint() local 707 char name[1024], // Name in get_custom_size() local 768 char temp[256]; // Duplex keyword in get_duplex() local [all …]
|
/aosp_15_r20/external/e2fsprogs/ext2ed/ |
H A D | general_com.c | 274 void set_int(short len, void *ptr, char *name, char *value) in set_int() 309 void set_uint(short len, void *ptr, char *name, char *value) in set_uint() 344 void set_char(short len, void *ptr, char *name, char *value) in set_char() 365 char *ptr,buffer [80],variable [80],value [80]; in set() local 431 char *ptr,buffer [80],*ch_ptr; in hex_set() local 496 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local 531 long temp; in show_int() local 556 unsigned long temp; in show_uint() local 697 char *ptr,buffer [80]; in next() local 726 char *ptr,buffer [80]; in prev() local [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | pyexpat.c | 21 #define PyDoc_VAR(name) static char name[] argument 22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) argument 76 XML_Char *buffer; /* Buffer used when accumulating characters */ member 92 const char *name; member 105 set_error_attr(PyObject *err, char *name, int value) in set_error_attr() 124 char buffer[256]; in set_error() local 154 PyObject *name = hinfo->nameobj; in get_handler_name() local 413 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler() 416 PyObject *temp; in call_character_handler() local 497 const XML_Char *name, const XML_Char *atts[]) in my_StartElementHandler() [all …]
|
/aosp_15_r20/external/libcups/tools/ |
H A D | ipptool.c | 79 char *name, /* Attribute name */ member 157 char name[1024]; /* Test name */ member 238 name[1024], /* Name/value buffer */ in main() local 760 char buffer[10240]; /* Format buffer */ in add_stringf() local 858 copy_hex_string(char *buffer, /* I - String buffer */ in copy_hex_string() 936 char buffer[131072]; // Copy buffer in do_monitor_printer_state() local 1176 char temp[1024]; /* Temporary string */ in do_test() local 1179 char buffer[131072]; /* Copy buffer */ in do_test() local 2528 char *buffer, /* I - Temporary buffer */ in get_string() 2630 static char buffer[255]; /* String buffer */ in iso_date() local [all …]
|
H A D | ippeveprinter.c | 199 *name, /* printer-name */ member 228 const char *name, /* job-name */ member 386 *name = NULL, /* Printer name */ in main() local 1233 char name[256], /* "Safe" filename */ in create_job_file() local 1301 create_listener(const char *name, /* I - Host name (`NULL` for any address) */ in create_listener() 1405 const char *name, /* I - printer-name */ in create_printer() 1695 char temp[1024], /* Temporary string */ in create_printer() local 2032 char buffer[2048]; /* String buffer for value */ in debug_attributes() local 2199 const char *name, /* I - Service name */ in dnssd_callback() 2332 const char *name = ippGetName(attr); in filter_cb() local [all …]
|
/aosp_15_r20/system/core/fs_mgr/liblp/ |
H A D | reader.cpp | 47 bool ReadFully(void* buffer, size_t length) override { in ReadFully() 57 MemoryReader(const void* buffer, size_t size) in MemoryReader() 75 bool ParseGeometry(const void* buffer, LpMetadataGeometry* geometry) { in ParseGeometry() 93 LpMetadataGeometry temp = *geometry; in ParseGeometry() local 119 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(LP_METADATA_GEOMETRY_SIZE); in ReadPrimaryGeometry() local 132 std::unique_ptr<uint8_t[]> buffer = std::make_unique<uint8_t[]>(LP_METADATA_GEOMETRY_SIZE); in ReadBackupGeometry() local 210 LpMetadataHeader temp = header; in ReadMetadataHeader() local 266 std::unique_ptr<uint8_t[]> buffer(new (std::nothrow) uint8_t[header.tables_size]); in ParseMetadata() local 365 std::unique_ptr<LpMetadata> ParseMetadata(const LpMetadataGeometry& geometry, const void* buffer, in ParseMetadata() 481 static std::string NameFromFixedArray(const char* name, size_t buffer_size) { in NameFromFixedArray()
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | var.c | 33 char *name; /* Name of variable */ member 83 char name[255], /* Current variable name */ in cgiCheckVariables() local 161 cgiGetArray(const char *name, /* I - Name of array variable */ in cgiGetArray() 185 cgiGetCookie(const char *name) /* I - Name of cookie */ in cgiGetCookie() 207 cgiGetSize(const char *name) /* I - Name of variable */ in cgiGetSize() 227 cgiGetVariable(const char *name) /* I - Name of variable */ in cgiGetVariable() 367 cgiSetArray(const char *name, /* I - Name of variable */ in cgiSetArray() 389 char **temp; /* Temporary pointer */ in cgiSetArray() local 419 cgiSetCookie(const char *name, /* I - Name */ in cgiSetCookie() 451 cgiSetSize(const char *name, /* I - Name of variable */ in cgiSetSize() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | icusvtst.cpp | 142 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() 159 char buffer[128]; in append() local 227 UnicodeString temp; in confirmEqual() local 244 UnicodeString temp; in confirmEqual() local 261 UnicodeString temp; in confirmEqual() local 278 UnicodeString temp = message; in confirmStringsEqual() local 295 UnicodeString temp; in confirmIdentical() local 572 UnicodeString temp; in create() local 594 char buffer[128]; in getDisplayName() local 716 UnicodeString name; in testAPI_Two() local [all …]
|
H A D | loctest.cpp | 200 void LocaleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() 300 UnicodeString temp; in TestBasicGetters() local 479 UnicodeString temp; in TestSimpleResourceInfo() local 748 UnicodeString temp; in TestGetAvailableLocales() local 797 UnicodeString temp; in doTestDisplayNames() local 999 UnicodeString name; in TestGetLangsAndCountries() local 1141 UnicodeString name; in TestAtypicalLocales() local 1153 UnicodeString name; in TestAtypicalLocales() local 1162 UnicodeString name; in TestAtypicalLocales() local 1171 UnicodeString name; in TestAtypicalLocales() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | icusvtst.cpp | 142 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() 159 char buffer[128]; in append() local 227 UnicodeString temp; in confirmEqual() local 244 UnicodeString temp; in confirmEqual() local 261 UnicodeString temp; in confirmEqual() local 278 UnicodeString temp = message; in confirmStringsEqual() local 295 UnicodeString temp; in confirmIdentical() local 572 UnicodeString temp; in create() local 594 char buffer[128]; in getDisplayName() local 716 UnicodeString name; in testAPI_Two() local [all …]
|
H A D | loctest.cpp | 200 void LocaleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() 302 UnicodeString temp; in TestBasicGetters() local 544 UnicodeString temp; in TestSimpleResourceInfo() local 813 UnicodeString temp; in TestGetAvailableLocales() local 862 UnicodeString temp; in doTestDisplayNames() local 1065 UnicodeString name; in TestGetLangsAndCountries() local 1207 UnicodeString name; in TestAtypicalLocales() local 1219 UnicodeString name; in TestAtypicalLocales() local 1228 UnicodeString name; in TestAtypicalLocales() local 1237 UnicodeString name; in TestAtypicalLocales() local [all …]
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | log.c | 447 char buffer[8192]; /* Buffer for vsnprintf */ in cupsdLogGSSMessage() local 597 cupsd_joblog_t *temp; /* Copy of log message */ in cupsdLogJob() local 770 char buffer[2048], /* Buffer for page log */ in cupsdLogPage() local 772 name[256]; /* Attribute name */ in cupsdLogPage() local 1017 char temp[2048]; /* Temporary string for URI */ in cupsdLogRequest() local 1318 char *temp; /* Temporary string pointer */ in format_log_line() local
|
H A D | mime.c | 33 char *name, /* Filter name */ member 176 char buffer[8192]; /* Message buffer */ in _mimeError() local 539 const char *name, /* I - Filter name */ in mime_add_fcache() 543 *temp; /* New filter cache */ in mime_add_fcache() local 664 *temp, /* Temporary pointer */ in mime_load_convs() local 853 *temp; /* Temporary pointer */ in mime_load_types() local
|
H A D | type.c | 37 unsigned char buffer[MIME_MAX_BUFFER];/* Buffered data */ member 85 mime_type_t *temp; /* New MIME type */ in mimeAddType() local 156 char name[255], /* Name in rule string */ in mimeAddTypeRule() local 161 mime_magic_t *temp, /* New rule */ in mimeAddTypeRule() local 913 char temp[MIME_MAX_BUFFER + 1]; in mime_check_rules() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_parse_utils.cpp | 38 const char *name; member 117 const char *name = LookupName (parentCode, in LookupParentCode() local 470 const char *name = NULL; in LookupTagCode() local 598 const char *name = LookupName (tagType, in LookupTagType() local 630 const char *name = LookupName (key, in LookupNewSubFileType() local 665 const char *name = LookupName (key, in LookupCompression() local 699 const char *name = LookupName (key, in LookupPredictor() local 730 const char *name = LookupName (key, in LookupSampleFormat() local 768 const char *name = LookupName (key, in LookupPhotometricInterpretation() local 804 const char *name = LookupName (key, in LookupOrientation() local [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 58 static int acpi_failure(acpi_status status, const char *name) in acpi_failure() 80 acpi_handle temp = 0; in get_str_object() local 84 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; in get_str_object() local 116 acpi_handle temp; in get_crs_object() local 425 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_test_resources() local 506 char *name = context; in ltp_get_dev_callback() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_tools.hpp | 34 const char * tmpnam(char * buffer){ in tmpnam() 103 const char * tmpnam(char * buffer){ in tmpnam() 104 const char * name = test_filename(NULL, NULL); in tmpnam() local 141 char const * tmpnam(char * buffer) { in tmpnam() 142 static char name[512] = {0}; in tmpnam() local 147 boost::filesystem::path temp = tempdir / tempfilename; in tmpnam() local
|
/aosp_15_r20/external/libxml2/ |
H A D | runtest.c | 665 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug() 691 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug() 758 getEntityDebug(void *ctx, const xmlChar *name) in getEntityDebug() 780 getParameterEntityDebug(void *ctx, const xmlChar *name) in getParameterEntityDebug() 805 entityDeclDebug(void *ctx, const xmlChar *name, int type, in entityDeclDebug() 846 const xmlChar * name, int type, int def, in attributeDeclDebug() 871 elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in elementDeclDebug() 891 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in notationDeclDebug() 912 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in unparsedEntityDeclDebug() 987 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) in startElementDebug() [all …]
|