Home | History | Annotate | Download | only in miniroot

Lines Matching refs:return

41 		return
58 # return available disk devices
64 # return available CDROM devices
70 # return an expression describing the valid partition id's
175 prompt, you may have to hit return. Also, quitting in the middle of
238 return
245 return
265 return # couldn't mount the disk
281 return
318 test -h $1 && return 1
319 test -f $1 || return 1
321 [ "$(dd if=$1 bs=1 skip=1 count=3 2> /dev/null)" = "ELF" ] && return 1
322 return 0
331 mv -f $f $root/emul/aout/usr/lib || return 1
333 return 0
357 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1
359 return 0
372 mkdir -p $root/usr/aout || return 1
375 mkdir $root/emul || return 1
380 mv -f $root/emul/aout $root/emul/aout.old || return 1
383 ln -s ../usr/aout $root/emul/aout || return 1
388 mkdir $root/emul/aout/etc || return 1
391 mkdir -p $root/emul/aout/usr/lib || return 1
396 mv -f $root/etc/ld.so.conf $root/emul/aout/etc || return 1
400 md_mv_usr_lib $root || return 1
405 mkdir -p $root/emul/aout/$xlibdir || return 1
406 md_mv_x_lib $root $xlibdir || return 1
428 return 1
430 return 0