Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 41) sorted by relevance

12

/glibc-2.36/manual/
DMakefile54 examples = $(filter %.c.texi, $(texis)) macro
61 texis-path := $(filter-out $(libc-texi-generated) summary.texi $(examples), \
64 $(examples), $(texis)))
132 $(objpfx)%.c.texi: examples/%.c
157 $(patsubst %.c.texi,examples/%.c, $(examples))
DREADME.pretty-printers113 Python API documentation, and use the existing printers as examples. The printer
125 You can use the existing unit tests as examples.
Dfdl-1.3.texi498 If your document contains nontrivial examples of program code, we
499 recommend releasing these examples in parallel under your choice of
Dgetopt.texi156 Here are some examples showing what this program prints with different
Dio.texi276 Here are some examples of file names:
Dsyslog.texi85 are examples of recognized facilities. For the complete list,
Dcharset.texi37 section gives a few examples to help understand the design decisions
396 conversion functions (as shown in the examples below).
2290 existing examples. It'll become clearer once it is. --drepper}
2958 @glibcadj{} sources. It contains many examples of working and optimized
Dintro.texi418 Although the plugins mentioned as examples are all brought in by means
1123 On the other hand, in each of the following examples the reference is
Dstring.texi1305 Here are some examples showing the use of @code{strcmp} and
1306 @code{strncmp} (equivalent examples can be constructed for the wide
1307 character functions). These examples assume the use of the ASCII
Dtexinfo.tex2154 % Fonts for indices, footnotes, small examples (9pt).
2168 % Fonts for small examples (8pt).
2302 % Fonts for indices, footnotes, small examples (9pt).
2316 % Fonts for small examples (8pt).
3451 % Since these characters are used in examples, they should be an even number of
7261 % If you want all examples etc. small: @set dispenvsize small.
7262 % If you want even small examples the full size: @set dispenvsize nosmall.
Djob.texi245 All of the program examples included in this chapter are part of
Dargp.texi98 * Examples: Argp Examples. Simple examples of programs using argp.
Dstdio.texi1614 * Formatted Output Basics:: Some examples to get you started.
2058 Here are some more examples showing how unsigned integers print under
2187 Here are some examples showing how numbers print using the various
3828 Here are some examples of @samp{%[} conversions and what they mean:
Dlocale.texi1323 A few examples should make clear how the function works. It is
/glibc-2.36/scripts/
Dpylintrc29 # multiple time. See also the "--disable" option for examples.
/glibc-2.36/ChangeLog.old/
DChangeLog.195142 * manual/examples/twalk.c: New file.
8967 * manual/examples/add.c: Remove redundant "if not".
8968 * manual/examples/argp-ex1.c: Likewise.
8969 * manual/examples/argp-ex2.c: Likewise.
8970 * manual/examples/argp-ex3.c: Likewise.
8971 * manual/examples/argp-ex4.c: Likewise.
8972 * manual/examples/atexit.c: Likewise.
8973 * manual/examples/db.c: Likewise.
8974 * manual/examples/dir.c: Likewise.
8975 * manual/examples/dir2.c: Likewise.
[all …]
DChangeLog.85748 * manual/examples/filesrv.c (main): Remove filename first.
5753 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
5756 * manual/examples/filecli.c (main): Use AF_LOCAL
6166 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
6554 * manual/examples/inetsrv.c (main): Change prototype of
6557 * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
6562 * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
6563 * manual/examples/isockad.c (init_sockaddr): Likewise.
6565 * manual/examples/mkfsock.c (make_named_socket): Removed blank
6881 * manual/maint.texi: Use supported platform in examples.
[all …]
DChangeLog.12750 * manual/examples/longopt.c (main): Fix which options take arguments.
2311 * manual/examples/dir.c: Use perror() rather than puts().
4057 syntax in the plural formula examples.
7571 * manual/examples/execinfo.c: New file.
7853 * manual/examples/longopt.c: Make the "struct option" a little
8562 asprintf. Also make the asprintf/snprintf examples a little
8786 the examples from Unix98.
DChangeLog.1816529 * manual/examples/memstrm.c: Remove warning when priting size_t.
22550 * manual/examples/mkdirent.c: New example.
25232 code examples that with many PDF readers cannot be cut out of PDFs
25238 this’ and produces examples that can be cut out of PDFs. This
25781 * manual/examples/strncat.c: Remove.
28042 * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
47353 * manual/examples/ofdlocks.c: Example of open file description
61832 keyword from examples.
71681 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
77542 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
[all …]
DChangeLog.10519 * manual/examples/argp-ex2.c: Likewise.
520 * manual/examples/argp-ex3.c: Likewise.
521 * manual/examples/argp-ex4.c: Likewise.
522 * manual/examples/mkfsock.c: Likewise.
5425 * manual/examples/pipe.c: Close other end of pipe to make example work.
6026 * manual/install.texi (Running make install): Give examples for
13063 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
DChangeLog.1110728 * manual/examples/subopt.c (mount_opts): Add missing terminating
13375 * crypt/examples/genpass.c: Moved to...
13376 * manual/examples/genpass.c: ...here.
13377 * crypt/examples/mygenpass.c: Moved to...
13378 * manual/examples/mygenpass.c: ...here.
13379 * crypt/examples/testpass.c: Moved to...
13380 * manual/examples/testpass.c: ...here.
DChangeLog.74149 examples.
8307 * manual/examples/argp-ex1.c, manual/examples/argp-ex2.c,
8308 manual/examples/argp-ex3.c, manual/examples/argp-ex4.c: New files.
9160 * manual/examples/fmtmsgexpl.c: Example program for fmtmsg
11921 * manual/examples/dir2.c: New example for scandir.
/glibc-2.36/posix/
Dtst-regex.input5748 * manual/examples/filesrv.c (main): Remove filename first.
5753 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
5756 * manual/examples/filecli.c (main): Use AF_LOCAL
6166 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
6554 * manual/examples/inetsrv.c (main): Change prototype of
6557 * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
6562 * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
6563 * manual/examples/isockad.c (init_sockaddr): Likewise.
6565 * manual/examples/mkfsock.c (make_named_socket): Removed blank
6881 * manual/maint.texi: Use supported platform in examples.
[all …]
/glibc-2.36/math/
Dauto-libm-test-in4863 # b = w - a; these examples are of the form
4864 # (1 + 2^-a + 2^-b + 2^(1-w)) / (1 + 2^-b). These examples have
6692 # result. These examples have products of the form
/glibc-2.36/timezone/
Daustralasia659 # refer to legislation only for examples of common practice, or as a

12