Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c474 char *sep; in child_execute_job() local
509 p = sep = q = cmd; in child_execute_job()
527 p = sep = q; in child_execute_job()
534 sep = q; in child_execute_job()
538 sep = q; in child_execute_job()
542 sep = q - 1; in child_execute_job()
547 if (sep - p > 78) in child_execute_job()
550 fwrite (p, 1, sep - p, outfile); in child_execute_job()
551 p = sep; in child_execute_job()
552 if (*sep) in child_execute_job()
/ndk/sources/host-tools/nawk-20071023/
Dlib.c184 int sep, c; in readrec() local
191 if ((sep = **RS) == 0) { in readrec()
192 sep = '\n'; in readrec()
199 for (; (c=getc(inf)) != sep && c != EOF; ) { in readrec()
205 if (**RS == sep || c == EOF) in readrec()
259 char *r, *fr, sep; in fldbld() local
279 } else if ((sep = *inputFS) == ' ') { /* default whitespace */ in fldbld()
298 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */ in fldbld()
328 while (*r != sep && *r != rtest && *r != '\0') /* \n is always a separator */ in fldbld()
Drun.c1213 int sep; in split() local
1229 sep = *fs; in split()
1278 } else if (sep == ' ') { in split()
1300 } else if (sep == 0) { /* new: split(s, a, "") => 1 char/elem */ in split()
1316 while (*s != sep && *s != '\n' && *s != '\0') in split()
/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, in __get_fdigit_or_sep() argument
90 if (c == sep) { in __get_fdigit_or_sep()
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c134 char sep; /* what flavor of separator used in old path */ in convert_path_to_nutc() local
187 sep = *etok; in convert_path_to_nutc()
212 *etok = sep; in convert_path_to_nutc()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DMakefile.am21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \
81 sep.good sep.inp sep.sed \
DMakefile.in649 SEDTESTS = $(am__append_1) appquit enable sep inclib 8bit newjis xabcx \
710 sep.good sep.inp sep.sed \
DMakefile.tests21 enable sep inclib 8bit 8to7 newjis xabcx dollar noeol bkslashes \
/ndk/sources/host-tools/sed-4.2.1/
Dautoboot476 sep=
487 copied=$copied${sep}$gnulib_mk; sep=$nl
498 copied=$copied$sep$file; sep=$nl
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c303 char *sep; /* end of string matched by subsubRE */ in dissect() local
389 sep = slow(m, ssp, rest, ssub, esub); in dissect()
390 if (sep == NULL || sep == ssp) in dissect()
393 ssp = sep; in dissect()
395 if (sep == NULL) { in dissect()
397 sep = ssp; in dissect()
400 assert(sep == rest); /* must exhaust substring */ in dissect()
401 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
402 if (dissect(m, ssp, sep, ssub, esub) != sep) { in dissect()
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0000-CROSS.patch4017 p = p.rstrip(os.sep)
4026 p = p.rstrip(os.sep)