Searched refs:name (Results 176 - 200 of 6534) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/ncurses/menu/
H A Dm_hook.c23 * Except as contained in this notice, the name(s) of the above copyright *
43 #define GEN_HOOK_SET_FUNCTION( typ, name ) \
44 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
46 T((T_CALLED("set_" #typ "_" #name "(%p,%p)"), menu, func));\
47 (Normalize_Menu(menu) -> typ ## name = func );\
52 #define GEN_HOOK_GET_FUNCTION( typ, name ) \
53 NCURSES_IMPEXP Menu_Hook NCURSES_API typ ## _ ## name ( const MENU *menu )\
55 T((T_CALLED(#typ "_" #name "(%p)"), menu));\
56 returnMenuHook(Normalize_Menu(menu) -> typ ## name);\
/freebsd-10.2-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.h45 #define HEADER_TC(name, hdrname) \
46 ATF_TC(name); \
47 ATF_TC_HEAD(name, tc) \
52 ATF_TC_BODY(name, tc) \
57 #define BUILD_TC(name, sfile, descr, failmsg) \
58 ATF_TC(name); \
59 ATF_TC_HEAD(name, tc) \
63 ATF_TC_BODY(name, tc) \
/freebsd-10.2-release/contrib/binutils/gas/
H A Doutput-file.h24 void output_file_create (char *name);
/freebsd-10.2-release/contrib/binutils/include/aout/
H A Dranlib.h34 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
40 Third, a longword containing the length of symbol name strings.
41 Fourth, zero or more symbol name strings (each followed by a null). */
48 char *name; /* In memory, sometimes */ member in union:symdef::__anon377
61 #define ran_name name
/freebsd-10.2-release/sys/powerpc/include/
H A Dasm.h17 * 4. The name of TooLs GmbH may not be used to endorse or promote products
65 #define DOT_LABEL(name) __CONCAT(.,name)
66 #define TYPE_ENTRY(name) .size name,24; \
67 .type DOT_LABEL(name),@function; \
68 .globl DOT_LABEL(name);
69 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name);
[all...]
/freebsd-10.2-release/etc/periodic/security/
H A D460.chkportsum54 for) name="${3%%:}" ;;
55 *) name='??' ;;
59 *) [ -n "${name}" ] &&
60 echo "${name}: ${line%% fails the original MD5 checksum}"
/freebsd-10.2-release/etc/rc.d/
H A Dccd11 name="ccd"
23 load_rc_config $name
H A Ddmesg13 name="dmesg"
25 load_rc_config $name
H A Dhostid_save12 name="hostid_save"
27 load_rc_config $name
H A Dnisdomain35 name="nisdomain"
53 load_rc_config $name
H A Dpwcheck12 name="pwcheck"
26 load_rc_config $name
H A Dquota15 name="quota"
17 load_rc_config $name
H A Dresolv36 name="resolv"
39 load_rc_config $name
44 if [ -n "`/bin/kenv dhcp.domain-name-servers 2> /dev/null`" ]; then
45 interface="`/bin/kenv boot.netif.name`"
47 if [ -n "`/bin/kenv dhcp.domain-name 2> /dev/null`" ]; then
48 echo domain `/bin/kenv dhcp.domain-name`
51 set -- `/bin/kenv dhcp.domain-name-servers`
H A Dswaplate12 name="swaplate"
/freebsd-10.2-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf18 # name "any char" ; - to set user friendly device name
39 name "Default entry";
46 name "Ericsson T68 phone";
53 name "3COM PCCARD";
60 name "Dummy";
/freebsd-10.2-release/contrib/texinfo/info/
H A Ddribble.h33 extern void open_dribble_file (char *name);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Disqemu.h18 * 3. Neither the name of The NetBSD Foundation nor the names of its
44 char name[1024]; local
45 size_t len = sizeof(name);
47 if (sysctlbyname("machdep.cpu_brand", name, &len, NULL, 0) == -1) {
52 return strstr(name, "QEMU") != NULL;
H A Dt_setdomainname.c59 char name[MAXHOSTNAMELEN]; local
64 (void)memset(name, 0, sizeof(name));
72 ATF_REQUIRE_EQ(sizeof(name), MAXHOSTNAMELEN);
75 ATF_REQUIRE(getdomainname(name, sizeof(name) - 1) == 0);
78 ATF_REQUIRE(getdomainname(name, sizeof(name)) == 0);
80 ATF_REQUIRE(strcmp(domains[i], name) == 0);
94 atf_tc_set_md_var(tc, "descr", "Too long domain name error
100 char name[MAXHOSTNAMELEN + 1]; local
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/config/
H A Dtm-sunos.h26 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \
/freebsd-10.2-release/contrib/gdb/gdb/regformats/
H A Dregdef.h26 /* The name of this register - NULL for pad entries. */
27 const char *name; member in struct:reg
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 int ignore_symbol(GElf_Sym *sym, const char *name);
/freebsd-10.2-release/contrib/byacc/
H A Dsymtab.c15 hash(const char *name) argument
20 assert(name && *name);
21 s = name;
30 make_bucket(const char *name) argument
34 assert(name != 0);
42 bp->name = TMALLOC(char, strlen(name) + 1);
43 NO_SPACE(bp->name);
57 strcpy(bp->name, nam
63 lookup(const char *name) argument
[all...]
/freebsd-10.2-release/contrib/expat/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
13 int filemap(const char *name,
/freebsd-10.2-release/bin/sh/
H A Dalias.h16 * 4. Neither the name of the University nor the names of its contributors
40 char *name; member in struct:alias
/freebsd-10.2-release/sys/netinet6/
H A Draw_ip6.h13 * 3. Neither the name of the project nor the names of its contributors
54 #define RIP6STAT_ADD(name, val) \
55 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
56 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1)

Completed in 267 milliseconds

1234567891011>>