HomeSort by: relevance | last modified time | path
    Searched refs:removelist (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/restore/
restore.c 147 static struct entry *removelist; variable in typeref:struct:entry *
191 ep->e_next = removelist;
192 removelist = ep;
437 ip->e_next = removelist;
438 removelist = ip;
539 for (ep = removelist; ep != NULL; ep = ep->e_next) {
572 prev = &removelist;
573 for (ep = removelist; ep != NULL; ep = *prev) {
584 for (ep = removelist; ep != NULL; ep = ep->e_next)
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 3435 removelist="$obj $lobj $libobj ${libobj}T"
3437 removelist="$lobj $libobj ${libobj}T"
3482 $opt_dry_run || $RM $removelist
3485 func_append removelist " $output_obj"
3489 $opt_dry_run || $RM $removelist
3490 func_append removelist " $lockfile"
3491 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
3536 $opt_dry_run || $RM $removelist
3543 'error=$?; $opt_dry_run || $RM $removelist; exit $error
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 2119 removelist="$obj $lobj $libobj ${libobj}T"
2121 removelist="$lobj $libobj ${libobj}T"
2166 $opt_dry_run || $RM $removelist
2169 func_append removelist " $output_obj"
2173 $opt_dry_run || $RM $removelist
2174 func_append removelist " $lockfile"
2175 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
2220 $opt_dry_run || $RM $removelist
2227 'error=$?; $opt_dry_run || $RM $removelist; exit $error
    [all...]

Completed in 119 milliseconds