/minix3/external/bsd/flex/dist/examples/manual/ |
H A D | string2.lex | 13 char *buffer = NULL; variable 52 int temp =0,loop = 0; variable 63 int temp =0,loop = 0; variable
|
/minix3/external/bsd/atf/dist/atf-c/ |
H A D | utils.c | 83 char buffer[1024]; in atf_utils_cat_file() local 127 char buffer[1024]; in atf_utils_compare_file() local 157 char buffer[1024]; in atf_utils_copy_file() local 328 atf_dynstr_t temp; in atf_utils_readline() local
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/ |
H A D | utils.c | 85 char buffer[1024]; in atf_utils_cat_file() local 129 char buffer[1024]; in atf_utils_compare_file() local 159 char buffer[1024]; in atf_utils_copy_file() local 330 atf_dynstr_t temp; in atf_utils_readline() local
|
/minix3/usr.bin/m4/ |
H A D | eval.c | 382 char *temp; in expand_builtin() local 405 char *temp; in expand_builtin() local 986 handledash(char *buffer, char *end, const char *src) in handledash()
|
H A D | gnum4.c | 198 static char *buffer; variable 524 char temp[2]; in doformat() local
|
/minix3/usr.sbin/makefs/cd9660/ |
H A D | cd9660_write.c | 170 unsigned char *buffer; in cd9660_write_path_table() local 268 cd9660node *temp; in cd9660_write_file() local
|
/minix3/external/public-domain/xz/dist/src/liblzma/lz/ |
H A D | lz_decoder.c | 49 uint8_t buffer[LZMA_BUFFER_SIZE]; member 50 } temp; member
|
/minix3/external/bsd/bind/dist/lib/dns/tests/ |
H A D | rbt_serialize_test.c | 116 data_holder_t temp; in write_data() local 199 char buffer[1024]; in add_test_data() local 237 char buffer[1024]; in check_test_data() local
|
/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | masterdump.c | 770 isc_buffer_t *buffer, FILE *f) in dump_rdataset() 897 isc_buffer_t *buffer, FILE *f) in dump_rdatasets_text() 979 isc_buffer_t *buffer, FILE *f) in dump_rdataset_raw() 1087 isc_buffer_t *buffer, FILE *f) in dump_rdatasets_raw() 1120 isc_buffer_t *buffer, FILE *f) in dump_rdatasets_map() 1223 flushandsync(FILE *f, isc_result_t result, const char *temp) { in flushandsync() 1260 closeandrename(FILE *f, isc_result_t result, const char *temp, const char *file) in closeandrename() 1429 isc_buffer_t buffer; in writeheader() local 1516 isc_buffer_t buffer; in dumptostreaminc() local 1891 isc_buffer_t buffer; in dns_master_dumpnodetostream() local
|
/minix3/sbin/rcorder/ |
H A D | rcorder.c | 246 filenode *temp; in filenode_new() local 392 parse_line(filenode *node, char *buffer, void (*add_func)(filenode *, char *)) in parse_line() argument 485 char buffer[30]; in make_fake_provision() local
|
/minix3/sys/dev/stbi/ |
H A D | stb_image.c | 691 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int… in stbi_load_from_memory() 744 float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_co… in stbi_loadf_from_memory() 762 int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) in stbi_is_hdr_from_memory() 845 static void start_mem(stbi *s, uint8 const *buffer, int len) in start_mem() 918 static int getn(stbi *s, stbi_uc *buffer, int n) in getn() 1213 unsigned int temp; in decode() local 2073 unsigned char *stbi_jpeg_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp… in stbi_jpeg_load_from_memory() 2133 int stbi_jpeg_test_memory(stbi_uc const *buffer, int len) in stbi_jpeg_test_memory() 2140 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_jpeg_info_from_memory() 2512 char *stbi_zlib_decode_malloc_guesssize(const char * buffer, int len, int initial_size, int *outlen) in stbi_zlib_decode_malloc_guesssize() [all …]
|
/minix3/lib/libform/ |
H A D | internals.c | 470 _FORMI_FIELD_LINES *temp, *row; in destroy_row_list() local 507 _FORMI_FIELD_LINES *saved_start_line, *temp; in _formi_wrap_field() local 1557 char buffer[100]; in _formi_redraw_field() local 1801 _FORMI_FIELD_LINES *row, *temp, *next_temp; in _formi_add_char() local
|
/minix3/usr.bin/telnet/ |
H A D | telnet.c | 226 char buffer[100]; /* where things go */ in printring() local 848 unsigned char temp[50]; in suboption() local 876 unsigned char temp[50]; in suboption() local 975 unsigned char temp[50], *dp; in suboption() local
|
/minix3/external/bsd/dhcp/dist/dst/ |
H A D | prandom.c | 421 u_char buffer[4096]; in unix_cmd() local 621 int temp = 0, n = 0; in get_hmac_key() local
|
/minix3/external/bsd/byacc/dist/ |
H A D | reader.c | 436 struct mstring *temp = msnew(); in copy_string() local 471 struct mstring *temp = msnew(); in copy_comment() local 692 trim_blanks(char *buffer) in trim_blanks() 762 save_param(int k, char *buffer, int name, int type2) in save_param()
|
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | netpgp.c | 181 char **temp; in size_arrays() local 682 formatu32(uint8_t *buffer, uint32_t value) in formatu32() 693 formatstring(char *buffer, const uint8_t *s, size_t len) in formatstring() 704 formatbignum(char *buffer, BIGNUM *bn) in formatbignum()
|
/minix3/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 622 #define buffer (parser->m_buffer) macro 1587 char *temp; in XML_Parse() local 2074 char *temp = (char *)REALLOC(tag->buf, bufSize); in storeRawNames() local 2428 char *temp = (char *)REALLOC(tag->buf, bufSize); in doContent() local 2734 ATTRIBUTE *temp; in storeAtts() local 2885 NS_ATT *temp; in storeAtts() local 3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri, in addBinding() local 4425 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2); in doProlog() local 4430 int *temp = (int *)REALLOC(dtd->scaffIndex, in doProlog() local 5379 DEFAULT_ATTRIBUTE *temp; in defineAttribute() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 386 FunctionTemplateDecl *temp = specInfo->getTemplate(); in mergeTemplateLV() local 464 ClassTemplateDecl *temp = spec->getSpecializedTemplate(); in mergeTemplateLV() local 516 VarTemplateDecl *temp = spec->getSpecializedTemplate(); in mergeTemplateLV() local 805 } else if (const TemplateDecl *temp = dyn_cast<TemplateDecl>(D)) { in getLVForNamespaceScopeDecl() local 932 const ClassTemplateDecl *temp = spec->getSpecializedTemplate(); in getLVForClassMember() local 959 } else if (const TemplateDecl *temp = dyn_cast<TemplateDecl>(D)) { in getLVForClassMember() local 3722 void *buffer = Context.Allocate(allocationSize, /*alignment*/sizeof(void*)); in setCaptures() local
|
H A D | ItaniumMangle.cpp | 686 SmallVector<char, 20> buffer; in mangleFloat() local 936 TemplateDecl *temp = name.getAsTemplateDecl(); in mangleUnresolvedPrefix() local
|
/minix3/external/mit/lua/dist/src/ |
H A D | lvm.c | 253 int temp = strcoll(l, r); local 491 char *buffer; local
|
/minix3/external/bsd/bind/dist/bin/dig/ |
H A D | dighost.c | 2786 isc_buffer_t *buffer; in clone_buffer() local 3022 isc_buffer_t *buffer; in launch_next_query() local 4212 output_filter(isc_buffer_t *buffer, unsigned int used_org, in output_filter() 4457 dns_rdataset_t * temp; in sigchase_scanname() local 4614 isc_buffer_t buffer; in nameFromString() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | visibility.cpp | 352 static char buffer[0]; member 789 template <class V> void temp() {} in temp() function in test39::A::B
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 524 void *buffer = operator new(sizeof(CGFunctionInfo) + in create() local 2532 llvm::Value *temp = CGF.CreateTempAlloca(destType->getElementType(), in emitWritebackArg() local
|