Home
last modified time | relevance | path

Searched refs:temp_name (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Dether.c88 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/musl/src/network/
H A Dether.c96 char temp_name[BUFFER_SIZE]; in ether_ntohost() local
107 if (ether_line(buf, temp_addr, temp_name) != 0) in ether_ntohost()
110 strcpy(hostname, temp_name); in ether_ntohost()
131 char temp_name[BUFFER_SIZE]; in ether_hostton() local
142 if (ether_line(buf, temp_addr, temp_name) != 0) in ether_hostton()
144 if (strcmp(hostname, temp_name) == 0) { in ether_hostton()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemsys.h136 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/
H A Dibmi.c480 char* temp_name = uv__strdup(address->name); in uv_interface_addresses() local
481 char* dot = strrchr(temp_name, '.'); in uv_interface_addresses()
484 if (strlen(temp_name) <= 10) { in uv_interface_addresses()
485 rc = get_ibmi_physical_address(temp_name, &address->phys_addr); in uv_interface_addresses()
488 uv__free(temp_name); in uv_interface_addresses()
/third_party/node/deps/uv/src/unix/
H A Dibmi.c475 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/gn/src/base/files/
H A Dfile_util_win.cc297 FilePath temp_name; in CreateAndOpenTemporaryFileInDir() local
303 temp_name = dir.Append( in CreateAndOpenTemporaryFileInDir()
305 file.Initialize(temp_name, kFlags); in CreateAndOpenTemporaryFileInDir()
318 ToWCharT(temp_name.value().c_str()), ToWCharT(long_temp_name), MAX_PATH); in CreateAndOpenTemporaryFileInDir()
324 *temp_file = std::move(temp_name); in CreateAndOpenTemporaryFileInDir()
/third_party/python/Lib/multiprocessing/
H A Dshared_memory.py128 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/
H A Dpngfix.c3860 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/
H A Dgl_XML.py908 temp_name = child.get( "name" )
909 self.category_dict[ temp_name ] = [cat_name, cat_number]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_xgl_pds.c342 const char *temp_name) in pvr_get_temps2()
361 pvr_debug_pds_temp(i, temps_needed * 32, temp_name); in pvr_get_temps2()
340 pvr_get_temps2(struct pvr_temp_usage *temps, uint8_t temps_needed, const char *temp_name) pvr_get_temps2() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2318 const AstRawString* temp_name = ast_value_factory()->dot_for_string(); in DesugarLexicalBindingsInForStatement() local
2324 Variable* temp = NewTemporary(temp_name); in DesugarLexicalBindingsInForStatement()
2337 first = NewTemporary(temp_name); in DesugarLexicalBindingsInForStatement()
2413 Variable* flag = NewTemporary(temp_name); in DesugarLexicalBindingsInForStatement()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1236 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()

Completed in 28 milliseconds