Searched refs:name (Results 76 - 100 of 7533) sorted by relevance

1234567891011>>

/openbsd-current/lib/libmenu/
H A Dm_attribs.c26 * Except as contained in this notice, the name(s) of the above copyright *
54 #define GEN_MENU_ATTR_SET_FCT( name ) \
55 MENU_EXPORT(int) NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \
57 T((T_CALLED("set_menu_" #name "(%p,%s)"), (void *) menu, _traceattr(attr))); \
60 if (menu && ( menu -> name != attr))\
62 (menu -> name) = attr;\
65 Normalize_Menu( menu ) -> name = attr;\
70 #define GEN_MENU_ATTR_GET_FCT( name ) \
71 MENU_EXPORT(chtype) NCURSES_API menu_ ## name (const MENU * menu)\
73 T((T_CALLED("menu_" #name "(
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/config/arm/
H A Dtm-linux.h34 #define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) 0
46 extern CORE_ADDR arm_in_solib_dynsym_resolve_code (CORE_ADDR pc, char *name);
49 extern CORE_ADDR in_svr4_dynsym_resolve_code (CORE_ADDR pc, char *name);
59 int arm_linux_in_sigtramp (CORE_ADDR pc, char *name);
60 #define DEPRECATED_IN_SIGTRAMP(pc, name) arm_linux_in_sigtramp (pc, name)
/openbsd-current/gnu/llvm/libunwind/src/
H A Dassembly.h116 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
120 #define SYMBOL_IS_FUNC(name)
121 #define HIDDEN_SYMBOL(name) .private_extern name
123 #define EXPORT_SYMBOL(name) HIDDEN_SYMBOL(name)
125 #define EXPORT_SYMBOL(name)
127 #define WEAK_ALIAS(name, aliasname) \
130 SYMBOL_NAME(aliasname) = SYMBOL_NAME(name)
[all...]
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dsystem.c40 os2_stat (name, buffer)
41 const char *name;
44 int rc = stat (name, buffer);
58 os2_chdir (name)
59 const char *name;
61 return _chdir2 (name);
85 os2_fnmatch (pattern, name, flags)
87 const char *name;
90 return fnmatch (pattern, name, _FNM_IGNORECASE | _FNM_OS2 | flags);
/openbsd-current/lib/libc/yp/
H A Dypexclude.c14 * 3. Neither the name of the University of California nor the names of its
36 __ypexclude_add(struct _ypexclude **headp, const char *name) argument
40 if (name[0] == '\0') /* skip */
46 new->name = strdup(name);
47 if (new->name == NULL) {
58 __ypexclude_is(struct _ypexclude **headp, const char *name) argument
63 if (strcmp(curr->name, name) == 0)
76 free((void *)curr->name);
[all...]
/openbsd-current/lib/libform/
H A Dfld_attr.c25 * Except as contained in this notice, the name(s) of the above copyright *
43 #define GEN_FIELD_ATTR_SET_FCT( name ) \
44 FORM_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
47 T((T_CALLED("set_field_" #name "(%p,%s)"), (void *)field, _traceattr(attr)));\
53 if ((field -> name) != attr)\
55 field -> name = attr;\
68 #define GEN_FIELD_ATTR_GET_FCT( name ) \
69 FORM_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
71 T((T_CALLED("field_" #name "(%p)"), (const void *) field));\
72 returnAttr( A_ATTRIBUTES & (Normalize_Field( field ) -> name) );\
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbudemang.c39 demangle (bfd *abfd, const char *name) argument
45 if (abfd != NULL && bfd_get_symbol_leading_char (abfd) == name[0])
46 ++name;
52 pre = name;
53 while (*name == '.')
54 ++name;
55 pre_len = name - pre;
58 suf = strchr (name, '@');
61 alloc = xmalloc (suf - name + 1);
62 memcpy (alloc, name, su
[all...]
/openbsd-current/sys/arch/macppc/dev/
H A Dmaci2c.c34 char name[32]; local
46 bzero(name, sizeof name);
47 if (OF_getprop(node, "compatible", &name,
48 sizeof name) && name[0])
49 ia.ia_name = name;
51 OF_getprop(node, "name", &name,
52 sizeof name)
[all...]
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dcheckcase.t2 # Finds the files that have the same name, case insensitively in the build tree
22 my $name = $File::Find::name;
24 $name =~ s/^\..//;
27 return if $name =~ m!\A[Mm]akefile\z!;
29 if ($name eq '.git') {
32 # --prune, # someone pushing a branch upstream with a name
40 push @{$files{lc $name}}, $name;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dyamlish-output.t76 { name => 'Array reference',
80 { name => 'Closure',
84 { name => 'Scalar',
94 my $name = $dest->{name};
95 ok my $yaml = TAP::Parser::YAMLish::Writer->new, "$name: Created";
100 is_deeply $got, $out, "$name: Result matches";
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dns_2.c27 dns_name_t name; local
34 dns_name_init(&name, NULL);
38 dns_name_fromregion(&name, &region);
40 sub = name_prefix(&name, tctx->origin, &prefix);
47 dns_name_t name; local
56 dns_name_init(&name, NULL);
57 return (dns_name_fromwire(&name, source, dctx, options, target));
62 dns_name_t name; local
71 dns_name_init(&name, offsets);
73 dns_name_fromregion(&name,
82 dns_name_t name; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/
H A Dconstants.h24 constant_7 (pTHX_ const char *name, IV *iv_return) { argument
29 switch (name[6]) {
31 if (memEQ(name, "Z_FIXE", 6)) {
42 if (memEQ(name, "OS_COD", 6)) {
53 if (memEQ(name, "Z_ASCI", 6)) {
64 if (memEQ(name, "Z_BLOC", 6)) {
75 if (memEQ(name, "Z_ERRN", 6)) {
86 if (memEQ(name, "Z_TREE", 6)) {
101 constant_9 (pTHX_ const char *name, IV *iv_return) { argument
106 switch (name[
145 constant_10(pTHX_ const char *name, IV *iv_return) argument
189 constant_11(pTHX_ const char *name, IV *iv_return) argument
233 constant_12(pTHX_ const char *name, IV *iv_return, const char **pv_return) argument
311 constant(pTHX_ const char *name, STRLEN len, IV *iv_return, const char **pv_return) argument
[all...]
/openbsd-current/usr.bin/tmux/
H A Dnames.c39 log_debug("@%u name timer expired", w->id);
57 char *name; local
78 log_debug("@%u name timer queued (%d left)", w->id,
84 log_debug("@%u name timer already queued (%d left)",
95 name = format_window_name(w);
96 if (strcmp(name, w->name) != 0) {
97 log_debug("@%u new name %s (was %s)", w->id, name, w->name);
128 char *name; local
144 char *copy, *name, *ptr; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dcommon.inc11 .macro gdbasm_datavar name value
13 \name:
18 .macro gdbasm_declare name
19 \name:
23 .macro gdbasm_end name
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Doutput-file.c36 output_file_create (char *name) argument
38 if (name[0] == '-' && name[1] == '\0')
39 as_fatal (_("can't open a bfd on stdout %s"), name);
41 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT)))
46 as_perror (_("FATAL: can't create %s"), name);
/openbsd-current/regress/usr.sbin/ospfd/
H A Dargs-ddstate.pl9 name => "receive hello with dr 0.0.0.0 bdr 0.0.0.0, ".
21 name => "neighbor asserting itself as master. " .
32 name => "check if neighbor is slave, initialization is done ".
H A Dargs-ifstate.pl9 name => "receive hello with dr 0.0.0.0 bdr 0.0.0.0, ".
21 name => "wait for neighbor 10.188.0.18 in received hello",
32 name => "we are 2-way, wait for dr $ospfd_ip and ".
/openbsd-current/sys/dev/microcode/rum/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) argument
35 printf("creating %s length %d\n", name, size);
37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
39 err(1, "%s", name);
43 err(1, "%s", name);
45 errx(1, "%s: short write", name);
/openbsd-current/sys/dev/microcode/zydas/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) argument
35 printf("creating %s length %d\n", name, size);
37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
39 err(1, "%s", name);
43 err(1, "%s", name);
45 errx(1, "%s: short write", name);
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Dfixedname.h30 * dns_fixedname_t is a convenience type containing a name, an offsets table,
31 * and a dedicated buffer big enough for the longest possible name.
59 #include <dns/name.h>
66 dns_name_t name; member in struct:dns_fixedname
74 dns_name_init(&((fn)->name), (fn)->offsets); \
77 dns_name_setbuffer(&((fn)->name), &((fn)->buffer)); \
81 dns_name_invalidate(&((fn)->name))
83 #define dns_fixedname_name(fn) (&((fn)->name))
/openbsd-current/sys/dev/microcode/rsu/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) argument
35 printf("creating %s length %d\n", name, size);
37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
39 err(1, "%s", name);
43 err(1, "%s", name);
45 errx(1, "%s: short write", name);
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Daperture.h17 const char *name);
21 int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name);
31 const char *name)
41 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) argument
49 * @name: a descriptive name of the requesting driver
57 static inline int aperture_remove_all_conflicting_devices(const char *name) argument
59 return aperture_remove_conflicting_devices(0, (resource_size_t)-1, name);
30 aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, const char *name) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline8.C12 char *name; member in class:NAMES_ITEM
26 size_t length=std::strlen(item2.name);
28 name=new char[length+1];
29 std::memcpy(name,item2.name,length+1);
36 name=new char[length+1];
37 std::memcpy(name,name2,length+1);
42 if (std::strcmp (name, "one") != 0)
45 name=0;
50 return (std::strcmp(name,
[all...]
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcs-to-cvs.sh99 for name in * .[a-zA-Z0-9]*
101 case "$name" in
104 echo $name
106 echo "Updating ${repository}/${name}"
108 if [ -d "$name" ]; then
109 if [ ! -d "${update_dir}/${name}" ]; then
110 echo "WARNING: Creating new directory ${repository}/${name}"
111 mkdir "${update_dir}/${name}"
117 cd "$name"
119 echo "ERROR: Couldn\'t cd to $name
[all...]
/openbsd-current/lib/libc/gen/
H A Duname.c14 * 3. Neither the name of the University nor the names of its contributors
39 uname(struct utsname *name) argument
48 len = sizeof(name->sysname);
49 if (sysctl(mib, 2, &name->sysname, &len, NULL, 0) == -1)
54 len = sizeof(name->nodename);
55 if (sysctl(mib, 2, &name->nodename, &len, NULL, 0) == -1)
60 len = sizeof(name->release);
61 if (sysctl(mib, 2, &name->release, &len, NULL, 0) == -1)
66 len = sizeof(name->version);
67 if (sysctl(mib, 2, &name
[all...]

Completed in 233 milliseconds

1234567891011>>