/third_party/musl/porting/liteos_a/user/src/network/ |
D | ether.c | 88 char temp_name[BUFFER_SIZE]; in ether_ntohost() local 99 if (ether_line(buf, temp_addr, temp_name) != 0) in ether_ntohost() 102 strcpy(hostname, temp_name); in ether_ntohost() 119 char temp_name[BUFFER_SIZE]; in ether_hostton() local 130 if (ether_line(buf, temp_addr, temp_name) != 0) in ether_hostton() 132 if (strcmp(hostname, temp_name) == 0) { in ether_hostton()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jmemsys.h | 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 146 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ member
|
/third_party/libjpeg-turbo/ |
D | jmemsys.h | 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 146 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ member
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jmemsys.h | 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ member 146 char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ member
|
/third_party/libuv/src/unix/ |
D | ibmi.c | 475 char* temp_name = uv__strdup(address->name); in uv_interface_addresses() local 476 char* dot = strrchr(temp_name, '.'); in uv_interface_addresses() 479 if (strlen(temp_name) <= 10) { in uv_interface_addresses() 480 rc = get_ibmi_physical_address(temp_name, &address->phys_addr); in uv_interface_addresses() 483 uv__free(temp_name); in uv_interface_addresses()
|
/third_party/python/Lib/multiprocessing/ |
D | shared_memory.py | 128 temp_name = _make_filename() if name is None else name 137 temp_name 151 self._mmap = mmap.mmap(-1, size, tagname=temp_name) 154 self._name = temp_name
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 3860 char temp_name[FILENAME_MAX+1]; in main() local 3979 memcpy(temp_name, prefix, prefixlen); in main() 3980 memcpy(temp_name+prefixlen, *argv, outlen); in main() 3982 outfile = temp_name; in main() 3986 memcpy(temp_name, *argv, outlen); in main() 3988 temp_name[outlen] = 0; in main() 4002 memcpy(temp_name+outlen, suffix, suffixlen); in main() 4004 temp_name[outlen] = 0; in main() 4005 outfile = temp_name; in main()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 3860 char temp_name[FILENAME_MAX+1]; in main() local 3979 memcpy(temp_name, prefix, prefixlen); in main() 3980 memcpy(temp_name+prefixlen, *argv, outlen); in main() 3982 outfile = temp_name; in main() 3986 memcpy(temp_name, *argv, outlen); in main() 3988 temp_name[outlen] = 0; in main() 4002 memcpy(temp_name+outlen, suffix, suffixlen); in main() 4004 temp_name[outlen] = 0; in main() 4005 outfile = temp_name; in main()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_XML.py | 908 temp_name = child.get( "name" ) 909 self.category_dict[ temp_name ] = [cat_name, cat_number]
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_xgl_pds.c | 342 const char *temp_name) in pvr_get_temps2() argument 361 pvr_debug_pds_temp(i, temps_needed * 32, temp_name); in pvr_get_temps2()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1236 char temp_name[30]; in emit_ubo_var() local 1238 snprintf(temp_name, sizeof(temp_name), "__unnamed_ubo_%d", in emit_ubo_var() 1240 name = temp_name; in emit_ubo_var()
|