Searched refs:add_alias (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | MKcaptab.sh | 129 add_alias(from); 130 add_alias(to); 131 add_alias(source);
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-sqlite.c | 49 sqlite3_stmt *add_alias; member 257 sqlite3_finalize(hsdb->add_alias); in hdb_sqlite_close_database() 328 &hsdb->add_alias, in hdb_sqlite_make_database() 581 sqlite3_bind_text(hsdb->add_alias, 1, alias_string, in hdb_sqlite_store() 583 sqlite3_bind_int64(hsdb->add_alias, 2, entry_id); in hdb_sqlite_store() 584 ret = hdb_sqlite_step_once(context, db, hsdb->add_alias); in hdb_sqlite_store()
|
/freebsd/crypto/openssl/util/ |
H A D | mknum.pl | 78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 500 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}}) 517 sub add_alias { subroutine
|
/freebsd/sys/geom/part/ |
H A D | g_part_if.m | 125 # add_alias() - Create aliases for the partition's provider with the given 127 METHOD void add_alias {
|