Searched refs:sep (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vmsjobs.c | 474 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/ |
D | lib.c | 184 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()
|
D | run.c | 1213 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/ |
D | num_get.cpp | 88 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/ |
D | pathstuff.c | 134 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/ |
D | Makefile.am | 21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \ 81 sep.good sep.inp sep.sed \
|
D | Makefile.in | 649 SEDTESTS = $(am__append_1) appquit enable sep inclib 8bit newjis xabcx \ 710 sep.good sep.inp sep.sed \
|
D | Makefile.tests | 21 enable sep inclib 8bit 8to7 newjis xabcx dollar noeol bkslashes \
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 476 sep= 487 copied=$copied${sep}$gnulib_mk; sep=$nl 498 copied=$copied$sep$file; sep=$nl
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 303 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/ |
D | 0000-CROSS.patch | 4017 p = p.rstrip(os.sep) 4026 p = p.rstrip(os.sep)
|