Searched refs:estrdup (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Destrdup.c46 estrdup (const char *str) function
/macosx-10.10/sudo-73/src/
H A Dalloc.h30 char *estrdup(const char *);
42 char *estrdup();
H A Ddefaults.c440 def_askpass = estrdup(_PATH_SUDO_ASKPASS);
443 def_iolog_dir = estrdup(_PATH_SUDO_IO_LOGDIR);
445 def_sudoers_locale = estrdup("C");
478 def_mailto = estrdup(MAILTO);
479 def_mailsub = estrdup(MAILSUBJECT);
480 def_badpass_message = estrdup(INCORRECT_PASSWORD);
481 def_timestampdir = estrdup(_PATH_SUDO_TIMEDIR);
482 def_passprompt = estrdup(PASSPROMPT);
483 def_runas_default = estrdup(RUNAS_DEFAULT);
485 def_mailerpath = estrdup(_PATH_SUDO_SENDMAI
[all...]
H A Dttyname.c134 tty = estrdup(dev);
154 return estrdup(tty);
257 subdirs[num_subdirs++] = estrdup(pathbuf);
262 devname = estrdup(pathbuf);
304 tty = estrdup(buf);
315 tty = estrdup(devname);
465 return estrdup(tty);
H A Dfind_path.c88 path = estrdup(path);
H A Dmatch.c426 safe_cmnd = estrdup(sudoers_cmnd);
461 safe_cmnd = estrdup(user_cmnd);
523 safe_cmnd = estrdup(cp);
533 safe_cmnd = estrdup(user_cmnd);
574 safe_cmnd = estrdup(sudoers_cmnd);
618 safe_cmnd = estrdup(buf);
H A Dgetspwuid.c146 return estrdup(epw ? epw : pw->pw_passwd);
H A Dsudo.c330 NewArgv[0] = estrdup(runas_pw->pw_shell);
387 safe_cmnd = estrdup(user_cmnd);
633 user_host = estrdup(thost);
636 user_shost = estrdup(user_host);
704 user_shell = estrdup(sudo_user.pw->pw_shell);
1244 user_host = estrdup(res0->ai_canonname);
1247 user_host = estrdup(hp->h_name);
1251 user_shost = estrdup(user_host);
H A Dlogging.c144 const char *old_locale = estrdup(setlocale(LC_ALL, NULL));
209 const char *old_locale = estrdup(setlocale(LC_ALL, NULL));
594 def_sudoers_locale = estrdup("C");
638 mflags = estrdup(def_mailerflags);
639 mpath = estrdup(def_mailerpath);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c61 progname = estrdup( argv[ 0 ] );
63 progname = estrdup( progname + 1 );
167 entry->lde_dn = estrdup( tmpbuf );
180 attr->lda_name = estrdup( "objectClass" );
182 attr->lda_values[ 0 ] = estrdup( "person" );
186 attr->lda_name = estrdup( "uid" );
188 attr->lda_values[ 0 ] = estrdup( pw->pw_name );
192 attr->lda_name = estrdup( "sn" );
194 attr->lda_values[ 0 ] = estrdup( pw->pw_name );
198 attr->lda_name = estrdup( "c
[all...]
H A Dshellutil.h112 char *estrdup( char *s );
H A Dshellutil.c185 op->ldop_dn = estrdup( args );
216 op->ldop_srch.ldsp_filter = estrdup( args );
292 vallist[ i ] = estrdup( val );
299 estrdup( char *s ) function
/macosx-10.10/ntp-92/libntp/
H A Dntp_lineedit.c68 lineedit_prompt = estrdup(prompt);
191 line = estrdup(cline);
215 line = estrdup(line);
H A Demalloc.c47 estrdup( function
/macosx-10.10/ntp-92/include/isc/
H A Dmem.h50 #define isc_mem_strdup(c, str) estrdup((str))
/macosx-10.10/ntp-92/include/
H A Dntp_stdlib.h65 extern char * estrdup (const char *);
71 #define estrdup(s) debug_estrdup((s), __FILE__, __LINE__) macro
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dsymbol.c83 s->gen_name = estrdup(name);
H A Dlex.l253 yylval.name = estrdup(buf);
266 yylval.name = estrdup ((const char *)yytext);
/macosx-10.10/swig-12/Lib/php/
H A Dglobalvar.i17 z_var->value.str.val = estrdup($1);
162 $1 = estrdup(s1);
264 (*z_var)->value.str.val = estrdup(c);
279 (*z_var)->value.str.val = estrdup($1);
314 (*z_var)->value.str.val = estrdup($1);
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dstring2key.c148 principal = estrdup(buf);
155 cell = estrdup(buf);
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dgenerate-requests.c54 w[n++] = estrdup (buf);
/macosx-10.10/Heimdal-398.1.2/appl/push/
H A Dpush.c241 tmp2 = tmp = estrdup(header_str);
588 ret = estrdup(hpo->hesiod_po_host);
589 *user = estrdup(hpo->hesiod_po_name);
611 ret = estrdup(hpo->po_host);
612 *user = estrdup(hpo->po_name);
652 *user = estrdup (pwd->pw_name);
/macosx-10.10/ntp-92/ntpd/
H A Dntp_filegen.c68 fgp->basename = estrdup(basename);
121 filename = estrdup(basename);
577 (*ppfe)->name = estrdup(name);
H A Dcmd_args.c125 user = estrdup(OPT_ARG( USER ));
/macosx-10.10/Heimdal-398.1.2/packages/mac/SnowLeopard10A/
H A Droken.h243 #define estrdup rk_estrdup macro
244 ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL estrdup (const char *);

Completed in 170 milliseconds

123