Searched defs:recursive (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Drm.c55 "[r|R:recursive?Remove the contents of directories recursively.]"
56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
90 int recursive; /* remove subtrees too */ member in struct:State_s
153 if (!state->recursive)
358 state.recursive = 1;
395 state.unconditional = state.unconditional && state.recursive && state.force;
396 if (state.recursive && state.fs3d)
H A Dcksum.c79 "[R:recursive?Recursively checksum the contents of directories.]"
130 int recursive; /* recursively descend dirs */ member in struct:State_s
495 state.recursive = 1;
590 else if (!*argv && !state.recursive)
H A Dcp.c44 "\b--preserve\b \b--recursive\b.]"
95 "[r|R:recursive?Operate on the contents of directories recursively.]"
174 int recursive; /* subtrees too */ member in struct:State_s
347 if (!state->recursive)
755 state->recursive = 1;
810 state->recursive = 1;
853 state->recursive = 1;
981 if (!state->recursive)
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c61 * To hold sub-directory information for recursive listing.
120 int recursive; member in struct:options
172 " -R, --recursive Recursively list subdirectories\n"
205 { "recursive", no_argument, NULL, 'R' },
279 opts.recursive++;
373 * NOTE: Assumes recursive option. Currently no limit on the depths of
525 if (dt_type == NTFS_DT_DIR && opts.recursive
677 if (opts.recursive)
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1198 int backwards, int recursive)
1222 if (recursive && db->type != DB_BTREE) {
1227 if (!recursive) {
1267 if (!recursive) {
1300 int backwards = 0, recursive = 0; local
1311 recursive = 1;
1327 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive);
1195 krb5_db2_db_iterate_ext(krb5_context context, krb5_error_code(*func) (krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, int backwards, int recursive) argument
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c817 boolean_t recursive)
841 if (keystatus == ZFS_CRYPT_KEY_AVAILABLE && !recursive) {
887 } else if (!recursive) {
901 if (recursive) {
816 zfs_key_load(zfs_handle_t *zhp, boolean_t mount, boolean_t share, boolean_t recursive) argument
H A Dlibzfs_util.c157 return (dgettext(TEXT_DOMAIN, "recursive dataset dependency"));
2236 zprop_showtype_t showtype, boolean_t recursive)
2260 exp.include_sublists = !recursive;
2261 if (zprop_iter(hdl, type, NULL, recursive,
2235 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type, zprop_showtype_t showtype, boolean_t recursive) argument
H A Dlibzfs_dataset.c5353 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, argument
5400 zc.zc_cookie = recursive;
5406 * if it was recursive, the one that actually failed will be in
5613 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive) argument
5752 if (recursive) {
5754 "recursive rename must be a snapshot"));
5795 if (recursive) {
5852 zc.zc_cookie = recursive;
5865 * if it was recursive, the one that actually failed will
5871 if (recursive
5939 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, int sources, boolean_t received, boolean_t recursive, zprop_showtype_t showtype) argument
6585 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive, boolean_t temphold, boolean_t enoent_ok, int cleanup_fd, uint64_t dsobj, uint64_t createtxg) argument
6645 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive) argument
[all...]
H A Dlibzfs_sendrecv.c580 boolean_t recursive; member in struct:send_data
860 if (sd->recursive)
871 const char *tosnap, boolean_t recursive, boolean_t received,
885 sd.recursive = recursive;
1213 * recursive or replication stream is being generated, be sure that any
1288 * recursive, we need to send a full stream from the
1290 * is a clone). If we're doing non-recursive, then let
1444 * The send stream is recursive (i.e. dumps a hierarchy of snapshots) and
2038 boolean_t needagain, progress, recursive; local
870 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t received, nvlist_t **nvlp, avl_tree_t **avlp) argument
2426 boolean_t recursive; local
2927 boolean_t recursive; local
[all...]
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h331 FNPROTO(recursive); variable
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.c391 adr_data_verify(adr_data_t *data, adr_type_t *type, boolean_t recursive) argument
409 if (recursive && fdata != NULL &&
423 if (recursive &&
453 if (recursive &&
470 data_purify_internal(adr_data_t *data, boolean_t recursive) argument
472 if (!adr_data_verify(data, NULL, recursive)) {
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2105 recursive(fcode_env_t *env) function
2107 expose_acf(env, "<recursive>");
2659 FORTH(IMMEDIATE, "recursive", recursive);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c3043 static int fileBtreePageDump(Btree *pBt, int pgno, int recursive){ argument
3055 if( recursive ) printf("PAGE %d:\n", pgno);
3100 if( recursive && pPage->u.hdr.rightChild!=0 ){

Completed in 114 milliseconds