Searched defs:new_string (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c363 char *new_string; local
381 new_string = (char *)(new_chunk + 1);
383 (void) memcpy(new_string, envname, name_len);
384 new_string[name_len] = '=';
385 (void) memcpy(new_string + name_len + 1, envval, val_len);
386 new_string[name_len + 1 + val_len] = 0;
388 if ((res = addtoenv(new_string, overwrite)) < 0) {
400 /* Hide potential leak of new_string. */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c668 char *new_string; local
679 new_string = malloc(strlen(new_name)+1);
680 if (!new_string)
682 strcpy(new_string, new_name);
722 node->name = new_string;
/illumos-gate/usr/src/lib/libtsol/common/
H A Dprivate.c102 * Entry new_string = Newly converted string.
127 build_strings(int *static_string_size, char **static_string, char *new_string, argument
149 if (*static_string_size < (int)strlen(new_string)+1) {
159 bcopy(new_string, *static_string, strlen(new_string) + 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c317 char *new_string; local
320 new_string = xmalloc(strlen(string) + 1);
321 (void) strcpy(new_string, string);
323 return (new_string);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1852 new_string(char *s) function
1887 remote_fstypes[fstype_index++] = new_string(buf);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c81 #define TRANSLATE(s) new_string(gettext(s))
349 new_string(char *s) function
431 remote_fstypes[fstype_index++] = new_string(buf);
480 new->mnt_special = new_string(old->mnt_special);
481 new->mnt_mountp = new_string(old->mnt_mountp);
482 new->mnt_fstype = new_string(old->mnt_fstype);
483 new->mnt_mntopts = new_string(old->mnt_mntopts);
484 new->mnt_time = new_string(old->mnt_time);
655 name = new_string(dfrp->dfr_cmd_arg);
1766 return (new_string(vta
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c612 int new_string; local
693 new_string = 1;
698 new_string = 1;
699 } else if (new_string) {
702 new_string = 0;

Completed in 141 milliseconds