HomeSort by relevance Sort by last modified time
    Searched refs:strp (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 52 char *strp; local
97 strp = &str[len-1];
98 while (len > 0 && isspace(*strp)) {
99 *strp-- = '\0';
104 strp = str;
107 while (isspace(*strp))
108 strp++;
111 if (*strp == '#')
119 if (isam && strncmp(strp, "include", 7) == 0 && isspace(strp[7]))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/
genmacro.c 40 char *strp; local
80 strp = str;
83 charp = strp;
100 while (*strp == ' ' || *strp == '\t')
101 strp++;
102 len = strlen(strp);
103 while (len > 0 && (strp[len-1] == ' ' || strp[len-1] == '\t' ||
104 strp[len-1] == '\n'))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
genstring.c 40 char *strp; local
72 strp = str;
75 len = strlen(strp);
76 while (len > 0 && (strp[len-1] == ' ' || strp[len-1] == '\t' ||
77 strp[len-1] == '\n')) {
78 strp[len-1] = '\0';
84 while (*strp != '\0') {
85 if (*strp == '\\' || *strp == '"'
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_macro_param2.c 59 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp)
66 if (strp != NULL)
67 *strp = macro->param2.s;
libdw.h 783 const char **strp);
  /system/core/logd/
LogWhiteBlackList.cpp 40 void Prune::format(char **strp) {
42 asprintf(strp, (mPid != pid_all) ? "%u/%u" : "%u", mUid, mPid);
45 asprintf(strp, (mPid != pid_all) ? "/%u" : "/", mPid);
174 void PruneList::format(char **strp) {
175 if (*strp) {
176 free(*strp);
177 *strp = NULL;
214 *strp = strdup(string.string());
LogWhiteBlackList.h 46 // *strp is malloc'd, use free to release
47 void format(char **strp);
67 // *strp is malloc'd, use free to release
68 void format(char **strp);
LogBuffer.h 64 // *strp uses malloc, use free to release.
65 void formatStatistics(char **strp, uid_t uid, unsigned int logMask);
73 // *strp uses malloc, use free to release.
74 void formatPrune(char **strp) { mPrune.format(strp); }
CommandListener.cpp 189 static void package_string(char **strp) {
190 const char *a = *strp;
201 char *b = *strp;
202 *strp = NULL;
203 asprintf(strp, fmt, a);
LogBuffer.cpp 484 void LogBuffer::formatStatistics(char **strp, uid_t uid, unsigned int logMask) {
500 stats.format(strp, uid, logMask, oldest);
LogStatistics.h 183 // *strp = malloc, balance with free
184 void format(char **strp, uid_t uid, unsigned int logMask, log_time oldest);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswscanf.c 61 const wchar_t *strp; local
71 strp = str;
72 if ((mlen = wcsrtombs(mbstr, &strp, len, &mbs)) == (size_t)-1) {
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 142 static const char * getzname(const char * strp);
143 static const char * getqzname(const char * strp, const int delim);
144 static const char * getnum(const char * strp, int * nump, int min,
146 static const char * getsecs(const char * strp, long * secsp);
147 static const char * getoffset(const char * strp, long * offsetp);
148 static const char * getrule(const char * strp, struct rule * rulep);
619 getzname(strp)
620 register const char * strp;
624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
626 ++strp;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 142 static const char * getzname(const char * strp);
143 static const char * getqzname(const char * strp, const int delim);
144 static const char * getnum(const char * strp, int * nump, int min,
146 static const char * getsecs(const char * strp, long * secsp);
147 static const char * getoffset(const char * strp, long * offsetp);
148 static const char * getrule(const char * strp, struct rule * rulep);
619 getzname(strp)
620 register const char * strp;
624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
626 ++strp;
    [all...]
  /bionic/libc/tzcode/
localtime.c 152 static const char * getzname(const char * strp) ATTRIBUTE_PURE;
153 static const char * getqzname(const char * strp, const int delim)
155 static const char * getnum(const char * strp, int * nump, int min,
157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
158 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
159 static const char * getrule(const char * strp, struct rule * rulep);
662 getzname(register const char * strp)
666 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
668 ++strp;
669 return strp;
    [all...]
  /ndk/sources/android/support/src/
locale_support.c 52 int vasprintf_l(char** strp, locale_t l, const char* fmt, va_list args) {
54 return vasprintf(strp, fmt, args);
57 int asprintf_l(char** strp, locale_t locale, const char* fmt, ...) {
60 int result = vasprintf_l(strp, locale, fmt, args);
  /external/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap)
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap)
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap)
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL)
317 str_size = vsnprintf(*strp, str_size + 1, fmt, ap);
  /system/core/toolbox/
ps.c 16 static char *nexttoksep(char **strp, char *sep)
18 char *p = strsep(strp,sep);
21 static char *nexttok(char **strp)
23 return nexttoksep(strp, " ");
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 683 String strp = "@@ -21,18 +22,17 @@\\n jump\\n-s\\n+ed\\n over \\n-the\\n+a\\n %0Alaz\\n"; local
690 String strp = "@@ -21,18 +22,17 @@\\n jump\\n-s\\n+ed\\n over \\n-the\\n+a\\n %0Alaz\\n"; local
709 String strp = "@@ -21,18 +22,17 @@\\n jump\\n-s\\n+ed\\n over \\n-the\\n+a\\n laz\\n"; local
    [all...]
  /external/libselinux/src/
android.c 1420 char *strp; local
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 803 const HChar** strp; local
831 for (strp = sp->mandatory; *strp; strp++)
833 "%s%s\n", v, *strp);
    [all...]
  /external/qemu/audio/
audio.c 509 const char **strp = opt->valp; local
512 *strp ? *strp : "(not set)");
592 const char **strp = opt->valp; local
593 *strp = audio_get_conf_str (optname, *strp, &def);
    [all...]
  /external/libedit/src/
readline.c 1603 const char *strp; local
    [all...]

Completed in 1888 milliseconds

1 2