Home
last modified time | relevance | path

Searched +defs:fmtstring +defs:arg (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dproperties.py420 def __init__(self, fmtstring, *args, **lambda_subs): argument
512 def _getInterpolationList(fmtstring): argument
618 def __init__(self, fmtstring, *args, **kwargs): argument
637 def _parse_prop(arg): argument
650 def _parse_secret(arg): argument
658 def _parse_src(arg): argument
681 def _parse_worker(self, arg): argument
688 def _parse_kw(self, arg): argument
714 def _splitBalancedParen(delim, arg): argument
766 def _parse(self, fmtstring): argument
/dports/emulators/bochs/bochs-2.7/
H A Dltdl.c962 # define DLERROR(arg) dlerror () argument
964 # define DLERROR(arg) LT_DLSTRERROR (arg) argument
1170 void win32_print_last_error (char *fmtstring) in win32_print_last_error()