Searched refs:xstrdup (Results 126 - 150 of 345) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-aix.c264 msg = xstrdup("(none)");
394 principal = xstrdup(authname);
/freebsd-9.3-release/usr.bin/csup/
H A Dmain.c162 override->co_base = xstrdup(optarg);
181 override->co_host = xstrdup(optarg);
H A Dmisc.c441 xstrdup(const char *str) function
486 p->patterns[p->in++] = xstrdup(pattern);
636 modrev = xstrdup(revnum);
H A Dfixups.c87 fixup->f_name = xstrdup(name);
/freebsd-9.3-release/usr.bin/m4/
H A Dmisc.c335 xstrdup(const char *s) function
371 f->name = xstrdup(name);
/freebsd-9.3-release/contrib/binutils/gas/
H A Das.c665 itbl_files->name = xstrdup (optarg);
779 listing_filename = xstrdup (optarg);
830 listing_filename = xstrdup (optarg + 1);
856 char *temp = xstrdup (optarg);
863 out_file_name = xstrdup (optarg);
/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c479 where_location = xstrdup (where);
647 oldupdate = xstrdup (preload_update_dir);
795 preload_update_dir = xstrdup (where);
829 head->dirpath = xstrdup (where);
835 reposcopy = xstrdup (repository);
H A Dlogmsg.c160 tag = xstrdup (li->tag);
576 last_template = xstrdup (template);
914 prog = xstrdup (filter);
970 editinfo_editor = xstrdup (editor);
986 verifymsg_script = xstrdup (script);
H A Dclient.c167 char *this_argv_elem = xstrdup (d); /* this argv element */
340 return xstrdup(buf);
1183 reposdirname = xstrdup (short_repos);
1193 dir_name = xstrdup (pathname);
1686 stored_mode = xstrdup (args);
1791 scratch_entries = xstrdup (entries_line);
2188 failed_patches[failed_patches_count] = xstrdup (short_pathname);
2668 p->dir = xstrdup (dir);
2770 n->key = xstrdup (update_dir);
2860 last_repos = xstrdup (repo
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dman.c157 file_buffer->filename = xstrdup (MANPAGE_FILE_BUFFER_NAME);
158 file_buffer->fullpath = xstrdup (MANPAGE_FILE_BUFFER_NAME);
452 node->nodename = xstrdup (tag->nodename);
637 entry->filename = xstrdup (node->filename);
638 entry->nodename = xstrdup (entry->label);
H A Dsession.c941 next_nodename = xstrdup (info_parsed_nodename);
1053 pnode = xstrdup (info_parsed_nodename);
1728 filename = xstrdup (filename);
1731 nodename = xstrdup (entry->nodename);
1733 nodename = xstrdup ("Top");
1743 file_system_error = xstrdup (info_recent_file_error);
1751 file_system_error = xstrdup (info_recent_file_error);
1804 filename = xstrdup (info_parsed_filename);
1808 filename = xstrdup (window->node->parent);
1810 filename = xstrdup (windo
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c152 def->source_file = xstrdup (source_file);
353 text = xstrdup (text); /* so we can free it */
882 /* The following xstrdup is so we can relocate input_text at will. */
883 input_text = xstrdup (execution_string);
884 input_filename = xstrdup (input_filename);
1026 return alias_expand (xstrdup (findit->mapto));
H A Dlang.c663 unknown_encoding = xstrdup (enc_arg);
690 return xstrdup (encoding_table[document_encoding_code].encname);
692 return xstrdup (unknown_encoding);
694 return xstrdup ("");
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c307 ntdp->t_name = xstrdup(ii->ii_name);
319 ntdp->t_name = xstrdup(ii->ii_name);
327 ntdp->t_name = xstrdup(ii->ii_name);
364 tdp->t_name = xstrdup(idp->ii_name);
371 rtdp->t_name = xstrdup(idp->ii_name);
377 rtdp->t_name = idp->ii_name ? xstrdup(idp->ii_name) : NULL;
837 newtdp->t_name = xstrdup(template->t_name);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c960 dll_name = xstrdup (image_basename);
998 d->text = xstrdup (desc);
1007 d->text = xstrdup (dir);
1020 new_directive (xstrdup (b));
1031 new_directive (xstrdup (b));
1051 q->functail->name = xstrdup (symbol_name);
1059 q->dllname = xstrdup (dll_name);
1064 q->functail->name = xstrdup (symbol_name);
1151 new_directive (xstrdup (buf));
1302 char *exported_name = xstrdup (
[all...]
H A Drddbg.c296 sc = xstrdup (s);
390 saved_stabs[saved_stabs_index].string = xstrdup (string);
/freebsd-9.3-release/contrib/gcc/
H A Dprefix.c274 result = xstrdup (path);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-msdos.c118 ms->files[i] = xstrdup (name);
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dsystem.h272 extern char *xstrdup (const char *);
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dutil.c48 xstrdup(const char *src) function
/freebsd-9.3-release/crypto/openssh/
H A Dgss-serv-krb5.c183 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
H A Dssh-keygen.c265 pass = xstrdup(identity_passphrase);
1254 old_passphrase = xstrdup(identity_passphrase);
1272 passphrase1 = xstrdup(identity_new_passphrase);
1369 passphrase = xstrdup(identity_passphrase);
1371 passphrase = xstrdup(identity_new_passphrase);
1384 passphrase = xstrdup("");
1605 otmp = tmp = xstrdup(cert_principals);
1609 if (*(plist[n] = xstrdup(cp)) == '\0')
1628 public->cert->key_id = xstrdup(cert_key_id);
1752 from = xstrdup(timespe
[all...]
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c111 static char *xstrdup(const char *);
224 xstrdup(const char *str) function
536 msg->str = xstrdup((char *) (data + mcMsg.msg.off));
734 p->str = xstrdup(str);
/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c169 appstrg(lstp, xstrdup(s));
185 dest[i + k] = xstrdup(src[k]);
481 outputfn = xstrdup(optarg);
494 libexec_path = xstrdup(optarg);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmisc.c355 last_file = xstrdup (filename);
358 last_function = xstrdup (functionname);

Completed in 326 milliseconds

1234567891011>>