Searched refs:FSType (Results 1 – 4 of 4) sorted by relevance
46 FSType=162 F) FSType="$OPTARG";170 case $FSType in172 echo "mountall: FSType $FSType exceeds 8 characters"220 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then222 isremote "$FSType" &&226 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then228 isremote "$FSType" ||262 if [ "$FSType" -a "$FSType" != "$fstype" ]; then407 if [ -n "$FSType" ]; then[all …]
74 FSType=122 FSType=$OPTARG 124 case $FSType in126 usage "FSType ${FSType} exceeds 8 characters"175 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then # 6177 isremote "$FSType" &&178 usage "option -l and FSType ${FSType} are incompatible"181 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then # 7183 isremote "$FSType" ||184 usage "option -r and FSType ${FSType} are incompatible"[all …]
130 msgid "[-F FSType] [-V] special inumber ..."131 msgid "[-F FSType] [-V] [-m] [-o specific_options] special [operands]"132 msgid "[-F FSType] [-V] [-o specific_options] inputfs outputfs"133 msgid "[-F FSType] [-V] [-o specific_options] special"134 msgid "[-F FSType] [-V] [-o specific_options] special [operands]"
191 static char *FSType; variable577 FSType = optarg; in parse_options()875 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()1763 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()1769 return (F_option ? FSType : default_fstype(special)); in find_fstype()2034 if (F_option && ! EQ(fstype, FSType)) { in do_df()