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

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn.c73 argv[1] = strdup(buffer);
H A Dgetaddrinfo_host.c103 char *value, *tmp_ptr = strdup(buf);
139 hostname_format = strdup(optarg);
H A Dmbr_check_service_membership.c124 printf("Error: no memory available for strdup\n");
127 sacl[0] = strdup(optarg);
135 default_uprefix = strdup(optarg);
H A Dgetgrgid.c99 char *value, *tmp_ptr = strdup(buf);
H A Dgetgrnam.c119 default_gprefix = strdup(optarg);
H A Dgetpwnam.c140 default_uprefix = strdup(optarg);
H A Dgetpwuid.c105 char *value, *tmp_ptr = strdup(buf);
H A Dmbr_check_membership.c101 char *value, *tmp_ptr = strdup(buf);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexec.c69 argv[1] = strdup(buffer);
H A Dgetenv.c98 (void) putenv(strdup(buf));
H A Dlibmicro.c248 lm_procpath = strdup(argv[0]);
256 lm_procpath = strdup(path);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4581 static char * strdup(const char * string) function
4972 * strdup() failing isn't critical right here so we don't check that.
4976 kxlddeps[i].kext_name = strdup(interfaceTargetKext->getIdentifierCString());
4980 kxlddeps[i].interface_name = strdup(dependency->getIdentifierCString());
4984 kxlddeps[i].kext_name = strdup(dependency->getIdentifierCString());

Completed in 101 milliseconds