Searched refs:add_dep (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | Dependencies.pm | 75 $solver->add_dep($set); 94 $solver->add_dep($state->tracker->{to_update}{$$v}); 226 $self->add_dep($set); 238 $self->add_dep($state->tracker->{to_install}{$v}); 272 $self->add_dep($set); 297 $self->add_dep($s);
|
H A D | PkgCreate.pm | 1028 $self->add_dep($plist);
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-gen.c | 252 static void add_dep (const char *, const char *, const char *, int, int, char *, int); 788 add_dep (const char *name, const char *chk, const char *reg, in add_dep() function 855 add_dep (name, chkp, regp, semantics, mode, extra, 0); in load_depfile() 856 add_dep (name, regp, chkp, semantics, mode, extra, 1); in load_depfile() 860 add_dep (name, chkp, regp, semantics, mode, extra, 0); in load_depfile()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-gen.c | 263 static void add_dep (const char *, const char *, const char *, int, int, char *, int); 799 add_dep (const char *name, const char *chk, const char *reg, in add_dep() function 866 add_dep (name, chkp, regp, semantics, mode, extra, 0); in load_depfile() 867 add_dep (name, regp, chkp, semantics, mode, extra, 1); in load_depfile() 871 add_dep (name, chkp, regp, semantics, mode, extra, 0); in load_depfile()
|
/openbsd/usr.sbin/pkg_add/OpenBSD/Dependencies/ |
H A D | SolverBase.pm | 422 sub add_dep($self, $d) subroutine
|