/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/ |
H A D | diff.py | 30 def added_symbols(old, new): argument 34 def removed_symbols(old, new): argument 38 def changed_symbols(old, new): argument 50 def diff(old, new): argument 59 def maybe_demangle(name): argument
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_util.c | 42 ctf_list_append(ctf_list_t *lp, void *new) in ctf_list_append() 62 ctf_list_prepend(ctf_list_t *lp, void *new) in ctf_list_prepend() 102 ctf_strraw(ctf_file_t *fp, uint_t name) in ctf_strraw() 114 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr()
|
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c2xx0_intr.h | 117 s3c2xx0_setipl(int new) in s3c2xx0_setipl() 129 s3c2xx0_splx(int new) in s3c2xx0_splx() 174 #define splx(new) s3c2xx0_splx(new) argument 203 char name[IRQNAMESIZE]; member
|
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | livetree.c | 17 struct label *new; in add_label() local 41 struct property *build_property(char *name, struct data val, in build_property() 44 struct property *new = xmalloc(sizeof(*new)); in build_property() local 55 struct property *build_property_delete(char *name) in build_property_delete() 57 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local 93 struct node *new = xmalloc(sizeof(*new)); in build_node() local 111 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local 121 struct node *name_node(struct node *node, char *name) in name_node() 236 char *name; in add_orphan_node() local 281 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() [all …]
|
/netbsd-src/usr.bin/mail/ |
H A D | vars.c | 71 char *new; in vcopy() local 87 hash(const char *name) in hash() 103 lookup(const char name[]) in lookup() 117 assign(const char name[], const char values[]) in assign() 140 value(const char name[]) in value() 153 findgroup(const char name[]) in findgroup() 167 printgroup(const char name[]) in printgroup()
|
H A D | names.c | 72 tailof(struct name *name) in tailof() 222 isfileaddr(char *name) in isfileaddr() 475 struct name *new, *np, *cp; in usermap() local 588 struct name *np, *t, *new; in elide() local 683 delname(struct name *np, char name[]) in delname()
|
/netbsd-src/lib/libc/gen/ |
H A D | stringlist.c | 87 sl_add(StringList *sl, char *name) in sl_add() 93 char **new = sl->sl_str; in sl_add() local 131 sl_find(StringList *sl, const char *name) in sl_find() 145 sl_delete(StringList *sl, const char *name, int all) in sl_delete()
|
/netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/ |
H A D | XFile.pm | 111 sub new subroutine 209 sub name subroutine
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | environ.c | 29 static ssize_t namelength(const char *name) in namelength() 39 static char **findenv(const char *name, ssize_t len) in findenv() 86 int setenv(const char *name, const char *value, int clobber) in setenv() 122 char *new = malloc(new_len); in cmalloc() local
|
/netbsd-src/usr.bin/find/ |
H A D | option.c | 162 PLAN *new; in find_create() local 182 option(char *name) in option()
|
/netbsd-src/sys/kern/ |
H A D | subr_csan.c | 95 kcsan_report(csan_cell_t *new, cpuid_t newcpu, csan_cell_t *old, cpuid_t oldcpu) in kcsan_report() 121 kcsan_access_is_atomic(csan_cell_t *new, csan_cell_t *old) in kcsan_access_is_atomic() 133 csan_cell_t old, new; in kcsan_access() local 444 #define CSAN_ATOMIC_FUNC_ADD(name, tret, targ1, targ2) \ argument 462 #define CSAN_ATOMIC_FUNC_AND(name, tret, targ1, targ2) \ argument 480 #define CSAN_ATOMIC_FUNC_OR(name, tret, targ1, targ2) \ argument 498 #define CSAN_ATOMIC_FUNC_CAS(name, tret, targ1, targ2) \ argument 516 #define CSAN_ATOMIC_FUNC_SWAP(name, tret, targ1, targ2) \ argument 526 #define CSAN_ATOMIC_FUNC_DEC(name, tret, targ1) \ argument 544 #define CSAN_ATOMIC_FUNC_INC(name, tret, targ1) \ argument
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | remoteconf.c | 465 getrmconf_by_name(name) in getrmconf_by_name() argument 488 struct remoteconf *new; in newrmconf() local 565 struct rsa_key *new; in duprsa() local 581 struct remoteconf *new; local 606 duprmconf_finish (new) in duprmconf_finish() argument 788 struct etypes *new; local 819 insrmconf(new) in insrmconf() argument 902 struct isakmpsa *new; in newisakmpsa() local 926 insisakmpsa(new, rmconf) in insisakmpsa() argument 1082 struct idspec *new; in newidspec() local
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | vs_split.c | 49 vs_split(SCR *sp, SCR *new, int ccl) in vs_split() 213 vs_vsplit(SCR *sp, SCR *new) in vs_vsplit() 621 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) in vs_fg() 716 vs_swap(SCR *sp, SCR **nspp, const char *name) in vs_swap() 934 vs_getbg(SCR *sp, const char *name) in vs_getbg()
|
/netbsd-src/sys/compat/freebsd/ |
H A D | freebsd_sysctl.c | 92 int name[CTL_MAXNAME]; in freebsd_sys_sysctl() local 95 void *new, *old; in freebsd_sys_sysctl() local 186 freebsd_sysctl_name2oid(char *name, int *oid, int *oidlen) in freebsd_sysctl_name2oid()
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | generic.c | 51 omapi_data_string_t *name, in omapi_generic_set_value() 55 omapi_value_t *new; in omapi_generic_set_value() local 175 omapi_data_string_t *name, in omapi_generic_get_value() 234 const char *name, va_list ap) in omapi_generic_signal_handler()
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | gen_gr.c | 168 gr_byname(struct irs_gr *this, const char *name) { in gr_byname() 234 gr_list(struct irs_gr *this, const char *name, in gr_list() 459 isnew(char **old, char *new) { in isnew() 467 countnew(char **old, char **new) { in countnew() 476 sizenew(char **old, char **new) { in sizenew()
|
/netbsd-src/external/gpl2/gmake/dist/glob/ |
H A D | glob.c | 248 # define opendir(name) __opendir (name) argument 250 # define getpwnam_r(name, bufp, buf, len, res) \ argument 638 char *name; local 1034 char *new = realloc (pglob->gl_pathv[i], len); local 1138 char *new = (char *) malloc (dirlen + 1 + eltlen); local 1224 char *name; member 1313 const char *name; variable 1335 struct globlink *new = (struct globlink *) variable
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | merge.c | 139 const char *name; member 723 tdesc_t *new = xcalloc(sizeof (tdesc_t)); in conjure_template() local 738 tdesc_t *new = conjure_template(old, newselfid); in conjure_intrinsic() local 749 tdesc_t *new = conjure_template(old, newselfid); in conjure_plain() local 759 tdesc_t *new = conjure_template(old, newselfid); in conjure_function() local 785 tdesc_t *new = conjure_template(old, newselfid); in conjure_array() local 804 tdesc_t *new = conjure_template(old, newselfid); in conjure_su() local 825 tdesc_t *new = conjure_template(old, newselfid); in conjure_enum() local 843 tdesc_t *new = conjure_template(old, newselfid); in conjure_forward() local 861 iidesc_t *new = iidesc_dup(old); in conjure_iidesc() local [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | alias.c | 105 char *name, int *statusp) in deliver_alias() 296 #define DSN_SAVE_UPDATE(saved, old, new) do { \ in deliver_alias() argument
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | symtabs.c | 79 struct tree *w, *new, *last; in symtab_add() local 183 struct tree *w, *new, *last; in lookup() local 347 struct symtab *new; in hide() local 446 char *name; in symdirec() local
|
/netbsd-src/sbin/restore/ |
H A D | utilities.c | 61 pathcheck(char *name) in pathcheck() 109 static char name[MAXPATHLEN]; in gentempname() local 202 linkit(char *existing, char *new, int type) in linkit() 232 addwhiteout(char *name) in addwhiteout() 250 char *name; in delwhiteout() local 355 dirlookup(const char *name) in dirlookup() 411 writemtree(const char *name, const char *type, in writemtree()
|
/netbsd-src/sys/external/bsd/libfdt/dist/ |
H A D | fdt_rw.c | 121 char *new; in fdt_find_add_string_() local 172 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 190 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 222 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 245 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 263 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 278 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 305 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 321 const char *name, int namelen) in fdt_add_subnode_namelen() 361 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode() [all …]
|
/netbsd-src/usr.sbin/mtree/ |
H A D | misc.c | 56 const char *name; /* key name */ member 117 parsekey(const char *name, int *needvaluep) in parsekey() argument 143 parsetype(const char *name) in parsetype() argument 185 char **new; addtag() local [all...] |
/netbsd-src/lib/libbluetooth/ |
H A D | bt_dev.c | 77 bt_devaddr(const char *name, bdaddr_t *addr) in bt_devaddr() 117 bt_devname(char *name, const bdaddr_t *bdaddr) in bt_devname() 152 bt_devopen(const char *name, int options) in bt_devopen() 402 struct bt_devfilter new, old; in bt_devreq() local 436 bt_devfilter(int s, const struct bt_devfilter *new, struct bt_devfilter *old) in bt_devfilter() 570 bt_devinquiry(const char *name, time_t to, int max_rsp, in bt_devinquiry() 779 bt__devinfo(int s, const char *name, struct bt_devinfo *info) in bt__devinfo() 826 bt_devinfo(const char *name, struct bt_devinfo *info) in bt_devinfo()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | file.c | 76 lookup_file (char *name) in lookup_file() 135 enter_file (char *name) in enter_file() 138 register struct file *new; in enter_file() local 415 struct dep *new = (struct dep *) in parse_prereqs() local 472 struct dep *new, *d1; in expand_deps() local
|