Lines Matching +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 +full:-
1 # SPDX-License-Identifier: BSD-2-Clause
6 # @(#) Copyright (c) 2023-2024 Simon J. Gerraty
15 # Please send copies of changes and bug-fixes to:
34 # return a safe variable setting
35 # any non-alphanumeric chars are replaced with '_'
38 ${SED:-sed} 's/[ ]*#.*//;/^[A-Za-z_][A-Za-z0-9_]*=/!d;s;[^A-Za-z0-9_. "$,/=:+-];_;g'
59 eval `cat "$@" | safe_set | ${SED:-sed} 's/^\([^=]*\)=.*/&; export \1/'`
75 --export) ex=_export; shift;;
81 test -s "$f" -a -f "$f" || continue
94 test -z "$ef" && return $rc