Home
last modified time | relevance | path

Searched refs:precmd (Results 1 – 18 of 18) sorted by relevance

/external/mtools/
Dprecmd.c23 void precmd(struct device *dev) in precmd() function
29 if(!dev || !dev->precmd) in precmd()
37 execl("/bin/sh", "sh", "-c", dev->precmd, (char *)NULL); in precmd()
DMakefile.Be35 parse.o plain_io.o precmd.o privileges.o scsi.o signal.o stream.o \
Dmtools.h70 char *precmd; /* command to be executed before opening member
322 void precmd(struct device *dev);
DINSTALL24 vold for Solaris. With this, you no longer need precmd=volcheck, and
Dconfig.c176 { "PRECMD", OFFS(precmd), T_STRING },
908 if(dev->precmd) in mtoolstest()
909 printf("\tprecmd=%s\n", dev->precmd); in mtoolstest()
DAndroid.bp88 "precmd.c",
Dmzip.c327 precmd(dev); in mzip()
Dplain_io.c539 precmd(dev); in SimpleFileOpen()
Dxdf_io.c612 precmd(dev); in XdfOpen()
DNEWS770 Made Makefile "AIX-proof". Added precmd to config.c
819 Added precmd variable to execute commands before opening a
Dmtools.info833 to their type, these variables can be set to a string (precmd) or an
851 'precmd'
854 that there is indeed a disk in the drive. 'precmd="volcheck -v"'
Dmtools.texi929 to their type, these variables can be set to a string (precmd) or
949 @item precmd
954 there is indeed a disk in the drive. @code{precmd="volcheck -v"} in the
/external/python/cpython3/Lib/
Dcmd.py137 line = self.precmd(line)
150 def precmd(self, line): member in Cmd
Dpdb.py390 def precmd(self, line): member in Pdb
/external/python/cpython2/Lib/
Dcmd.py141 line = self.precmd(line)
154 def precmd(self, line): member in Cmd
Dpdb.py246 def precmd(self, line): member in Pdb
/external/python/cpython3/Doc/library/
Dcmd.rst99 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The
124 .. method:: Cmd.precmd(line)
130 :meth:`precmd` implementation may re-write the command or simply return *line*
240 the :meth:`~Cmd.precmd` method which is responsible for converting the input to
302 def precmd(self, line):
/external/python/cpython2/Doc/library/
Dcmd.rst97 :meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The
122 .. method:: Cmd.precmd(line)
128 :meth:`precmd` implementation may re-write the command or simply return *line*