Searched refs:new_string (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getenv.c | 365 char *new_string; in setenv() 383 new_string = (char *)(new_chunk + 1); in setenv() 385 (void) memcpy(new_string, envname, name_len); in setenv() 386 new_string[name_len] = '='; in setenv() 387 (void) memcpy(new_string + name_len + 1, envval, val_len); in setenv() 388 new_string[name_len + 1 + val_len] = 0; in setenv() 390 if ((res = addtoenv(new_string, overwrite)) < 0) { in setenv() 402 /* Hide potential leak of new_string. */ in setenv() 363 char *new_string; setenv() local
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_tree.c | 668 char *new_string; in profile_rename_node() local 679 new_string = malloc(strlen(new_name)+1); in profile_rename_node() 680 if (!new_string) in profile_rename_node() 682 strcpy(new_string, new_name); in profile_rename_node() 722 node->name = new_string; in profile_rename_node()
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | private.c | 125 build_strings(int *static_string_size, char **static_string, char *new_string, in build_strings() argument 147 if (*static_string_size < (int)strlen(new_string)+1) { in build_strings() 157 bcopy(new_string, *static_string, strlen(new_string) + 1); in build_strings()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 87 #define TRANSLATE(s) new_string(gettext(s)) 355 new_string(char *s) in new_string() function 437 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs() 486 new->mnt_special = new_string(old->mnt_special); in mntdup() 487 new->mnt_mountp = new_string(old->mnt_mountp); in mntdup() 488 new->mnt_fstype = new_string(old->mnt_fstype); in mntdup() 489 new->mnt_mntopts = new_string(old->mnt_mntopts); in mntdup() 490 new->mnt_time = new_string(old->mnt_time); in mntdup() 660 name = new_string(dfrp->dfr_cmd_arg); in resource_mount_entry() 1714 return (new_string(vtab.vfs_fstype)); in find_fstype()
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 1948 new_string(char *s) in new_string() function 1983 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 615 int new_string; in bofi_attach() local 696 new_string = 1; in bofi_attach() 701 new_string = 1; in bofi_attach() 702 } else if (new_string) { in bofi_attach() 705 new_string = 0; in bofi_attach()
|