HomeSort by: relevance | last modified time | path
    Searched refs:versions (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/sys/dev/microcode/aic7xxx/
aicasm.h 84 extern char *versions;
aicasm_gram.y 69 char *versions;
1922 if (versions != NULL)
1923 oldlen = strlen(versions);
1924 versions = realloc(versions, newlen + oldlen + 2);
1925 if (versions == NULL)
1927 strcpy(&versions[oldlen], prefix);
1928 strcpy(&versions[oldlen + strlen(prefix)], verstring);
1929 versions[newlen + oldlen] = '\n';
1930 versions[newlen + oldlen + 1] = '\0'
    [all...]
  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 49 --disable-soname-versions \
65 --disable-soname-versions \
  /src/usr.bin/make/unit-tests/
varname-dot-make-level.mk 35 # This special case allows older versions of make to coexist with newer
36 # versions of make. Older version of make (up to NetBSD 9) stored the internal
39 # environment variable. Newer versions of make (since NetBSD 11) store the
varmod-order-numeric.mk 12 # Make uses 'long long' for C99 or later, and 'long' for older C versions.
varmod-head.mk 52 # No '.info' to keep the file compatible with old make versions.
  /src/usr.bin/rpcgen/
rpc_parse.h 141 version_list *versions; member in struct:program_def
rpc_sample.c 80 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
193 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
267 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
rpc_hout.c 179 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
195 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
317 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
326 if (!define_printed(proc, def->def.pr.versions)) {
338 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
rpc_tblout.c 99 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
rpc_svcout.c 186 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
219 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
299 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
347 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
597 for (vp = def->def.pr.versions; vp != NULL;
788 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
949 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
rpc_clntout.c 89 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 32 iASL has been generated with these versions of Flex/Bison:
57 The Windows versions of GNU Flex/Bison must be installed, and they must
76 iASL has been generated with these versions of Flex/Bison for Windows:
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 22 # versions in m4sugar had bugs.
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
ax_check_compile_flag.m4 53 # This special exception to the GPL applies to versions of the Autoconf
ax_check_define.m4 42 # This special exception to the GPL applies to versions of the Autoconf
ax_check_link_flag.m4 53 # This special exception to the GPL applies to versions of the Autoconf
ax_tls.m4 42 # This special exception to the GPL applies to versions of the Autoconf
ax_pthread.m4 80 # This special exception to the GPL applies to versions of the Autoconf
189 # On Solaris (at least, for some versions), libc contains stubbed
190 # (non-functional) versions of the pthreads routines, so link-based
247 # Clang needs special handling, because older versions handle the -pthread
269 # However, older versions of Clang make a point of warning the user
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra30-cardhu-a04.dts 6 /* This dts file support the cardhu A04 and later versions of board */
  /src/lib/
checkver 82 versions greater than that in the version file.
110 local ms="The following libraries have versions greater than the source"
  /src/common/dist/zlib/contrib/ada/
read.adb 34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older.
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 18 # regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
32 # in any modified and/or redistributed versions, and that such modified
33 # versions are clearly identified as such.
fskeletn.s 18 # regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
32 # in any modified and/or redistributed versions, and that such modified
33 # versions are clearly identified as such.
  /src/doc/
TODO.compat-module 32 monolithic versions of these modules are no longer provided.

Completed in 20 milliseconds

1 2 3 4