HomeSort by relevance Sort by last modified time
    Searched defs:s_new (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
stropmodule.c 462 char *s, *s_new; local
473 s_new = PyString_AsString(newstr);
479 *s_new = tolower(c);
481 *s_new = c;
482 s_new++;
501 char *s, *s_new; local
512 s_new = PyString_AsString(newstr);
518 *s_new = toupper(c);
520 *s_new = c;
521 s_new++;
541 char *s, *s_new; local
720 char *s, *s_new; local
    [all...]
_struct.c 1346 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
stropmodule.c 462 char *s, *s_new; local
473 s_new = PyString_AsString(newstr);
479 *s_new = tolower(c);
481 *s_new = c;
482 s_new++;
501 char *s, *s_new; local
512 s_new = PyString_AsString(newstr);
518 *s_new = toupper(c);
520 *s_new = c;
521 s_new++;
541 char *s, *s_new; local
718 char *s, *s_new; local
    [all...]
_struct.c 1346 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) function
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 756 char s_new[BUFSIZ], s[BUFSIZ], value[BUFSIZ]; local
764 snprintf(s_new, BUFSIZ, "%s/tasks", path_new);
765 fp = fopen(s_new, "r");
767 tst_res(TWARN | TERRNO, "fopen %s", s_new);
  /external/python/cpython2/Modules/
stropmodule.c 462 char *s, *s_new; local
473 s_new = PyString_AsString(newstr);
479 *s_new = tolower(c);
481 *s_new = c;
482 s_new++;
501 char *s, *s_new; local
512 s_new = PyString_AsString(newstr);
518 *s_new = toupper(c);
520 *s_new = c;
521 s_new++
541 char *s, *s_new; local
720 char *s, *s_new; local
    [all...]
_struct.c 1346 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) function
    [all...]
  /external/python/cpython3/Modules/
_struct.c 1414 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2049 char *s = PyString_AS_STRING(self), *s_new; local
2084 char *s = PyString_AS_STRING(self), *s_new; local
2163 char *s = PyString_AS_STRING(self), *s_new; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 2032 char *s = PyString_AS_STRING(self), *s_new; local
2067 char *s = PyString_AS_STRING(self), *s_new; local
2146 char *s = PyString_AS_STRING(self), *s_new; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 2049 char *s = PyString_AS_STRING(self), *s_new; local
2084 char *s = PyString_AS_STRING(self), *s_new; local
2163 char *s = PyString_AS_STRING(self), *s_new; local
    [all...]

Completed in 201 milliseconds