Searched refs:strdup (Results 76 - 100 of 694) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libfedfs/common/
H A Dsmf_params.c99 info->binddn = strdup(p);
116 info->bindpw = strdup(p);
128 info->bindpw = strdup(pw);
154 info->sectype = strdup(p);
173 info->certpath = strdup(p);
191 info->nce = strdup(p);
236 return (strdup(valbuf));
559 v = strdup(v);
570 v = strdup(v);
578 v = strdup("localhos
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c191 ret_val = strdup(cmd);
217 temp_str = strdup(cmd);
242 dfstablist->fstype = strdup(optarg);
253 dfstablist->description = strdup(optarg);
264 dfstablist->options = strdup(optarg);
288 dfstablist->fstype = strdup(fileutil_getfs(fp));
292 dfstablist->path = strdup(arglist[argcount]);
451 new_entry->path = strdup(path);
458 new_entry->fstype = strdup(fstype);
470 new_entry->fstype = strdup(fileutil_getf
[all...]
H A Dnfs_mntinfo.c230 mrp->nml_securitymode = strdup(nfs_sec.sc_name);
337 if ((mrp->nml_resource = strdup(fsmnt_list->resource))
374 path = strdup(rep_list[0].path);
412 if ((mrp->nml_mountp = strdup(fsmnt_list->mountp)) == NULL) {
417 if ((mrp->nml_fstype = strdup(fsmnt_list->fstype)) == NULL) {
422 if ((mrp->nml_mntopts = strdup(fsmnt_list->mntopts)) == NULL) {
427 if ((mrp->nml_time = strdup(fsmnt_list->time)) == NULL) {
471 s = strdup(opts);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_autohome.c133 si.shr_path = strdup(ai->ah_path);
134 si.shr_name = strdup(username);
135 si.shr_container = strdup(ai->ah_container);
149 if ((si.shr_cmnt = strdup("Autohome")) == NULL) {
414 if ((tmp = strdup(ampersand + 1)) == NULL)
511 if ((si->shr_cmnt = strdup(value + 12)) == NULL) {
519 if ((si->shr_access_rw = strdup(value + 3)) == NULL) {
527 if ((si->shr_access_ro = strdup(value + 3)) == NULL) {
535 if ((si->shr_access_none = strdup(value + 5)) == NULL) {
H A Ddssetup_clnt.c121 ds_info->nt_domain = (uint8_t *)strdup((char *)info->nt_domain);
122 ds_info->dns_domain = (uint8_t *)strdup((char *)info->dns_domain);
123 ds_info->forest = (uint8_t *)strdup((char *)info->forest);
H A Dsrvsvc_clnt.c217 si->si_netname = strdup((char *)info1[i].shi1_netname);
218 si->si_comment = strdup(comment);
280 si->si_netname = strdup((char *)info0->shi0_netname);
285 si->si_netname = strdup((char *)info1->shi1_netname);
289 si->si_comment = strdup((char *)info1->shi1_comment);
294 si->si_netname = strdup((char *)info2->shi2_netname);
301 si->si_comment = strdup((char *)info2->shi2_comment);
304 si->si_path = strdup((char *)info2->shi2_path);
419 strdup((char *)fib3[i].fi3_username);
421 strdup((cha
[all...]
/osnet-11/usr/src/lib/libpcp/common/
H A Dpcp_utils.c80 char *pathname = strdup(dev_path);
102 *match = strdup(s);
110 *match = strdup(s);
134 char *pathname = strdup(dev_path);
191 sname = strdup(devname + strlen(SERVICE_PREFIX));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c193 realm = strdup(temp_realm);
202 if (!(cp = strdup(KRB5_REFERRAL_REALM)))
343 if (!(realm = strdup(cp + 1)))
466 fqdn = strdup(domain);
489 *realm = strdup(cp);
H A Dsn2princ.c176 remote_host = strdup(hp ? hp->h_name : hostname);
200 remote_host = strdup(hp2->h_name);
219 remote_host = strdup(hostname);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c191 return (strdup("none"));
193 return (strdup("all"));
332 return (strdup(*resp == '\0' ? "none" : resp));
398 return (strdup(buf));
419 return (strdup(buf));
/osnet-11/usr/src/lib/libldap4/common/
H A Doption.c46 strdup(LDAP_VENDOR_NAME);
217 ld->ld_host = strdup((char *)invalue);
228 ld->ld_matched = strdup((char *)invalue);
H A Dgetdn.c72 return( strdup( dn ));
74 ufn = strdup( ++p );
157 rdns[ncomps++] = strdup( s );
268 char *strdup( char *s ) function
H A Dopen.c125 strdup(ld->ld_defhost)) == NULL)) {
226 (ld->ld_defhost = strdup(defhost)) == NULL) {
400 ld->ld_ssl_key = strdup(keyname);
428 ld->ld_ssl_key = strdup(keyname);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dbld_princ.c55 r = strdup(realm);
61 data[0].data = strdup(first);
81 data[count].data = strdup(component);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c868 if ((*val = strdup(default_realm)) == NULL)
875 if ((*val = strdup(realm)) == NULL)
891 *val = strdup(*trealms);
910 if ((*val = strdup(*domains)) == NULL)
922 if ((*val = strdup(realm)) == NULL)
937 if ((*val = strdup(realm)) == NULL)
950 if ((*val = strdup(realm)) == NULL)
959 if ((*val = strdup(default_realm)) == NULL)
964 if ((*val = strdup(realm)) == NULL)
970 if ((*val = strdup(real
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h321 # undef strdup macro
322 # define strdup rpl_strdup macro
324 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
325 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
327 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
328 /* strdup exists as a function and as a macro. Get rid of the macro. */
329 # undef strdup macro
331 # if !(@HAVE_DECL_STRDUP@ || defined strdup)
332 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
334 _GL_CXXALIAS_SYS (strdup, cha
336 _GL_CXXALIASWARN (strdup); variable
338 # undef strdup macro
[all...]
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c109 credp->cred.unix_cred.userID = strdup(binddn);
110 credp->cred.unix_cred.passwd = strdup(pwd);
128 credp->hostcertpath = strdup(*certpath);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c140 tmppath = strdup(path);
157 tmppath = strdup(map->pathname);
190 map->curoptions = strdup(opts);
225 if ((map->curoptions = strdup(opts)) == NULL)
229 if ((map->curoptions = strdup(opts)) == NULL)
256 map->curoptions = strdup(opts);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_find_by_property.c123 key = strdup (optarg);
125 value = strdup (optarg);
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c162 *auth_user = strdup(user);
211 if ((w->data.val_s = strdup(pw->pw_name)) == NULL)
215 if ((w->data.val_s = strdup(pw->pw_comment)) == NULL)
219 if ((w->data.val_s = strdup(pw->pw_gecos)) == NULL)
223 if ((w->data.val_s = strdup(pw->pw_dir)) == NULL)
227 if ((w->data.val_s = strdup(pw->pw_shell)) == NULL)
232 if ((w->data.val_s = strdup(pw->pw_passwd)) == NULL)
236 if ((w->data.val_s = strdup("nis")) == NULL)
/osnet-11/usr/src/lib/libproc/common/
H A DPidle.c185 if ((fp->file_lname = strdup(fp->file_pname)) == NULL) {
191 if ((P->execname = strdup(fp->file_pname)) == NULL) {
264 P->execname = strdup(buf);
265 if ((fp->file_rname = strdup(buf)) != NULL)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_pickle.cc43 if ((filename = strdup(f)) == NULL) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgxpand.c81 pkglist[n] = strdup(pkginst);
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpassutils.c96 databuf = strdup(tmpbuf);
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_confopt.c72 dsp[i].co_value = strdup("nisplus");

Completed in 48 milliseconds

1234567891011>>