Searched refs:strdup (Results 51 - 75 of 694) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c146 udi = strdup (optarg);
148 caller = strdup (optarg);
150 privilege = strdup (optarg);
H A Dhal_set_property.c162 key = strdup (optarg);
164 str_value = strdup (optarg);
186 str_value = strdup (optarg);
189 str_value = strdup (optarg);
192 str_value = strdup (optarg);
197 udi = strdup (optarg);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c125 MKERROR(LOG_ERR, *error, NS_CONFIG_FILE, strdup(errstr), NULL);
151 strdup(errstr), NULL);
160 strdup(errstr), NULL);
169 strdup(errstr), NULL);
189 strdup(errstr), NULL);
209 strdup(errstr), NULL);
220 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
228 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
268 MKERROR(LOG_INFO, *errorp, NS_LDAP_CONFIG, strdup(errmsg),
309 MKERROR(LOG_ERR, *errorp, NS_LDAP_CONFIG, strdup(errms
[all...]
H A Dns_connect.c125 strdup(errstr), NS_LDAP_MEMORY);
129 ret->server = strdup(servers[0]);
258 strdup(errstr),
320 strdup(errstr),
342 strdup(errstr), NS_LDAP_MEMORY);
345 ret->server = strdup(ptr);
355 strdup(errstr), NULL);
369 strdup(errstr), NULL);
374 ret->serverFQDN = strdup(ptr);
409 mptr[mcnt] = strdup(dpt
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c435 optlist_copy = strdup(optlist);
546 newp->resource = strdup(mnttab_entry.mnt_special);
554 newp->mountp = strdup(mnttab_entry.mnt_mountp);
562 newp->fstype = strdup(mnttab_entry.mnt_fstype);
570 newp->mntopts = strdup(mnttab_entry.mnt_mntopts);
578 newp->time = strdup(mnttab_entry.mnt_time);
606 newp->resource = strdup(mnttab_entry.mnt_special);
614 newp->mountp = strdup(mnttab_entry.mnt_mountp);
622 newp->fstype = strdup(mnttab_entry.mnt_fstype);
630 newp->mntopts = strdup(mnttab_entr
[all...]
H A Dfileutil.c90 return_array[(*num_elements)] = strdup(returned_string);
169 current_string = strdup(input_stringp);
215 ret_val[*count] = strdup(line);
284 return_string = strdup(input_string);
H A Dfs_mount_defaults.c259 char *orig_line = strdup(vfstab_line);
380 orig_line = strdup(vfstab_line);
499 newp->resource = strdup(vfstab_entry.vfs_special);
512 newp->fsckdevice = strdup(vfstab_entry.vfs_fsckdev);
524 newp->mountp = strdup(vfstab_entry.vfs_mountp);
536 newp->fstype = strdup(vfstab_entry.vfs_fstype);
548 newp->fsckpass = strdup(vfstab_entry.vfs_fsckpass);
560 newp->mountatboot = strdup(vfstab_entry.vfs_automnt);
572 newp->mntopts = strdup(vfstab_entry.vfs_mntopts);
606 search_entry->vfs_special = strdup(filte
[all...]
H A Dnfs_netcfg.c80 return_list[(*num_elements)] = strdup(nconf->nc_netid);
H A Dnfs_nfssec.c92 ret_val = strdup(defsecp.sc_name);
/osnet-11/usr/src/lib/libfru/libfru/
H A DParser.cc58 gParserString = strdup(path);
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c204 *val = strdup(strval);
274 return (strdup((const char *)svcname));
356 tmpstr = strdup(list);
367 (*arr)[0] = strdup(list);
369 tmpstr = strdup(list);
371 (*arr)[0] = strdup(item);
373 (*arr)[i++] = strdup(item);
397 tmparr[uniq] = strdup(arr1[uniq]);
401 tmparr[uniq++] = strdup(arr2[j]);
560 evi->ei_severity = strdup(ND_UNKNOW
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c106 str = strdup(ep->scratch_buf); /* try allocating again */
127 r = strdup(ep->msg);
163 char *p = strdup(ep->scratch_buf);
185 r2 = strdup(r);
/osnet-11/usr/src/lib/krb5/ss/
H A Derror.c45 return strdup(infop->subsystem_name);
/osnet-11/usr/src/cmd/powertop/common/
H A Dsuggestions.c84 new->sb_msg = strdup(sb_msg);
87 new->text = strdup(text);
112 new->sb_msg = strdup(sb_msg);
114 new->text = strdup(text);
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolprivate.c97 res = strdup(namebuf);
102 res = strdup("");
153 res = strdup(namebuf);
159 res = strdup("");
H A Dvolmgt_on_private.c215 spcl_failed = strdup(spcl);
456 *spclp = strdup(mnt.mnt_special);
522 *mtypep = strdup(mtype);
601 (void) putenv(strdup(env_buf));
605 (void) putenv(strdup(env_buf));
608 (void) putenv(strdup(env_buf));
611 (void) putenv(strdup(env_buf));
614 (void) putenv(strdup(env_buf));
617 (void) putenv(strdup(env_buf));
620 (void) putenv(strdup(env_bu
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dfriendly.c109 (*map)[i].f_unfriendly = strdup( buf );
110 (*map)[i].f_friendly = strdup( s );
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dutil.c73 fullpath = (char *)strdup(filepath);
75 fullpath = (char *)strdup(dir);
/osnet-11/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c139 tmp = strdup(argv[cnt-argc]);
154 tmp = strdup(arg);
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c238 defkeymap = strdup(keymap);
239 defmodel = strdup(model);
240 defxkblay = strdup(xkblay);
244 defkeymap = strdup(keymap);
245 defmodel = strdup(model);
246 defxkblay = strdup(xkblay);
/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c48 #define ERR_DUPFAIL "%s: strdup(%s) failed.\n"
425 } else if ((grp->gr_name = strdup(grp->gr_name)) == NULL) {
435 } else if ((grp->gr_passwd = strdup(grp->gr_passwd)) == NULL) {
469 if ((memp[nent++] = strdup(*tp)) == NULL) {
506 } else if ((pwd->pw_name = strdup(pwd->pw_name)) == NULL) {
517 } else if ((pwd->pw_passwd = strdup(pwd->pw_passwd)) == NULL) {
528 } else if ((pwd->pw_age = strdup(pwd->pw_age)) == NULL) {
539 } else if ((pwd->pw_comment = strdup(pwd->pw_comment)) ==
551 } else if ((pwd->pw_gecos = strdup(pwd->pw_gecos)) == NULL) {
562 } else if ((pwd->pw_dir = strdup(pw
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_list.c177 cb.be_name = strdup(be_name);
466 ds_path = str = strdup(zfs_get_name(zhp));
814 be_node->be_root_ds = strdup(be_ds);
821 be_node->be_node_name = strdup(be_name);
832 be_node->be_rpool = strdup(rpool);
903 be_node->be_mntpt = strdup(prop_buf);
913 be_node->be_policy_type = strdup(be_default_policy());
918 strdup(be_default_policy());
925 strdup(be_default_policy());
927 be_node->be_policy_type = strdup(prop_st
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c86 tdp.co_key = strdup(key);
88 tdp.co_value = strdup(value);
167 confopt.co_comment = strdup(cp + 1);
177 confopt.co_key = strdup(cp);
181 confopt.co_value = strdup(value + 1);
231 if ((valp = strdup(value)) == NULL)
370 *value = strdup(tdp->co_value);
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c330 if (!(tp = strdup(cp))) {
402 : strdup(*(flds + mn_offset));
406 : strdup(*(flds + al_offset));
419 m->qop = strdup(*(flds + qp_offset));
499 tp->mechname = mp->mechname ? strdup(mp->mechname) : NULL;
500 tp->alias = mp->alias ? strdup(mp->alias) : NULL;
501 tp->qop = mp->qop ? strdup(mp->qop) : NULL;
945 m->mechname = strdup(*flds);
946 m->oid = strdup(*(flds + 1));
947 m->libname = strdup(*(fld
[all...]
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_lookup.c63 newlocs[i]->host = strdup(locations[i]->host);
66 newlocs[i]->fsluuid = strdup(locations[i]->fsluuid);
70 newlocs[i]->path = strdup(locations[i]->path);
75 newlocs[i]->share = strdup(locations[i]->share);
81 strdup(locations[i]->annotations);
139 new->host = strdup(host);
142 new->uuid = strdup(uuid);
314 oldlist[0]->context = strdup(info->nce);
321 oldlist[0]->prefix = strdup("");
413 strdup(val
[all...]

Completed in 65 milliseconds

1234567891011>>