Searched refs:temp_str (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosunixdir.c138 char *temp_str; local
156 temp_str = calloc (str_len, 1);
157 if (!temp_str)
164 strcpy (temp_str, ExternalInfo->DirPathname);
165 strcat (temp_str, "/");
166 strcat (temp_str, dir_entry->d_name);
168 err = stat (temp_str, &temp_stat);
173 temp_str);
174 free (temp_str);
178 free (temp_str);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c124 char *temp_str; local
140 if ((temp_str = strdup(arg)) == NULL)
142 *(strchr(temp_str, ' ')) = '\0';
144 if (inet_pton(AF_INET6, temp_str, &v6addr) == 1) {
148 } else if (inet_pton(AF_INET, temp_str, &v4addr) == 1) {
154 hp = getipnodebyname(temp_str, AF_INET6, AI_DEFAULT,
160 gettext("Error: Unknown host -- %s\n"), temp_str);
161 free(temp_str);
167 free(temp_str);
185 " registered DNS name.\n"), temp_str);
[all...]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c143 char *temp_str; local
154 temp_str = strptr;
187 free(temp_str);
195 secstringarray[*count] = strdup(temp_str);
204 free(temp_str);
209 free(temp_str);
H A Dfs_dfstab.c211 char *temp_str; local
217 temp_str = strdup(cmd);
218 if (temp_str == NULL) {
223 for (arglist[argcount] = strtok(temp_str, whitespace);
233 free(temp_str);
246 free(temp_str);
257 free(temp_str);
268 free(temp_str);
284 free(temp_str);
296 free(temp_str);
[all...]
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c142 char temp_str[FILE_ARR_SIZE]; local
254 snprintf (temp_str, FILE_ARR_SIZE,
257 fputs (temp_str, pfile);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.c170 char temp_str[MAX_DN_CHARS] = "\0"; local
180 snprintf (temp_str, MAX_DN_CHARS, "cn=%s,%s", list[i], krbcontainer_loc);
183 temp_node = strdup(temp_str);

Completed in 53 milliseconds