Searched refs:standard (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/contrib/groff/src/include/
H A Dsearchpath.h26 search_path(const char *envvar, const char *standard,
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp37 search_path::search_path(const char *envvar, const char *standard, argument
49 + ((standard && *standard) ? strlen(standard) : 0)
64 if (standard && *standard)
65 strcat(dirs, standard);
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dbackward_warning.h34 C++ standard. Examples include substituting the <X> header for the <X.h> \
/freebsd-9.3-release/share/mk/
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
H A Dbsd.sys.mk149 # Tell bmake not to mistake standard targets for things to be searched for
H A Dbsd.own.mk120 # INCLUDEDIR Base path for standard C include files [/usr/include]
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtest.sh12 -dh_special standard -v_peer -v_strict \
16 -dh_special standard -v_peer -v_strict \
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dpe.h174 /* From standard header. */
213 /* From standard header. */
238 AOUTHDR standard; member in struct:__anon545
269 /* Like PEAOUTHDR, except that the "standard" member has no BaseOfData
275 AOUTHDR64 standard; member in struct:__anon546
277 AOUTHDR standard;
/freebsd-9.3-release/etc/
H A Dlogin.conf55 standard:\
117 ## standard - standard user defaults
119 #standard:\
157 # :tc=standard:
170 # :tc=standard:
248 # :tc=standard:
279 ## Example standard accounting entries for subscriber levels
299 # :tc=standard:
/freebsd-9.3-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf39 # standard - standard user defaults
41 standard:\
72 :tc=standard:
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md166 * Numbers can have suffixes to specify standard multipliers:
167 + `[kKmMgG]` - standard 10 base multipliers (so `1k` is translated to 1000)
/freebsd-9.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh200 is unspecified, standard output is used for PDF output.
298 # Those standard options which expect an argument, but are specified with
307 # Among standard options, '-Tdev' is treated as a special case.
326 # All other standard options are simply passed through to 'groff',
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks10 behind hardware. Where possible and not in conflict with the standard,
13 around while keeping the driver compatible with the standard. For
134 flash reader might be on two LUNS. Some non-standard devices hang
/freebsd-9.3-release/sys/conf/
H A Dkmod.mk100 # Don't use any standard or source-relative include directories.
110 # set because there are no standard paths for non-headers.
250 # Search for kernel source tree in standard places.
/freebsd-9.3-release/contrib/binutils/bfd/
H A DpeXXigen.c667 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->standard.magic);
674 aouthdr_out->standard.vstamp);
676 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->standard.tsize);
677 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->standard.dsize);
678 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->standard.bsize);
679 PUT_AOUTHDR_ENTRY (abfd, aouthdr_in->entry, aouthdr_out->standard.entry);
681 aouthdr_out->standard.text_start);
686 aouthdr_out->standard.data_start);
/freebsd-9.3-release/share/examples/
H A DMakefile58 cvsup/standard-supfile \
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S32 # Torito standard. Due to broken BIOSen that do not load the desired
98 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dscan.l995 fn = "{standard input}";
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl63 the standard release in case C<--center> is not given.
72 Set the section for the C<.TH> macro. The standard conventions on
383 # */lib/*perl* standard or site_perl module
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dcharset.c32 The C99 standard discusses two character sets: source and execution.
44 standard library function mbstowcs() to an equivalent narrow string
140 not meet the requirements of the C standard for a wide character
846 the standard for the current language. Otherwise, we accept the
991 /* The standard permits $, @ and ` to be specified as UCNs. We use
1271 "non-ISO-standard escape sequence, '\\%c'", (int) c);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c36 /* tv standard constants */
74 enum radeon_tv_std standard; member in struct:radeon_tv_mode_constants
176 TV_STD_NTSC, /* standard */
191 TV_STD_PAL, /* standard */
206 TV_STD_NTSC, /* standard */
221 TV_STD_PAL, /* standard */
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlib.mk430 @echo building standard ${LIB} library
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh323 # Search automatically in standard sections `1' to `8', and in the
694 # Print <text> to standard error as a debugging aid.
746 # Print an error message to standard error, print the function stack,
768 # Print an error message to standard error; exit with an error condition.
1166 # Decompress if possible or just print <file> to standard output.
1183 error 'cat_z(): for standard input use save_stdin()';
1218 # Print marked message to standard error; useful for debugging.
1285 # Append the file, man-page, or standard input corresponding to the
1291 # - `-' to represent standard input (several times allowed).
1416 # Print to standard erro
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1675 // Too long: can't be a standard suffix.
2816 // spelled as Unicode, not written as a UCN. The standard requires that
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex268 standard has not been updated for a long time, however, and lacks

Completed in 213 milliseconds

12