Searched refs:fullname (Results 1 - 25 of 184) sorted by relevance

12345678

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dfullname.h8 /* fullname 3h
12 /* #include <fullname.h>
18 extern const char *fullname(void);
H A Dfullname.c5 /* fullname 3
9 /* #include <fullname.h>
11 /* const char *fullname()
13 /* fullname() looks up the personal name of the invoking user.
17 /* On UNIX systems, fullname() first tries to use the NAME environment
19 /* If that fails, fullname() extracts the username from the GECOS
50 #include "fullname.h"
52 /* fullname - get name of user */
54 const char *fullname(void) function
107 const char *cp = fullname();
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-location.c74 const char *fullname = (symtab == nullptr local
77 bool location_changed_p = fullname != m_full_name;
78 m_full_name = std::string (fullname);
/netbsd-current/lib/libcurses/
H A Dfullname.c1 /* $NetBSD: fullname.c,v 1.12 2017/01/06 13:53:18 roy Exp $ */
35 static char sccsid[] = "@(#)fullname.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: fullname.c,v 1.12 2017/01/06 13:53:18 roy Exp $");
44 * fullname --
49 fullname(const char *bp, char *def) function
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dte-vms.c118 char * fullname; local
172 fullname = concat (dirname, filename, NULL);
173 tryfile = to_vms_file_spec (fullname);
191 free (fullname);
201 free (fullname);
215 free (fullname);
236 free (fullname);
242 free (fullname);
251 free (fullname);
257 free (fullname);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dte-vms.c118 char * fullname; local
172 fullname = concat (dirname, filename, NULL);
173 tryfile = to_vms_file_spec (fullname);
191 free (fullname);
201 free (fullname);
215 free (fullname);
236 free (fullname);
242 free (fullname);
251 free (fullname);
257 free (fullname);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dte-vms.c118 char * fullname; local
172 fullname = concat (dirname, filename, NULL);
173 tryfile = to_vms_file_spec (fullname);
191 free (fullname);
201 free (fullname);
215 free (fullname);
236 free (fullname);
242 free (fullname);
251 free (fullname);
257 free (fullname);
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dremove.c148 error (0, errno, "unable to remove %s", finfo->fullname);
169 error (0, errno, "unable to remove %s", finfo->fullname);
183 finfo->fullname);
188 error (0, 0, "nothing known about `%s'", finfo->fullname);
204 error (0, 0, "removed `%s'", finfo->fullname);
216 finfo->fullname);
232 finfo->fullname, vers->tag);
240 finfo->fullname, vers->date);
270 error (0, 0, "scheduling `%s' for removal", finfo->fullname);
H A Dclassify.c69 finfo->fullname);
83 program_name, finfo->fullname);
95 program_name, finfo->fullname);
104 finfo->fullname);
129 finfo->fullname);
154 finfo->fullname);
166 finfo->fullname);
213 finfo->fullname);
222 finfo->fullname);
238 finfo->fullname);
[all...]
H A Dedit.h42 void editors_output (const char *fullname, const char *them);
H A Ddiff.c582 finfo->fullname);
588 error (0, 0, "I know nothing about %s", finfo->fullname);
643 finfo->fullname);
655 finfo->fullname);
664 finfo->fullname);
671 error (0, 0, "cannot find %s", finfo->fullname);
702 cvs_output (finfo->fullname, 0);
732 label2 = make_file_label (finfo->fullname, use_rev2,
739 label1 = make_file_label (finfo->fullname, use_rev1,
746 /* This is fullname, no
[all...]
H A Dcheckin.c44 error (1, errno, "cannot remove %s", finfo->fullname);
99 finfo->fullname);
135 finfo->fullname);
148 error (0, 0, "could not check in %s", finfo->fullname);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsource-cache.c94 const std::string &fullname)
134 m_offset_cache.emplace (fullname, std::move (offsets));
199 std::string fullname = symtab_to_fullname (s); local
204 if (m_source_map[i].fullname == fullname)
208 gdb_assert (m_offset_cache.find (fullname)
223 contents = get_plain_source_lines (s, fullname);
254 highlighter->highlight (input, output, lang_name, fullname);
273 ext_contents = ext_lang_colorize (fullname, contents);
279 source_text result = { std::move (fullname), st
93 get_plain_source_lines(struct symtab *s, const std::string &fullname) argument
298 std::string fullname = symtab_to_fullname (s); local
[all...]
H A Dsource-cache.h77 std::string fullname; member in struct:source_cache::source_text
86 const std::string &fullname);
/netbsd-current/external/gpl2/dtc/dist/
H A Dsrcpos.c104 char *fullname; local
107 fullname = xstrdup(fname);
109 fullname = join_path(dirname, fname);
111 *fp = fopen(fullname, "rb");
113 free(fullname);
114 fullname = NULL;
117 return fullname;
133 char *fullname; local
139 fullname = try_open(cur_dir, fname, fp);
143 fullname
151 char *fullname; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource-cache.c53 const std::string &fullname)
92 m_offset_cache.emplace (fullname, std::move (offsets));
157 std::string fullname = symtab_to_fullname (s); local
162 if (m_source_map[i].fullname == fullname)
167 gdb_assert (m_offset_cache.find (fullname)
182 contents = get_plain_source_lines (s, fullname);
213 highlighter->highlight (input, output, lang_name, fullname);
232 ext_contents = ext_lang_colorize (fullname, contents);
238 source_text result = { std::move (fullname), st
52 get_plain_source_lines(struct symtab *s, const std::string &fullname) argument
253 std::string fullname = symtab_to_fullname (s); local
[all...]
H A Dsource-cache.h77 std::string fullname; member in struct:source_cache::source_text
86 const std::string &fullname);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-dprintf.exp63 -fullname ".*mi-dprintf.c"]
68 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \
75 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c"]
77 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-dprintf.exp57 -fullname ".*mi-dprintf.c"]
62 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \
69 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c"]
71 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Ddglib.pm50 my $fullname = "";
52 $fullname .= "/" if $fullname;
53 $fullname .= $group;
54 if(exists($groups->{$fullname})) {
55 $parent = $groups->{$fullname};
58 $groups->{$fullname} = $newgroup;
76 # fullname:
77 # If set to 0, the fullname key will not be included in tests.
83 # fullname
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddglib.pm50 my $fullname = "";
52 $fullname .= "/" if $fullname;
53 $fullname .= $group;
54 if(exists($groups->{$fullname})) {
55 $parent = $groups->{$fullname};
58 $groups->{$fullname} = $newgroup;
76 # fullname:
77 # If set to 0, the fullname key will not be included in tests.
83 # fullname
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-file.c55 /* Print to the user the line, filename and fullname. */
59 uiout->field_string ("fullname", symtab_to_fullname (st.symtab));
68 print_partial_file_name (const char *filename, const char *fullname, argument
77 if (fullname)
78 uiout->field_string ("fullname", fullname);
104 uiout->field_string ("fullname", symtab_to_fullname (s));
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Ddescend.sh17 fullname=$0
114 $fullname $options "$command" "$file" \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-stack.h66 void set_locator_fullname (const char *fullname);
H A Dtui-stack.c255 tui_locator_window::set_locator_fullname (const char *fullname)
257 full_name = fullname;
272 const char *fullname = (sal.symtab == nullptr
280 locator_changed_p |= full_name != fullname;
286 set_locator_fullname (fullname);
297 const char *fullname;
299 fullname = symtab_to_fullname (symtab);
301 fullname = "??";
302 locator->set_locator_fullname (fullname);
254 set_locator_fullname(const char *fullname) argument
271 const char *fullname = (sal.symtab == nullptr local
296 const char *fullname; local

Completed in 402 milliseconds

12345678