Searched defs:recurse (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c60 int i, len, recurse = 0; local
65 recurse = 1;
511 if (!recurse) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c224 int recurse = FALSE; local
230 'r', MDB_OPT_SETBITS, TRUE, &recurse,
305 if (recurse) {
325 if (recurse) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c196 bool recurse; /* set if recursion required */ local
210 recurse = false;
306 recurse = true;
323 /* recurse as appropriate */
324 if (recurse)
H A Dmap.c4516 bool recurse = false; local
4611 recurse = true;
4616 recurse = true;
4621 recurse = true;
4649 if (recurse && !normalseen)
4655 if (recurse && lmap->ldap_attrsonly == LDAPMAP_TRUE)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h174 typedef struct recurse { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c878 if_sick(struct interface *ifp, boolean_t recurse) argument
888 if (recurse && ifp->int_phys != NULL) {
902 if_bad(struct interface *ifp, boolean_t recurse) argument
919 if (recurse && ifp->int_phys != NULL) {
962 if_ok(struct interface *ifp, const char *type, boolean_t recurse) argument
978 if (recurse && ifp->int_phys != NULL && IS_IFF_UP(ifp->int_if_flags)) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3110 * link, we recurse and try to remove the minor node (or link if path is
3114 devfsadm_rm_work(char *file, int recurse, int file_type) argument
3142 if ((recurse == TRUE) &&
3147 * recurse if link points to another link
3450 * another link, so recurse and read its link contents.
4354 * component of path_re, recurse. If there are no more *dir* path
4597 * link, and if so recurse and read its link contents.
5228 * entry, we recurse down dname/fname until we find the first symbolic
5251 * If it is a dir, recurse down until we find a link and
5503 * components of path_left, then recurse, otherwis
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1462 * -r recurse over any child datasets
1831 * use the default value. The '-r' flag will recurse over all children, and is
3202 boolean_t recurse = B_FALSE; local
3213 recurse = B_TRUE;
3245 if (recurse && parents) {
3251 if (recurse && strchr(argv[0], '@') == 0) {
3268 ret = (zfs_rename(zhp, argv[1], recurse, force_unmount) != 0);

Completed in 112 milliseconds