Searched refs:do_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/admin/
H A Dlist.c40 do_list(struct list_options *opt, const char *keytab_str) function
58 if(do_list(opt, buf))
170 return do_list(opt, keytab_string) != 0;
/freebsd-11-stable/usr.bin/iconv/
H A Diconv.c47 static int do_list(unsigned int, const char * const *, void *);
143 do_list(unsigned int n, const char * const *list, void *data __unused) function
186 iconvlist(do_list, NULL);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlist.c170 do_list(svn_fs_root_t *root,
259 SVN_ERR(do_list(root, sub_path, patterns, svn_depth_infinity,
335 SVN_ERR(do_list(root, path, patterns, depth,
169 do_list(svn_fs_root_t *root, function
/freebsd-11-stable/usr.sbin/certctl/
H A Dcertctl.sh139 do_list() function
187 do_list "$CERTDESTDIR"
231 do_list "$BLACKLISTDESTDIR"
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1157 int do_enable = 0, do_disable = 0, do_list = 0; local
1185 do_list = 1;
1221 if ((rbdp_set + do_disable + do_enable + do_list + pi_length_set +
1225 if ((do_disable + do_enable + do_list) != 1)
1228 if (do_list != 0) {

Completed in 171 milliseconds