Lines Matching +full:ufs +full:- +full:wrapper
3 # Copyright (c) 2012-2014 Devin Teske
51 # Create a new `reserved' word for scripting purposes. Reswords call pre-
54 # + Unless noError is set (must be non-NULL), if calling the resword
65 f_dprintf "script.subr: New resWord %s -> %s" "$resword" "$func"
72 # Wrapper function used by `reserved words' (reswords) to call other functions.
73 # If $noError is set and non-NULL, a failure result from $func is ignored,
85 if [ $retval -ne $SUCCESS ]; then
123 [ -e "$script" ] && break
133 if [ "$script" = "-" ]; then
139 if [ ! -e "$script" ]; then
175 f_resword_new mediaSetUFS f_media_set_ufs # media/ufs.subr