/freebsd/contrib/ntp/sntp/tests/ |
H A D | sntptest.c | 24 opts[0] = estrdup("sntpopts"); in ActivateOption() 25 opts[1] = estrdup(option); in ActivateOption() 26 opts[2] = estrdup(argument); in ActivateOption() 27 opts[3] = estrdup("127.0.0.1"); in ActivateOption()
|
H A D | kodFile.c | 90 kod_db_file = estrdup("kod-output-blank"); in test_WriteEmptyFile() 105 kod_db_file = estrdup("kod-output-single"); in test_WriteFileWithSingleEntry() 130 kod_db_file = estrdup("kod-output-multiple"); in test_WriteFileWithMultipleEntries()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_clockdev.c | 147 item->ttyName = ttyName ? estrdup(ttyName) : NULL; in clockdev_update() 148 item->ppsName = ppsName ? estrdup(ppsName) : NULL; in clockdev_update() 161 item->ttyName = ttyName ? estrdup(ttyName) : NULL; in clockdev_update() 162 item->ppsName = ppsName ? estrdup(ppsName) : NULL; in clockdev_update()
|
H A D | ntp_filegen.c | 67 fgp->dir = estrdup(dir); in filegen_init() 68 fgp->fname = estrdup(fname); in filegen_init() 449 gen->dir = estrdup(dir); in filegen_config() 454 gen->fname = estrdup(fname); in filegen_config() 590 (*ppfe)->name = estrdup(name); in filegen_register()
|
H A D | cmd_args.c | 137 user = estrdup(OPT_ARG( USER )); in getCmdOpts() 144 group = estrdup(group); in getCmdOpts()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 77 lineedit_prompt = estrdup(prompt); in ntp_readline_init() 192 line = estrdup(cline); in ntp_readline() 196 line = estrdup(""); in ntp_readline() 218 line = estrdup(line); in ntp_readline()
|
H A D | msyslog.c | 413 progname = estrdup(pname); in init_logging() 485 abs_fname = estrdup(log_fname); in change_logfile() 488 abs_fname = estrdup(log_fname); in change_logfile() 514 abs_fname = estrdup(log_fname); in change_logfile() 542 syslog_fname = estrdup(log_fname); in change_logfile()
|
/freebsd/sbin/fsck/ |
H A D | preen.c | 268 d->d_name = estrdup(name); in finddisk() 308 p->p_devname = estrdup(dev); in addpart() 309 p->p_mntpt = estrdup(mntpt); in addpart() 310 p->p_type = estrdup(type); in addpart()
|
H A D | fsutil.h | 42 char *estrdup(const char *);
|
H A D | fsck.c | 466 e->type = estrdup(type); in addentry() 467 e->options = estrdup(opts); in addentry() 506 s = estrdup(o); in catopt()
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 90 fi->name = estrdup("(stdin)"); in mtree_file_push() 92 fi->name = estrdup(name); in mtree_file_push() 178 res = estrdup(sbuf_data(sb)); in mtree_file_path() 208 res = estrdup(spec + quoted); in mtree_resolve() 272 res = estrdup(getprogname()); in mtree_resolve() 276 res = estrdup(v); in mtree_resolve() 429 n->name = estrdup(name); in create_node() 525 node->contents = estrdup(value); in read_mtree_keywords()
|
H A D | walk.c | 204 cur->symlink = estrdup(slink); in walk_dir() 223 cur->path = estrdup(path); in create_fsnode() 224 cur->name = estrdup(name); in create_fsnode() 457 curfsnode->symlink = estrdup(curnode->slink); in apply_specdir() 513 dirnode->symlink = estrdup(specnode->slink); in apply_specentry()
|
/freebsd/sbin/quotacheck/ |
H A D | preen.c | 78 extern char *estrdup(const char *); 234 d->d_name = estrdup(name); in finddisk() 257 p->p_devname = estrdup(blockcheck(fs->fs_spec)); in addpart()
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | push.c | 241 tmp2 = tmp = estrdup(header_str); in doit() 588 ret = estrdup(hpo->hesiod_po_host); in hesiod_get_pobox() 589 *user = estrdup(hpo->hesiod_po_name); in hesiod_get_pobox() 611 ret = estrdup(hpo->po_host); in hesiod_get_pobox() 612 *user = estrdup(hpo->po_name); in hesiod_get_pobox() 652 *user = estrdup (pwd->pw_name); in parse_pobox()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | dsl.c | 114 for (pdir = dir->parent, mountpoint = estrdup(dir->name);; in dsl_dir_get_mountpoint() 382 dir->name = estrdup(zfs->poolname); in dsl_dir_alloc() 383 dir->fullname = estrdup(zfs->poolname); in dsl_dir_alloc() 399 origname = dirname = nextdir = estrdup(name); in dsl_dir_alloc() 415 dir->fullname = estrdup(name); in dsl_dir_alloc() 416 dir->name = estrdup(dirname); in dsl_dir_alloc()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | string2key.c | 148 principal = estrdup(buf); in main() 155 cell = estrdup(buf); in main()
|
/freebsd/usr.sbin/jail/ |
H A D | jailparse.y | 80 global_jail->name = estrdup("*"); 199 $$->s = estrdup("");
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | estrdup.c | 46 estrdup (const char *str) in estrdup() function
|
/freebsd/sbin/rcorder/ |
H A D | ealloc.h | 4 char *estrdup(const char *str);
|
H A D | ealloc.c | 86 estrdup(const char *str) in estrdup() function
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.l | 253 yylval.name = estrdup(buf); 266 yylval.name = estrdup ((const char *)yytext);
|
H A D | asn1parse.y | 432 $$->gen_name = estrdup($1); 759 m->name = estrdup("..."); 760 m->gen_name = estrdup("asn1_ellipsis"); 771 $$->gen_name = estrdup($1); 815 $$->gen_name = estrdup($1);
|
/freebsd/contrib/bmake/ |
H A D | make_malloc.h | 38 #define bmake_strdup(s) estrdup(s)
|
/freebsd/lib/libnetbsd/ |
H A D | util.h | 44 char *estrdup(const char *);
|
/freebsd/contrib/ntp/include/isc/ |
H A D | mem.h | 61 ( ISC_MEM_UNUSED_ARG(c), estrdup(str) )
|