Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/pkgconf/libpkgconf/
H A Dqueue.c164 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 Dpkg.c40 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 Dlibpkgconf.h260 …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 Dcore.c154 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 Dlibpkgconf-queue.rst36 …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 Dlibpkgconf-pkg.rst121 … 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 Dindex.rst5 :maxdepth: 2
H A Dlibpkgconf.rst5 :maxdepth: 2
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-zed.postinst8 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete
10 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
H A Dopenzfs-zfs-zed.postrm9 find "${etcd}" -maxdepth 1 -lname '/dev/null' -delete
11 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
/freebsd/usr.bin/find/
H A Dfind.c179 if (maxdepth != -1 && entry->fts_level >= maxdepth) { in find_execute()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dindex.rst4 :maxdepth: 1
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dgenerate.h26 int maxdepth, const char *creation_time, const char *creation_id,
H A Dgenerate.c126 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 Dtest-queue.c166 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 Dnullfs24.sh49 find ${nullfs_dstdir}* -type f -maxdepth 2 -ls > \
H A Dall.sh131 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 Dnullfs17.sh65 find ${nullfs_dstdir}$2 -type f -maxdepth 2 -ls > \
H A Dnullfs28.sh59 find $nullfs_dstdir -type f -maxdepth 2 -ls > \
H A Dcrossmp2.sh64 find ${mntpoint}* -maxdepth 1 -type f > \
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst12 :maxdepth: 2
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dpend_sec53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
H A Dsmart53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
H A Dsmart_test53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
H A Data_err53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)

1234