Home
last modified time | relevance | path

Searched refs:add_alias (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh129 add_alias(from);
130 add_alias(to);
131 add_alias(source);
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c49 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 Dmknum.pl78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm500 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}})
517 sub add_alias { subroutine
/freebsd/sys/geom/part/
H A Dg_part_if.m125 # add_alias() - Create aliases for the partition's provider with the given
127 METHOD void add_alias {