Searched refs:base (Results 1 - 25 of 6948) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_320.c12 int base = 10;
13 int square = base * base;
14 square * base; local
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dbasename.c8 const char *base; local
10 for (base = name; *name; name++)
14 base = name + 1;
17 return (char *) base;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dgdb2384-base.cc18 #include "gdb2384-base.h"
20 base::base (int _x) function in class:base
28 base::meth ()
34 : base (_x)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dgdb2384-base.cc18 #include "gdb2384-base.h"
20 base::base (int _x) function in class:base
28 base::meth ()
34 : base (_x)
H A Dincomplete-type-overload.cc18 base { class
23 class complete: public base { };
25 class incomplete: public base { };
33 foo (base* b)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dfilenamecat.h21 char *file_name_concat (char const *dir, char const *base,
/netbsd-current/external/bsd/libevent/dist/
H A Dkqueue-internal.h30 /** Notification function, used to tell an event base to wake up from another
32 * called successfully on that base. */
33 int event_kq_notify_base_(struct event_base *base);
35 /** Prepare a kqueue-using event base to receive notifications via an internal
38 int event_kq_add_notify_event_(struct event_base *base);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dkqueue-internal.h31 /** Notification function, used to tell an event base to wake up from another
33 * called successfully on that base. */
34 int event_kq_notify_base_(struct event_base *base);
36 /** Prepare a kqueue-using event base to receive notifications via an internal
39 int event_kq_add_notify_event_(struct event_base *base);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstripslash.c33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
H A Dfilenamecat.h22 char *file_name_concat (char const *dir, char const *base,
26 char *mfile_name_concat (char const *dir, char const *base,
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstripslash.c33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
/netbsd-current/distrib/syspkg/sets/base/
H A DMakefile3 SUBDIR+=base-adosfs-root
4 SUBDIR+=base-amd-bin
5 SUBDIR+=base-amd-examples
6 SUBDIR+=base-amd-shlib
7 SUBDIR+=base-audio-bin
8 SUBDIR+=base-bind-bin
9 SUBDIR+=base-bind-examples
10 SUBDIR+=base-bind-root
11 SUBDIR+=base-bootserver-bin
12 SUBDIR+=base
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dprogname.c41 const char *base; local
44 base = (slash != NULL ? slash + 1 : argv0);
45 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
46 argv0 = base;
47 if (strncmp (base, "lt-", 3) == 0)
48 argv0 = base + 3;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dprogname.c41 const char *base; local
44 base = (slash != NULL ? slash + 1 : argv0);
45 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
46 argv0 = base;
47 if (strncmp (base, "lt-", 3) == 0)
48 argv0 = base + 3;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dprogname.c41 const char *base; local
44 base = (slash != NULL ? slash + 1 : argv0);
45 if (base - argv0 >= 7 && memcmp (base - 7, "/.libs/", 7) == 0)
46 argv0 = base;
47 if (strncmp (base, "lt-", 3) == 0)
48 argv0 = base + 3;
/netbsd-current/distrib/syspkg/sets/base/base-locale-bg/
H A DMakefile3 PKGBASE=base-locale-bg
/netbsd-current/distrib/syspkg/sets/base/base-locale-fi/
H A DMakefile3 PKGBASE=base-locale-fi
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dsim-main.h6 #include "sim-base.h"
9 sim_state_base base; member in struct:sim_state
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Dmock_gem_object.h15 struct drm_i915_gem_object base; member in struct:mock_object
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-main.h5 #include "sim-base.h"
8 sim_state_base base; member in struct:sim_state
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbase_inlines.h5 base_ind_get(const base_t *base) { argument
6 return base->ind;
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbase_inlines.h5 base_ind_get(const base_t *base) { argument
6 return base->ind;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dlbasename.c51 const char *base; local
53 for (base = name; *name; name++)
55 base = name + 1;
57 return base;
63 const char *base; local
69 for (base = name; *name; name++)
71 base = name + 1;
73 return base;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dlbasename.c51 const char *base; local
53 for (base = name; *name; name++)
55 base = name + 1;
57 return base;
63 const char *base; local
69 for (base = name; *name; name++)
71 base = name + 1;
73 return base;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-inst-mod-handler.cc28 brig_inst_mod_handler::generate (const BrigBase *base) argument
31 return basic_handler (base);
35 brig_inst_mod_handler::modifier (const BrigBase *base) const
37 const BrigInstMod *inst = (const BrigInstMod *) base;
42 brig_inst_mod_handler::round (const BrigBase *base) const
44 const BrigInstMod *inst = (const BrigInstMod *) base;
55 brig_inst_mod_handler::operator () (const BrigBase *base) argument
57 return generate (base);

Completed in 214 milliseconds

1234567891011>>