/freebsd-head/contrib/binutils/binutils/ |
H A D | version.c | 29 print_version (const char *name) argument 33 printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
|
H A D | arsup.h | 22 char *name; member in struct:list
|
/freebsd-head/contrib/ipfilter/lib/ |
H A D | printlookup.c | 17 char name[32]; local 38 strncpy(name, base + addr->iplookupname, sizeof(name)); 39 name[sizeof(name) - 1] = '\0'; 40 PRINTF("%s", name);
|
/freebsd-head/lib/libutil/ |
H A D | auth.c | 41 auth_getval(const char *name) argument 44 (void)name;
|
/freebsd-head/lib/libc/gen/ |
H A D | uname.c | 15 * 3. Neither the name of the University nor the names of its contributors 46 uname(struct utsname *name) argument 48 return __xuname(32, name);
|
H A D | getbootfile.c | 15 * 3. Neither the name of the University nor the names of its contributors 45 static char name[MAXPATHLEN]; local 46 size_t size = sizeof name; 51 if (sysctl(mib, 2, name, &size, NULL, 0) == -1) 53 return (name);
|
H A D | gethostname.c | 15 * 3. Neither the name of the University nor the names of its contributors 43 gethostname(char *name, size_t namelen) argument 49 if (sysctl(mib, 2, name, &namelen, NULL, 0) == -1) {
|
H A D | setdomainname.c | 15 * 3. Neither the name of the University nor the names of its contributors 42 setdomainname(const char *name, int namelen) argument 48 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
|
H A D | sethostname.c | 15 * 3. Neither the name of the University nor the names of its contributors 42 sethostname(const char *name, int namelen) argument 48 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
|
/freebsd-head/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_termname.c | 24 * Except as contained in this notice, the name(s) of the above copyright * 37 char *name = 0; local 43 name = TerminalOf(SP_PARM)->_termname; 47 name = cur_term->_termname; 50 returnPtr(name);
|
/freebsd-head/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | symbol.c | 18 * information: Portions Copyright [yyyy] [name of copyright owner] 35 ignore_symbol(GElf_Sym *sym, const char *name) argument 50 if (strcmp(name, "_START_") == 0 || strcmp(name, "_END_") == 0)
|
/freebsd-head/contrib/binutils/libiberty/ |
H A D | lbasename.c | 23 @deftypefn Replacement {const char*} lbasename (const char *@var{name}) 49 lbasename (const char *name) argument 54 /* Skip over a possible disk name. */ 55 if (ISALPHA (name[0]) && name[1] == ':') 56 name += 2; 59 for (base = name; *name; name++) 60 if (IS_DIR_SEPARATOR (*name)) [all...] |
/freebsd-head/crypto/heimdal/lib/gssapi/krb5/ |
H A D | release_name.c | 17 * 3. Neither the name of the Institute nor the names of its contributors 42 krb5_principal name = (krb5_principal)*input_name; local 50 krb5_free_principal(context, name);
|
/freebsd-head/sys/contrib/ngatm/netnatm/msg/ |
H A D | uniprint.h | 44 const char *name; member in struct:uni_print_tbl
|
/freebsd-head/crypto/heimdal/lib/roken/ |
H A D | initgroups.c | 17 * 3. Neither the name of the Institute nor the names of its contributors 39 initgroups(const char *name, gid_t basegid) argument
|
/freebsd-head/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.h | 15 * 2. The name of the author may not be used to endorse or promote products 36 const char *name; member in struct:command_def
|
/freebsd-head/contrib/nvi/regex/ |
H A D | cname.h | 19 * 3. Neither the name of the University nor the names of its contributors 38 /* character-name table */ 40 const RCHAR_T *name; member in struct:cname
|
/freebsd-head/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_tar_concatenated.c | 37 char name[] = "test_read_format_tar_concatenated.tar"; local 48 extract_reference_file(name); 49 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_filename(a, name, 10240)); 70 extract_reference_file(name); 71 assertEqualIntA(a, ARCHIVE_OK, archive_read_open_filename(a, name, 10240));
|
H A D | test_read_too_many_filters.c | 29 const char *name = "test_read_too_many_filters.gz"; local 39 extract_reference_file(name); 41 archive_read_open_filename(a, name, 200));
|
/freebsd-head/stand/efi/include/ |
H A D | efi_drivers.h | 35 const char *name; member in struct:efi_driver_t
|
/freebsd-head/lib/libc/regex/ |
H A D | cname.h | 19 * 3. Neither the name of the University nor the names of its contributors 39 /* character-name table */ 41 const char *name; member in struct:cname
|
/freebsd-head/crypto/openssl/crypto/ |
H A D | getenv.c | 17 char *ossl_safe_getenv(const char *name) argument 22 return secure_getenv(name); 29 return getenv(name);
|
/freebsd-head/contrib/bearssl/inc/ |
H A D | bearssl.h | 150 /** \brief Configurable option name. */ 151 const char *name; member in struct:__anon9 164 * The returned array is terminated by an entry whose `name` is `NULL`.
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.h | 20 static StringRef name() { return "LibCallsShrinkWrapPass"; } function in class:llvm::LibCallsShrinkWrapPass
|
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 44 uint32_t ABIX86::GetGenericNum(llvm::StringRef name) { argument 45 return llvm::StringSwitch<uint32_t>(name)
|