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

  /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/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/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/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/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/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/libselinux/src/
android.c 1420 char *strp; local
    [all...]
  /external/libedit/src/
readline.c 1603 const char *strp; local
    [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/svox/pico/lib/
picopr.c 865 picokpr_VarStrPtr strp; local
890 strp = picokpr_getVarStrPtr(net, picokpr_getProdNameOfs(net, i));
892 while ((i < lprodarrlen) && !(pr_strEqual(prodNamePtr, strp))) {
895 strp = picokpr_getVarStrPtr(net, picokpr_getProdNameOfs(net, i));
2850 picoos_uchar * strp; local
    [all...]

Completed in 201 milliseconds