| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | queue.c | 164 int maxdepth); 218 int maxdepth) in pkgconf_queue_collect_dependencies_main() argument 222 if (maxdepth == 0) in pkgconf_queue_collect_dependencies_main() 234 PKGCONF_TRACE(client, "%s: collecting shared dependencies, level %d", root->id, maxdepth); in pkgconf_queue_collect_dependencies_main() 236 eflags = pkgconf_queue_collect_dependencies_walk(client, &root->requires_shared, data, maxdepth); in pkgconf_queue_collect_dependencies_main() 241 PKGCONF_TRACE(client, "%s: collecting private dependencies, level %d", root->id, maxdepth); in pkgconf_queue_collect_dependencies_main() 246 eflags = pkgconf_queue_collect_dependencies_walk(client, &root->requires_private, data, maxdepth); in pkgconf_queue_collect_dependencies_main() 251 PKGCONF_TRACE(client, "%s: collecting public dependencies, level %d", root->id, maxdepth); in pkgconf_queue_collect_dependencies_main() 253 eflags = pkgconf_queue_collect_dependencies_walk(client, &root->required, data, maxdepth); in pkgconf_queue_collect_dependencies_main() 266 int maxdepth) in pkgconf_queue_collect_dependencies() argument [all …]
|
| H A D | pkg.c | 40 int maxdepth, 1663 int maxdepth, in pkgconf_pkg_traverse_main() argument 1668 if (maxdepth == 0) in pkgconf_pkg_traverse_main() 1681 …PKGCONF_TRACE(client, "%s: level %d, serial %llu", root->id, maxdepth, (unsigned long long) client… in pkgconf_pkg_traverse_main() 1699 eflags = pkgconf_pkg_walk_list(client, root, &root->required, func, data, maxdepth, skip_flags); in pkgconf_pkg_traverse_main() 1707 …eflags = pkgconf_pkg_walk_list(client, root, &root->requires_shared, func, data, maxdepth, skip_fl… in pkgconf_pkg_traverse_main() 1716 …eflags = pkgconf_pkg_walk_list(client, root, &root->requires_private, func, data, maxdepth, skip_f… in pkgconf_pkg_traverse_main() 1730 int maxdepth, in pkgconf_pkg_traverse() argument 1745 return pkgconf_pkg_traverse_main(client, root, func, data, maxdepth, skip_flags); in pkgconf_pkg_traverse() 1802 …gconf_pkg_cflags(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth) in pkgconf_pkg_cflags() argument [all …]
|
| H A D | libpkgconf.h | 260 …conf_queue_apply_func_t)(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth); 475 … pkgconf_pkg_t *root, pkgconf_pkg_traverse_func_t func, void *data, int maxdepth, unsigned int ski… 480 …conf_pkg_cflags(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth); 481 …kgconf_pkg_libs(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth); 482 …nf_pkg_link_abi(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth); 549 …nf_queue_solve(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_pkg_t *world, int maxdepth); 551 …client_t *client, pkgconf_list_t *list, pkgconf_queue_apply_func_t func, int maxdepth, void *data); 552 …CONF_API bool pkgconf_queue_validate(pkgconf_client_t *client, pkgconf_list_t *list, int maxdepth);
|
| /freebsd/contrib/pkgconf/cli/ |
| H A D | core.c | 154 apply_provides(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_provides() argument 158 (void) maxdepth; in apply_provides() 233 apply_digraph(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_digraph() argument 265 eflag = pkgconf_pkg_traverse(client, world, print_digraph_node, &last_seen, maxdepth, 0); in apply_digraph() 285 apply_print_solution(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_print_solution() argument 289 eflag = pkgconf_pkg_traverse(client, world, print_solution_node, unused, maxdepth, 0); in apply_print_solution() 296 apply_modversion(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_modversion() argument 301 (void) maxdepth; in apply_modversion() 338 apply_variables(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_variables() argument 342 (void) maxdepth; in apply_variables() [all …]
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | libpkgconf-queue.rst | 36 …function:: void pkgconf_solution_free(pkgconf_client_t *client, pkgconf_pkg_t *world, int maxdepth) 44 …onf_queue_solve(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_pkg_t *world, int maxdepth) 51 …:param int maxdepth: The maximum allowed depth for the dependency resolver. A depth of -1 means u… 55 …_client_t *client, pkgconf_list_t *list, pkgconf_queue_apply_func_t func, int maxdepth, void *data) 65 …:param int maxdepth: The maximum allowed depth for the dependency resolver. A depth of -1 means u… 70 …_client_t *client, pkgconf_list_t *list, pkgconf_queue_apply_func_t func, int maxdepth, void *data) 76 …:param int maxdepth: The maximum allowed depth for the dependency resolver. A depth of -1 means u…
|
| H A D | libpkgconf-pkg.rst | 121 … pkgconf_pkg_t *root, pkgconf_pkg_traverse_func_t func, void *data, int maxdepth, unsigned int ski… 123 Walk and resolve the dependency graph up to `maxdepth` levels. 129 …:param int maxdepth: The maximum depth to walk the dependency graph for. -1 means infinite recurs… 134 …gconf_pkg_cflags(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth) 141 …:param int maxdepth: The maximum allowed depth for dependency resolution. -1 means infinite recur… 145 …pkgconf_pkg_libs(pkgconf_client_t *client, pkgconf_pkg_t *root, pkgconf_list_t *list, int maxdepth) 152 …:param int maxdepth: The maximum allowed depth for dependency resolution. -1 means infinite recur…
|
| H A D | index.rst | 5 :maxdepth: 2
|
| H A D | libpkgconf.rst | 5 :maxdepth: 2
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-zed.postinst | 8 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete 10 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
|
| H A D | openzfs-zfs-zed.postrm | 9 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete 11 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
|
| /freebsd/usr.bin/find/ |
| H A D | find.c | 179 if (maxdepth != -1 && entry->fts_level >= maxdepth) { in find_execute()
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | index.rst | 4 :maxdepth: 1
|
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | generate.h | 26 int maxdepth, const char *creation_time, const char *creation_id,
|
| H A D | generate.c | 126 spdxtool_generate(pkgconf_client_t *client, pkgconf_pkg_t *world, FILE *out, int maxdepth, in spdxtool_generate() argument 158 int eflag = pkgconf_pkg_traverse(client, world, generate_spdx_package, document, maxdepth, 0); in spdxtool_generate()
|
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-queue.c | 166 apply_cb(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_cb() argument 171 (void) maxdepth; in apply_cb()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | nullfs24.sh | 49 find ${nullfs_dstdir}* -type f -maxdepth 2 -ls > \
|
| H A D | all.sh | 131 find `dirname $alllast` -maxdepth 1 -name $alllast -mtime +12h -delete 261 find /tmp . -name "*.core" -mtime -2 -maxdepth 2 -ls 2>/dev/null
|
| H A D | nullfs17.sh | 65 find ${nullfs_dstdir}$2 -type f -maxdepth 2 -ls > \
|
| H A D | nullfs28.sh | 59 find $nullfs_dstdir -type f -maxdepth 2 -ls > \
|
| H A D | crossmp2.sh | 64 find ${mntpoint}* -maxdepth 1 -type f > \
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | index.rst | 12 :maxdepth: 2
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | pend_sec | 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
|
| H A D | smart | 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
|
| H A D | smart_test | 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
|
| H A D | ata_err | 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
|