Searched refs:precmd (Results 1 – 18 of 18) sorted by relevance
/external/mtools/ |
D | precmd.c | 23 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()
|
D | Makefile.Be | 35 parse.o plain_io.o precmd.o privileges.o scsi.o signal.o stream.o \
|
D | mtools.h | 70 char *precmd; /* command to be executed before opening member 322 void precmd(struct device *dev);
|
D | INSTALL | 24 vold for Solaris. With this, you no longer need precmd=volcheck, and
|
D | config.c | 176 { "PRECMD", OFFS(precmd), T_STRING }, 908 if(dev->precmd) in mtoolstest() 909 printf("\tprecmd=%s\n", dev->precmd); in mtoolstest()
|
D | Android.bp | 88 "precmd.c",
|
D | mzip.c | 327 precmd(dev); in mzip()
|
D | plain_io.c | 539 precmd(dev); in SimpleFileOpen()
|
D | xdf_io.c | 612 precmd(dev); in XdfOpen()
|
D | NEWS | 770 Made Makefile "AIX-proof". Added precmd to config.c 819 Added precmd variable to execute commands before opening a
|
D | mtools.info | 833 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"'
|
D | mtools.texi | 929 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/ |
D | cmd.py | 137 line = self.precmd(line) 150 def precmd(self, line): member in Cmd
|
D | pdb.py | 390 def precmd(self, line): member in Pdb
|
/external/python/cpython2/Lib/ |
D | cmd.py | 141 line = self.precmd(line) 154 def precmd(self, line): member in Cmd
|
D | pdb.py | 246 def precmd(self, line): member in Pdb
|
/external/python/cpython3/Doc/library/ |
D | cmd.rst | 99 :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/ |
D | cmd.rst | 97 :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*
|