Searched refs:strndup (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | strndup.c | 41 strndup(const char *string, size_t maxlen, struct malloc_type *type) in strndup() function
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/badsend/ |
| H A D | badsend.c | 78 fsname = strndup(tofull, p - tofull); in main()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pci.c | 66 char *buf_copy = strndup(buf, bufsize); in ccp_parse_pci_addr_format()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | ioat.c | 29 char *input = strndup(value, strlen(value) + 1); in open_ioat()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 181 char *strndup(const char *__restrict, size_t, struct malloc_type *);
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_args.c | 223 args = strndup(¶m[a], b - a); in fs_parse_device_param()
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 417 char *buf_copy = strndup(buf, bufsize); in parse_pci_addr_format()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1609 *bookname = strndup(name, ZFS_MAX_DATASET_NAME_LEN); in find_redact_book()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 6771 poolname = strndup(target, poolname_len); in import_checkpointed_state()
|