Searched refs:record (Results 1 – 21 of 21) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 37 char *record; variable 60 if ( (record = (char *) malloc(n)) == NULL in recinit() 66 fldtab[0]->sval = record; in recinit() 461 r = record; in recbld() 464 if (!adjbuf(&record, &recsize, 1+strlen(p)+r-record, recsize, &r, "recbld 1")) in recbld() 465 FATAL("created $0 `%.30s...' too long", record); in recbld() 469 if (!adjbuf(&record, &recsize, 2+strlen(*OFS)+r-record, recsize, &r, "recbld 2")) in recbld() 470 FATAL("created $0 `%.30s...' too long", record); in recbld() 475 if (!adjbuf(&record, &recsize, 2+r-record, recsize, &r, "recbld 3")) in recbld() 476 FATAL("built giant record `%.30s...'", record); in recbld() [all …]
|
D | awk.h | 64 extern char *record; /* points to $0 */
|
D | FIXES | 185 fixed subtle behavior in field and record splitting: if FS is 403 fixed potential bug in readrec: might fail to update record 615 added -mr N and -mf N options: more record and fields. 669 better test for detecting too-long output record.
|
D | run.c | 189 while (getrec(&record, &recsize, 1) > 0) { in program() 431 n = getrec(&record, &recsize, 1); in getline()
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0001-Disable-sincos-optimization.patch | 11 For the record, this optimization changes the following code:
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.ipp | 58 // create and return new record
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | include | 68 # happen because a file record is created when a target-specific variable is
|
/ndk/build/gmsl/ |
D | gmsl-tests | 449 $(call test_assert,$(call split,*,star*field*record),star field record)
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 325 For the record, on a 2.4 GHz Xeon with 16 Hyper-threaded cores and 12GB of 506 For the record, with NDK r7, the list was:
|
/ndk/docs/text/ |
D | ANDROID-MK.text | 736 > Define this variable to record a set of C/C++ compiler flags that will
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 206 an assertion "group", stop matching and return TRUE, but record the
|
D | uniq.inp | 611 an assertion "group", stop matching and return TRUE, but record the
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 761 record the configuration. Also preserve files that could be made by
|
D | make.info-1 | 2377 The purpose of the empty target file is to record, with its 3464 target is updated in some atomic fashion, or exists only to record a
|
D | make.info-2 | 1837 delete the files that record the configuration. Also preserve
|
D | make.texi | 2799 The purpose of the empty target file is to record, with its 4152 target is updated in some atomic fashion, or exists only to record a
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 2167 we record targets, so we can disable non-POSIX behavior while
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 922 { // Pattern exhaused, record answer and search for another one
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 203 % leading; that is exactly what \strutbox is supposed to record.
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2035 # Strip out --silent because we don't want to record it for future runs.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 217 % leading; that is exactly what \strutbox is supposed to record.
|