Searched refs:strncpy (Results 1 - 25 of 59) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrncpy.c5 char* strncpy(char* restrict d, const char* restrict s, size_t n) { function
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrncpy.c12 strncpy(char *dest, char const *src, size_t count) function
H A Drules.mk25 strncpy \
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dif_indextoname.c17 return r < 0 ? 0 : strncpy(name, ifr.ifr_name, IF_NAMESIZE);
H A Dif_nametoindex.c14 strncpy(ifr.ifr_name, name, sizeof ifr.ifr_name);
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dos-linux.c58 strncpy(path, mi.path, pathlen);
/fuchsia/zircon/bootloader/include/
H A Dstring.h16 char* strncpy(char* dst, const char* src, size_t len);
/fuchsia/zircon/third_party/lib/acpica/source/components/tables/
H A Dtbfind.c103 strncpy (Header.OemId, OemId, ACPI_OEM_ID_SIZE);
104 strncpy (Header.OemTableId, OemTableId, ACPI_OEM_TABLE_ID_SIZE);
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbfileio.c118 strncpy (AcpiGbl_DbDebugFilename, Name,
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h28 char *strncpy(char *, char const *, size_t);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpinames/
H A Dantables.c105 strncpy (Header->OemId, "Intel", ACPI_OEM_ID_SIZE);
106 strncpy (Header->OemTableId, "AcpiName", ACPI_OEM_TABLE_ID_SIZE);
107 strncpy (Header->AslCompilerId, "INTL", ACPI_NAME_SIZE);
/fuchsia/zircon/system/host/netprotocol/
H A Dnetls.c53 strncpy(known_device->nodename, device->nodename, sizeof(known_device->nodename));
55 strncpy(known_device->inet6_addr_s, device->inet6_addr_s, INET6_ADDRSTRLEN);
H A Dnetaddr.c43 strncpy(found_device_nodename, device->nodename, MAX_NODENAME_LENGTH);
/fuchsia/zircon/bootloader/lib/
H A Dstring.c65 char* strncpy(char* dst, const char* src, size_t len) { function
/fuchsia/zircon/system/ulib/xdc-host-utils/
H A Dclient.cpp28 strncpy(server.sun_path, XDC_SOCKET_PATH, sizeof(server.sun_path));
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacclib.h116 strncpy (
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h21 char* strncpy(char* __restrict, const char* __restrict, size_t);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtab.c95 strncpy(completion, state->line_prefix, sizeof(completion));
121 strncpy(buf, line, sizeof(buf));
/fuchsia/zircon/system/core/netsvc/
H A Ddebuglog.c80 strncpy(pkt.nodename, nodename, sizeof(pkt.nodename) - 1);
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsutils.c107 ACPI_DISASM_ONLY_MEMBERS (strncpy (Op->Common.AmlOpName,
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslcodegen.c434 strncpy (TableHeader.Signature, Child->Asl.Value.String, 4);
451 strncpy (TableHeader.OemId, Child->Asl.Value.String, 6);
456 strncpy (TableHeader.OemTableId, Child->Asl.Value.String, 8);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daetables.c154 strncpy (Header->OemId, "Intel", ACPI_OEM_ID_SIZE);
155 strncpy (Header->OemTableId, "AcpiExec", ACPI_OEM_TABLE_ID_SIZE);
156 strncpy (Header->AslCompilerId, "INTL", ACPI_NAME_SIZE);
/fuchsia/zircon/system/dev/nand/broker/test/
H A Dmain.cpp66 strncpy(path_, config_.path, sizeof(path_) - 1);
/fuchsia/zircon/system/dev/misc/test/
H A Dtest.c146 strncpy(devname, in, sizeof(devname) - 1);
148 strncpy(devname, "testdev", sizeof(devname) - 1);
/fuchsia/zircon/system/uapp/dd/
H A Dmain.c125 strncpy(options->input, arg, PATH_MAX);
128 strncpy(options->output, arg, PATH_MAX);

Completed in 160 milliseconds

123