Searched refs:fs (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | main.c | 58 const char *fs = NULL; in main() local 100 fs = "\t"; in main() 102 fs = &argv[1][2]; in main() 106 fs = "\t"; in main() 108 fs = &argv[1][0]; in main() 110 if (fs == NULL || *fs == '\0') in main() 152 if (fs) in main() 153 *FS = qstring(fs, '\0'); in main()
|
D | lib.c | 407 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */ in refldbld() argument 426 pfa = makedfa(fs, 1); in refldbld() 427 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) ); in refldbld()
|
D | run.c | 1214 char *t, temp, num[50], *fs = 0; in split() local 1221 fs = *FS; in split() 1224 fs = getsval(x); in split() 1226 fs = "(regexpr)"; /* split(str,arr,/regexpr/) */ in split() 1229 sep = *fs; in split() 1232 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) ); in split() 1238 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ in split() 1243 pfa = makedfa(fs, 1); in split()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 70 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs, 79 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs) 1291 struct re_fail_stack_t *fs) in proceed_next_node() argument 1322 else if (fs != NULL in proceed_next_node() 1323 && push_fail_stack (fs, *pidx, candidate, nregs, regs, in proceed_next_node() 1347 if (fs != NULL) in proceed_next_node() 1378 if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL in proceed_next_node() 1391 push_fail_stack (struct re_fail_stack_t *fs, Idx str_idx, Idx dest_node, in push_fail_stack() argument 1395 Idx num = fs->num++; in push_fail_stack() 1396 if (fs->num == fs->alloc) in push_fail_stack() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ptrspec_test.cpp | 229 vector<Func> fs; in function_pointer() local 230 fs.push_back(&f1); in function_pointer() 231 CPPUNIT_ASSERT( !fs.empty() ); in function_pointer()
|
/ndk/tests/device/test-stlport/unit/ |
D | ptrspec_test.cpp | 229 vector<Func> fs; in function_pointer() local 230 fs.push_back(&f1); in function_pointer() 231 CPPUNIT_ASSERT( !fs.empty() ); in function_pointer()
|
/ndk/build/tools/toolchain-patches/llvm/ |
D | 0016-Detect-sysroot-automatically.patch | 28 + if (!llvm::sys::fs::exists(SysRootCandidate.c_str(), Exists) && Exists)
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 399 ln -fs "$dot_dots$src" "$dst"
|