Home
last modified time | relevance | path

Searched refs:ptbl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c1019 const NAME_EX_TBL *ptbl; in set_table_opts() local
1031 for (ptbl = in_tbl; ptbl->name; ptbl++) { in set_table_opts()
1032 if (!strcasecmp(arg, ptbl->name)) { in set_table_opts()
1033 *flags &= ~ptbl->mask; in set_table_opts()
1035 *flags |= ptbl->flag; in set_table_opts()
1037 *flags &= ~ptbl->flag; in set_table_opts()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4212 struct isoent **ptbl; in calculate_path_table_size() local
4218 ptbl = pt[depth].sorted; in calculate_path_table_size()
4222 if (ptbl[i]->identifier == NULL) in calculate_path_table_size()
4225 len = ptbl[i]->id_len; in calculate_path_table_size()
4243 struct isoent **ptbl; in _write_path_table() local
4254 ptbl = vdd->pathtbl[depth].sorted; in _write_path_table()
4259 np = ptbl[i]; in _write_path_table()