HomeSort by: relevance | last modified time | path
    Searched refs:fullname (Results 1 - 25 of 207) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/ibm-public/postfix/dist/src/util/
fullname.h 1 /* $NetBSD: fullname.h,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
8 /* fullname 3h
12 /* #include <fullname.h>
18 extern const char *fullname(void);
fullname.c 1 /* $NetBSD: fullname.c,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
5 /* 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
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
sources.py 33 def make_source(fullname, filename=None):
36 FULLNAME is the full name. This is used as the key.
38 computed from FULLNAME.
41 if fullname in _source_map:
42 result = _source_map[fullname]
45 filename = os.path.basename(fullname)
49 "path": fullname,
52 if not os.path.exists(fullname):
60 _source_map[fullname] = result
85 result.append(make_source(elt["fullname"], elt["file"])
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
sources.py 35 def make_source(fullname, filename=None):
38 FULLNAME is the full name. This is used as the key.
40 computed from FULLNAME.
43 if fullname in _source_map:
44 result = _source_map[fullname]
47 filename = os.path.basename(fullname)
51 "path": fullname,
54 if not os.path.exists(fullname):
62 _source_map[fullname] = result
87 result.append(make_source(elt["fullname"], elt["file"])
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-location.c 71 const char *fullname = (symtab == nullptr local
74 bool location_changed_p = fullname != m_full_name;
75 m_full_name = std::string (fullname);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-location.c 73 const char *fullname = (symtab == nullptr local
76 bool location_changed_p = fullname != m_full_name;
77 m_full_name = std::string (fullname);
  /src/external/gpl3/gdb/dist/gdb/
source-cache.c 97 const std::string &fullname)
137 m_offset_cache.emplace (fullname, std::move (offsets));
197 /* Try to highlight CONTENTS from file FULLNAME in language LANG using
204 const std::string &fullname ATTRIBUTE_UNUSED)
236 detected_lang = langmap->getMappedFileNameFromFileName (fullname);
244 highlighter->highlight (input, output, lang_name, fullname);
275 const std::string fullname = "test.c"; local
283 res = try_source_highlight (styled_prog, language_c, fullname);
311 std::string fullname = symtab_to_fullname (s); local
316 if (m_source_map[i].fullname == fullname
396 std::string fullname = symtab_to_fullname (s); local
    [all...]
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
87 const std::string &fullname);
  /src/external/gpl3/gdb.old/dist/gdb/
source-cache.c 97 const std::string &fullname)
137 m_offset_cache.emplace (fullname, std::move (offsets));
197 /* Try to highlight CONTENTS from file FULLNAME in language LANG using
204 const std::string &fullname ATTRIBUTE_UNUSED)
236 detected_lang = langmap->getMappedFileNameFromFileName (fullname);
244 highlighter->highlight (input, output, lang_name, fullname);
275 const std::string fullname = "test.c"; local
283 res = try_source_highlight (styled_prog, language_c, fullname);
305 std::string fullname = symtab_to_fullname (s); local
310 if (m_source_map[i].fullname == fullname
390 std::string fullname = symtab_to_fullname (s); local
    [all...]
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
87 const std::string &fullname);
  /src/lib/libcurses/
fullname.c 1 /* $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
  /src/external/gpl3/binutils/dist/gas/config/
te-vms.c 118 char * fullname; local
172 fullname = concat (dirname, filename, (const char *) 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...]
  /src/external/gpl3/binutils.old/dist/gas/config/
te-vms.c 118 char * fullname; local
172 fullname = concat (dirname, filename, (const char *) 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...]
  /src/external/gpl2/xcvs/dist/src/
remove.c 148 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);
classify.c 69 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...]
edit.h 42 void editors_output (const char *fullname, const char *them);
diff.c 582 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, not file, possibly despite the POSIX.
    [all...]
checkin.c 44 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);
add.c 301 finfo.fullname = xstrdup (argv[i]);
361 error (0, 0, "nothing known about `%s'", finfo.fullname);
376 finfo.fullname);
441 finfo.fullname, vers->tag);
449 finfo.fullname);
462 " of the", finfo.fullname);
509 finfo.fullname);
516 finfo.fullname, prev);
551 finfo.fullname, bbuf, vers->vn_rcs);
589 finfo.fullname);
    [all...]
  /src/external/gpl2/dtc/dist/
srcpos.c 104 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 = try_open(node->dirname, fname, fp)
151 char *fullname; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dglib.pm 50 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: Fully-qualified name of the test
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
dglib.pm 50 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: Fully-qualified name of the test
    [all...]
  /src/external/gpl2/xcvs/dist/contrib/
descend.sh 17 fullname=$0
114 $fullname $options "$command" "$file" \
  /src/distrib/sets/
fmt-list 108 local category_align, prefix, fullname, flags_align, category, flags =
110 if fullname == nil then
111 category_align, prefix, fullname, category =
114 if fullname == nil then
115 prefix, fullname = line:match("^(%-)(%.%S*)$")
117 if fullname == nil then
121 local dirname, basename = fullname:match("^(.+)/([^/]+)$")
123 dirname, basename = "", fullname
136 fullname = fullname,
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-dprintf.exp 61 -fullname ".*mi-dprintf.c"]
66 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \
73 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c"]
75 -file ".*mi-dprintf.c" -fullname ".*mi-dprintf.c" \

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 9