Home
last modified time | relevance | path

Searched refs:built (Results 1 – 25 of 104) sorted by relevance

12345

/titanic_41/usr/src/cmd/sendmail/cf/sh/
H A Dmakeinfo.sh90 echo '#####' built on `date`
93 echo '#####' built by $user@$host on `date`
95 echo '#####' built automatically @$host on `date`
/titanic_41/usr/src/lib/libshell/common/
H A Dbuiltins.mm6 Guidelines for writing \f5ksh-93\fP built-in commands
13 is the ability to add built-in commands at run time.
21 to can be loaded into \f5ksh\fP at run time as built-in
27 A built-in command is executed without creating a separate process.
30 then the behavior of this built-in is identical to that of
36 about 50 times faster as a built-in command.
38 In addition, built-in commands that have side effects on the
43 was added as a group of built-ins commands that
48 While there are definite advantages to adding built-in
50 Since the built-in command and \f5ksh\fP share the same
[all …]
H A DDESIGN11 The man pages for built-ins are in builtins.c rather
27 The directory bltins contains code for most of the built-in
28 commands. Additional built-in commands are part of libcmd.
57 that are associated with some of the built-ins.
103 24. variables.h contains symbolic constants for the built-in
127 for get and set functions for built-in variables.
138 built on the hash library in libast.
H A Dsh.memo251 .IR built-ins ,
254 The reasons that some commands are built-in are presented later.
256 between a command that is built-in and one that
259 all commands that are built-in follow command line conventions.
314 built-in.
358 Aliases can be used to redefine built-in commands so that
364 using the built-in \f5test\fP command.
433 A built-in command named \f5hist\fP
783 The built-in command \f5bg\fP
785 while the built-in command \f5fg\fP
[all …]
H A DRELEASE88105 now possible to add built-in commands at runtime with the
201 3. The output of values from built-ins that contain special
221 1. Special built-ins (those with a dagger in front of them) are
224 3. Other built-ins that do not require an executable version
234 If the shell has a built-in version of the command corresponding
235 to this command, then the built-in version of this command
307 m. The read built-in has been changed as follows:
327 p. true and false are built-ins, not aliases to built-ins.
338 t. The whence built-in has an option -a which causes all
343 v. The times built-in command has been removed. The time
[all …]
H A DCOMPATIBILITY23 4. A built-in command named command has been added which is
28 5. The output format for some built-ins has changed. In particular
57 built-in version will be run at the point /bin is found
62 with respect to its built-ins. For example, typeset -8i
H A DPROMO.mm68 that many of the standard utilities are built-in.
70 commands to be added as built-ins at run time
133 KSH-93 can be extended by adding built-in commands at run time.
H A DREADME12 are in the edit sub-directory. The code for shell built-ins is
98 built first. The binary for ksh becomes the file named ./ksh which can
130 To run all these tests with the shell you just built, go to the tests
138 pair library that is needed for writing built-ins that need to
147 built-in commands that can be loaded at run time.
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_getconf.sh81 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
100 print -u2 "getconf/path built mismatch: |\$t|:|\$a| != |\$b|"
/titanic_41/usr/src/uts/
H A DREADME91 where the module (and associated objects) are built. After a 'make
105 pseudo-targets) may be directly built at this level (such
162 modularized kernels and modules to be built.
166 for ARCHITECTURE to be built.
170 dependent modules for MACHINE to be built.
173 kernel for MACHINE to be built (and unix.o).
176 directory will cause MODULE.kmod to be built.
247 the set can be built across multiple files. As example:
261 can be built in a machine independent way, this would be in the
/titanic_41/usr/src/cmd/ipf/examples/
H A Dftp-proxy1 How to setup FTP proxying using the built in proxy code.
4 NOTE: Currently, the built-in FTP proxy is only available for use with NAT
/titanic_41/usr/src/cmd/acpi/
H A DReadme5 The assembler/disassembler (iasl) is currently not being built here, but it
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt165 is a built-in kstat type, all are defined the same way.
169 These kstat_io_t types provide two built-in time-gathering mechanisms, which it
173 runq and the waitq must be made via built-in functions, such as
198 # The following fields are automatically updated by the built-in
218 are built-in, as explained above.
231 descriptor. The fields definitions are built-in, as explained above.
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A DREADME65 can be built by hand or you can use postio (with the -t option) and the stuff
78 built up using files in devpost/charlib.
84 built a width table for font XR and the PostScript name is /ExtraFont-Roman
115 The devpostaps directory is new and the binary tables won't be built or installed
/titanic_41/usr/src/cmd/mdb/demo/
H A DREADME89 modules, you can either use the ::load built-in dcmd with the absolute pathname
92 built-in dcmd. For example:
106 /usr/bin/echo or MDB's built-in ::echo dcmd. ::vminfo is a command to read
126 dcmd can be built using this walker. Using the simple_proc walker, you can
/titanic_41/usr/src/cmd/bnu/
H A DDevices31 # Types that appear in the 5th field must be either built-in
41 # \T should only be used with built-in functions that require expansion
43 # a \T is used for a built-in, and \D is used for an entry
/titanic_41/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.gladman16 built using this software without specific written permission.
/titanic_41/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh189 then print 'The following is the current list of built-in commands:'
/titanic_41/usr/src/tools/cscope-fast/
H A Dmain.c961 int built = 0; /* built crossref for these files */ in build() local
1142 (long)built, 0L); in build()
1145 "files copied", (long)built, in build()
1160 ++built; in build()
1165 ++built; in build()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dreport1.txt58 This information is gathered to help design the new built-in
/titanic_41/usr/src/lib/libavl/
H A DREADME31 The actual source code used to build the avl library is also built by
/titanic_41/usr/src/lib/
H A DREADME.Makefiles55 be built explicitly, but instead should be included (using the make
221 Note that if your library is also built 64-bit, then you should
324 even though static libraries are not normally built in ON, and
326 (described below) controls the types of libraries that are built
355 are built. For loadable modules, you should just list DYNLIB,
359 If your library needs to be built as a static library (typically
599 By default, all position-independent objects are built with CTF data using
601 object is built. All C-source objects processed via ctfmerge need to be
602 processed via ctfconvert or the build will fail. Objects built from non-C
/titanic_41/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h202 * POSIX.2-1992 Section 2.3 "regular built-in
/titanic_41/usr/src/tools/findunref/
H A Dexception_list.common71 # built or used during a nightly.
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dmapfile-intf44 # is built from the same source as the grub loader.

12345