Searched defs:fromfile (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | sendfile.c | 31 char fromfile[PATH_MAX] = {0}; in sendfile_0100() local
|
D | splice.c | 33 char fromfile[PATH_MAX] = {0}; in splice_0100() local
|
/third_party/python/Tools/tz/ |
D | zdump.py | 18 def fromfile(cls, fileobj): member in TZInfo
|
/third_party/python/Lib/ |
D | difflib.py | 1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', argument 1180 def context_diff(a, b, fromfile='', tofile='', argument 1273 def diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', argument
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 3688 compile_pattern(patstr *p, int options, int fromfile, const char *fromtext, in compile_pattern()
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 5595 def fromfile(cls, fileobj): member in ZoneInfo
|