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

1 2 3 4 5 6 7 8 9

  /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
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/gdb.old/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);
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/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);
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/ibm-public/postfix/dist/src/util/
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...]
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.old/dist/gdb/
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
87 const std::string &fullname);
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
87 const std::string &fullname);
macrocmd.c 113 std::string fullname = macro_source_fullname (file);
116 fullname.c_str ()),
121 fullname = macro_source_fullname (file->included_by);
123 fputs_styled (fullname.c_str (), file_name_style.style (), stream);
111 std::string fullname = macro_source_fullname (file); local
  /src/external/gpl3/gdb/dist/gdb/
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
89 const std::string &fullname);
source-cache.h 78 std::string fullname; member in struct:source_cache::source_text
89 const std::string &fullname);
macrocmd.c 113 std::string fullname = macro_source_fullname (file);
116 fullname.c_str ()),
121 fullname = macro_source_fullname (file->included_by);
123 fputs_styled (fullname.c_str (), file_name_style.style (), stream);
111 std::string fullname = macro_source_fullname (file); local
  /src/usr.sbin/mscdlabel/
main.c 128 char fullname[MAXPATHLEN]; local
137 fd = opendisk(disk, O_RDWR, fullname, MAXPATHLEN, 0);
140 fd = opendisk(disk, O_RDONLY, fullname, MAXPATHLEN, 0);
main.c 128 char fullname[MAXPATHLEN]; local
137 fd = opendisk(disk, O_RDWR, fullname, MAXPATHLEN, 0);
140 fd = opendisk(disk, O_RDONLY, fullname, MAXPATHLEN, 0);
  /src/external/gpl3/gcc/dist/gcc/cp/
ptree.cc 176 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node),
429 auto fullname = decl_as_string (decl, 0); local
436 xloc.file, xloc.line, xloc.column, fullname);
ptree.cc 176 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node),
429 auto fullname = decl_as_string (decl, 0); local
436 xloc.file, xloc.line, xloc.column, fullname);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
ptree.cc 161 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node),
413 auto fullname = decl_as_string (decl, 0); local
420 xloc.file, xloc.line, xloc.column, fullname);
ptree.cc 161 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node),
413 auto fullname = decl_as_string (decl, 0); local
420 xloc.file, xloc.line, xloc.column, fullname);
  /src/usr.sbin/memswitch/
memswitch.c 159 char fullname[50]; local
163 snprintf(fullname, sizeof(fullname), "%s.%s",
165 if (strcmp(name, fullname) == 0 || strcmp(name, properties[i].class) == 0) {
168 printf("%s=%s\n", fullname, valuestr);
254 char fullname[50]; local
258 snprintf(fullname, sizeof(fullname), "%s.%s",
260 if (strcmp(name, fullname) == 0) {
263 printf("%s=", fullname);
    [all...]
memswitch.c 159 char fullname[50]; local
163 snprintf(fullname, sizeof(fullname), "%s.%s",
165 if (strcmp(name, fullname) == 0 || strcmp(name, properties[i].class) == 0) {
168 printf("%s=%s\n", fullname, valuestr);
254 char fullname[50]; local
258 snprintf(fullname, sizeof(fullname), "%s.%s",
260 if (strcmp(name, fullname) == 0) {
263 printf("%s=", fullname);
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_filegen.c 106 char *fullname; /* name with any designation extension */ local
117 fullname = emalloc(len);
122 suflen = strlcpy(fullname, filename, len);
123 suffix = fullname + suflen;
126 /* last octet of fullname set to '\0' for truncation check */
127 fullname[len - 1] = '\0';
204 if ('\0' != fullname[len - 1]) {
205 fullname[len - 1] = '\0';
207 fullname);
285 gen->type, stamp, fullname));
    [all...]
ntp_filegen.c 106 char *fullname; /* name with any designation extension */ local
117 fullname = emalloc(len);
122 suflen = strlcpy(fullname, filename, len);
123 suffix = fullname + suflen;
126 /* last octet of fullname set to '\0' for truncation check */
127 fullname[len - 1] = '\0';
204 if ('\0' != fullname[len - 1]) {
205 fullname[len - 1] = '\0';
207 fullname);
285 gen->type, stamp, fullname));
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-shard.c 243 const char *fullname local
251 fullname,
254 linkage->canonical = fullname;

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 9