Searched refs:nextfile (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/ |
D | fileinput.py | 107 def nextfile(): function 119 return _state.nextfile() 228 self.nextfile() 243 self.nextfile() 254 def nextfile(self): member in FileInput 292 self.nextfile()
|
/external/python/cpython3/Lib/ |
D | fileinput.py | 105 def nextfile(): function 117 return _state.nextfile() 237 self.nextfile() 258 self.nextfile() 269 def nextfile(self): member in FileInput 307 self.nextfile()
|
/external/python/cpython2/Lib/test/ |
D | test_fileinput.py | 109 fi.nextfile() 124 fi.nextfile() 133 fi.nextfile() 213 fi.nextfile()
|
/external/python/cpython3/Lib/test/ |
D | test_fileinput.py | 126 fi.nextfile() 141 fi.nextfile() 150 fi.nextfile() 231 fi.nextfile() 395 fi.nextfile() 532 def nextfile(self): member in MockFileInput 674 fileinput.nextfile() 687 retval = fileinput.nextfile()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 3136 char *nextfile; in grep_or_recurse() local 3147 while ((nextfile = readdirectory(dir)) != NULL) in grep_or_recurse() 3150 int fnlength = strlen(pathname) + strlen(nextfile) + 2; in grep_or_recurse() 3157 sprintf(buffer, "%s%c%s", pathname, FILESEP, nextfile); in grep_or_recurse() 3172 char *nextfile; in grep_or_recurse() local 3179 for (nextfile = name = pathname; *nextfile != 0; nextfile++) in grep_or_recurse() 3180 if (*nextfile == '/' || *nextfile == '\\') in grep_or_recurse() 3181 name = nextfile + 1; in grep_or_recurse() 3184 while ((nextfile = readdirectory(dir)) != NULL) in grep_or_recurse() 3187 sprintf(buffer, "%.512s%.128s", pathname, nextfile); in grep_or_recurse()
|
/external/one-true-awk/ |
D | proto.h | 120 extern void nextfile(void);
|
D | lib.c | 179 void nextfile(void) in nextfile() function
|
D | FIXES | 235 core dump on linux with BEGIN {nextfile}, now fixed. 431 fixed some nextfile bugs: not handling all cases. thanks to 697 added nextfile, as in gawk: causes immediate advance to next
|
D | run.c | 386 nextfile(); in jump()
|
/external/python/cpython2/Doc/library/ |
D | fileinput.rst | 110 .. function:: nextfile() 132 :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond to the
|
/external/python/cpython3/Doc/library/ |
D | fileinput.rst | 120 .. function:: nextfile() 142 :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond to the
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 104 goto nextfile; in compute_file_contexts_hash() 126 nextfile: in compute_file_contexts_hash()
|