Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/tools/tzcode/
Dlocaltime.c142 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) in getzname() argument
620 register const char * strp; in getzname()
624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
626 ++strp;
[all …]
/external/icu4c/tools/tzcode/
Dlocaltime.c142 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) in getzname() argument
620 register const char * strp; in getzname()
624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
626 ++strp;
[all …]
/external/qemu/audio/
Daudio.c510 const char **strp = opt->valp; in audio_print_options() local
513 *strp ? *strp : "(not set)"); in audio_print_options()
593 const char **strp = opt->valp; in audio_process_options() local
594 *strp = audio_get_conf_str (optname, *strp, &def); in audio_process_options()
/external/svox/pico/lib/
Dpicopr.c865 picokpr_VarStrPtr strp; in pr_addContext() local
890 strp = picokpr_getVarStrPtr(net, picokpr_getProdNameOfs(net, i)); in pr_addContext()
892 while ((i < lprodarrlen) && !(pr_strEqual(prodNamePtr, strp))) { in pr_addContext()
895 strp = picokpr_getVarStrPtr(net, picokpr_getProdNameOfs(net, i)); in pr_addContext()
2850 picoos_uchar * strp; in pr_calcPathCost() local
2882 strp = picokpr_getVarStrPtr(path->rele[li].rnetwork, path->rele[li].rprodname); in pr_calcPathCost()
2884 picoos_strcat(str, strp); in pr_calcPathCost()