HomeSort by relevance Sort by last modified time
    Searched refs:PyOS_snprintf (Results 26 - 50 of 166) sorted by null

12 3 4 5 6 7

  /external/python/cpython2/Python/
dynload_win.c 172 PyOS_snprintf(funcname, sizeof(funcname), "init%.200s", shortname);
227 PyOS_snprintf(errBuf, sizeof(errBuf),
252 PyOS_snprintf(buffer, sizeof(buffer), "python%d%d_d.dll",
254 PyOS_snprintf(buffer, sizeof(buffer), "python%d%d.dll",
261 PyOS_snprintf(buffer, sizeof(buffer),
dynload_shlib.c 80 PyOS_snprintf(pathbuf, sizeof(pathbuf), "./%-.255s", pathname);
84 PyOS_snprintf(funcname, sizeof(funcname),
125 PyOS_snprintf(pathbuf, sizeof(pathbuf), "python_module_%-.200s",
mysnprintf.c 14 PyOS_snprintf and PyOS_vsnprintf never write more than size bytes
42 PyOS_snprintf(char *str, size_t size, const char *format, ...)
89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf");
thread_atheos.h 109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread);
173 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock);
thread_beos.h 126 PyOS_snprintf(name, sizeof(name),
187 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock);
getargs.c 286 PyOS_snprintf(msgbuf, sizeof(msgbuf),
295 PyOS_snprintf(msgbuf, sizeof(msgbuf),
326 PyOS_snprintf(msgbuf, sizeof(msgbuf),
379 PyOS_snprintf(p, sizeof(buf), "%.200s() ", fname);
383 PyOS_snprintf(p, sizeof(buf) - (p - buf),
388 PyOS_snprintf(p, sizeof(buf) - (p - buf),
395 PyOS_snprintf(p, sizeof(buf) - (p - buf), "argument");
398 PyOS_snprintf(p, sizeof(buf) - (p - buf), " %.256s", msg);
453 PyOS_snprintf(msgbuf, bufsize,
463 PyOS_snprintf(msgbuf, bufsize
    [all...]
dynload_aix.c 135 PyOS_snprintf(errbuf, sizeof(errbuf), "from module %.200s ", pathname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 80 PyOS_snprintf(pathbuf, sizeof(pathbuf), "./%-.255s", pathname);
84 PyOS_snprintf(funcname, sizeof(funcname),
125 PyOS_snprintf(pathbuf, sizeof(pathbuf), "python_module_%-.200s",
mysnprintf.c 14 PyOS_snprintf and PyOS_vsnprintf never write more than size bytes
42 PyOS_snprintf(char *str, size_t size, const char *format, ...)
89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf");
thread_atheos.h 109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread);
173 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock);
thread_beos.h 126 PyOS_snprintf(name, sizeof(name),
187 PyOS_snprintf(name, sizeof(name), "python lock (%d)", this_lock);
getargs.c 286 PyOS_snprintf(msgbuf, sizeof(msgbuf),
295 PyOS_snprintf(msgbuf, sizeof(msgbuf),
326 PyOS_snprintf(msgbuf, sizeof(msgbuf),
379 PyOS_snprintf(p, sizeof(buf), "%.200s() ", fname);
383 PyOS_snprintf(p, sizeof(buf) - (p - buf),
388 PyOS_snprintf(p, sizeof(buf) - (p - buf),
395 PyOS_snprintf(p, sizeof(buf) - (p - buf), "argument");
398 PyOS_snprintf(p, sizeof(buf) - (p - buf), " %.256s", msg);
453 PyOS_snprintf(msgbuf, bufsize,
463 PyOS_snprintf(msgbuf, bufsize,
    [all...]
dynload_aix.c 135 PyOS_snprintf(errbuf, sizeof(errbuf), "from module %.200s ", pathname);
pystrtod.c 607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
692 /* Have PyOS_snprintf do the hard work */
693 PyOS_snprintf(buffer, buf_size, format, d);
857 PyOS_snprintf(format, sizeof(format), "%%%s.%i%c",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 53 PyOS_snprintf(buildinfo, sizeof(buildinfo),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 53 PyOS_snprintf(buildinfo, sizeof(buildinfo),
  /external/python/cpython2/Modules/
getbuildinfo.c 53 PyOS_snprintf(buildinfo, sizeof(buildinfo),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mysnprintf.c 14 PyOS_snprintf and PyOS_vsnprintf never write more than size bytes
42 PyOS_snprintf(char *str, size_t size, const char *format, ...)
89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf");
getargs.c 286 PyOS_snprintf(msgbuf, sizeof(msgbuf),
295 PyOS_snprintf(msgbuf, sizeof(msgbuf),
326 PyOS_snprintf(msgbuf, sizeof(msgbuf),
379 PyOS_snprintf(p, sizeof(buf), "%.200s() ", fname);
383 PyOS_snprintf(p, sizeof(buf) - (p - buf),
388 PyOS_snprintf(p, sizeof(buf) - (p - buf),
395 PyOS_snprintf(p, sizeof(buf) - (p - buf), "argument");
398 PyOS_snprintf(p, sizeof(buf) - (p - buf), " %.256s", msg);
453 PyOS_snprintf(msgbuf, bufsize,
463 PyOS_snprintf(msgbuf, bufsize,
    [all...]
pystrtod.c 607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
692 /* Have PyOS_snprintf do the hard work */
693 PyOS_snprintf(buffer, buf_size, format, d);
857 PyOS_snprintf(format, sizeof(format), "%%%s.%i%c",
    [all...]
  /external/python/cpython2/PC/
import_nt.c 52 PyOS_snprintf(moduleKey, bufSize,
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 72 /* Add PyOS_snprintf for old Pythons */
75 # define PyOS_snprintf _snprintf
77 # define PyOS_snprintf snprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c     [all...]
  /external/python/cpython2/Objects/
exceptions.c     [all...]

Completed in 724 milliseconds

12 3 4 5 6 7