Searched refs:do_list (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/admin/ |
H A D | list.c | 40 do_list(struct list_options *opt, const char *keytab_str) in do_list() function 58 if(do_list(opt, buf)) in do_list() 170 return do_list(opt, keytab_string) != 0; in kt_list()
|
/freebsd/usr.bin/iconv/ |
H A D | iconv.c | 47 static int do_list(unsigned int, const char * const *, void *); 142 do_list(unsigned int n, const char * const *list, void *data __unused) in do_list() function 186 iconvlist(do_list, NULL); in main()
|
/freebsd/usr.sbin/certctl/ |
H A D | certctl.sh | 209 do_list() function 251 do_list "$CERTDESTDIR" 295 do_list "$UNTRUSTDESTDIR"
|
/freebsd/usr.bin/mt/ |
H A D | mt.c | 1143 int do_enable = 0, do_disable = 0, do_list = 0; in mt_protect() local 1171 do_list = 1; in mt_protect() 1207 if ((rbdp_set + do_disable + do_enable + do_list + pi_length_set + in mt_protect() 1211 if ((do_disable + do_enable + do_list) != 1) in mt_protect() 1214 if (do_list != 0) { in mt_protect()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2001 | 539 * admin/list.c (do_list): make sure list of keys is NULL 706 * admin/list.c (do_list): do not close the keytab if opening it 708 * admin/list.c (do_list): always print complete names. print
|