Home
last modified time | relevance | path

Searched refs:record (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlib.c37 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 …]
Dawk.h64 extern char *record; /* points to $0 */
DFIXES185 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.
Drun.c189 while (getrec(&record, &recsize, 1) > 0) { in program()
431 n = getrec(&record, &recsize, 1); in getline()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Denvironment.ipp58 // create and return new record
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dinclude68 # happen because a file record is created when a target-specific variable is
/ndk/build/gmsl/
Dgmsl-tests449 $(call test_assert,$(call split,*,star*field*record),star field record)
/ndk/build/tools/
DREADME.md284 For the record, on a 2.4 GHz Xeon with 16 Hyper-threaded cores and 12GB of
439 record, with NDK r7, the list was:
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi761 record the configuration. Also preserve files that could be made by
Dmake.info-12377 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
Dmake.info-21837 delete the files that record the configuration. Also preserve
Dmake.texi2799 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/
DChangeLog2167 we record targets, so we can disable non-POSIX behavior while
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm922 { // Pattern exhaused, record answer and search for another one
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex203 % leading; that is exactly what \strutbox is supposed to record.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02035 # Strip out --silent because we don't want to record it for future runs.