HomeSort by: relevance | last modified time | path
    Searched defs:rehash (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/certctl/
certctl.sh 45 printf ' %s rehash\n' "$progname"
412 # rehash
416 rehash() function
420 # If manual operation is enabled, refuse to rehash the
488 run openssl rehash -- "$certsdir"
525 printf 'Usage: %s rehash\n' "$progname"
534 rehash
580 # Remove the link from the distrusted directory, and rehash --
584 $vflag && echo '# rehash'
586 rehash
    [all...]
certctl.sh 45 printf ' %s rehash\n' "$progname"
412 # rehash
416 rehash() function
420 # If manual operation is enabled, refuse to rehash the
488 run openssl rehash -- "$certsdir"
525 printf 'Usage: %s rehash\n' "$progname"
534 rehash
580 # Remove the link from the distrusted directory, and rehash --
584 $vflag && echo '# rehash'
586 rehash
    [all...]
  /src/bin/sh/
exec.c 93 char rehash; /* if set, cd done since entry created */ member in struct:tblentry
555 if (cmdp->rehash)
624 if (cmdp != NULL && cmdp->rehash == 0)
635 if (cmdp) { /* doing a rehash */
660 /* if rehash, don't redo absolute path names */
753 cmdp->rehash = 0;
832 cmdp->rehash = 1;
994 cmdp->rehash = 0;
exec.c 93 char rehash; /* if set, cd done since entry created */ member in struct:tblentry
555 if (cmdp->rehash)
624 if (cmdp != NULL && cmdp->rehash == 0)
635 if (cmdp) { /* doing a rehash */
660 /* if rehash, don't redo absolute path names */
753 cmdp->rehash = 0;
832 cmdp->rehash = 1;
994 cmdp->rehash = 0;

Completed in 22 milliseconds