Home
last modified time | relevance | path

Searched refs:separate (Results 1 – 25 of 112) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c248 const char *separate = MSG_ORIG(MSG_MOD_SEPARATE); in dlflags() local
261 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) { in dlflags()
292 } while ((tok = strtok_r(NULL, separate, &lasts)) != NULL); in dlflags()
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c107 static void separate(char *s);
298 separate("1"); in merge()
310 separate("2"); in merge()
345 separate(dup?"3":""); in merge()
385 separate(char *s) in separate() function
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.bug11 # this program fails if awk is created without separate I&D
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c979 char separate; in grep() local
1432 separate = ':'; in grep()
1434 separate = '-'; in grep()
1460 (void) printf("%s%c", fn, separate); in grep()
1464 (blkoffset / BSIZE), separate); in grep()
1468 separate); in grep()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME26 I've added code that lets you split the program into separate read and write
40 1: Use separate read and write processes. The -R2 option gets it or if you want
70 accomplishes the same thing, but runs postio as separate read and write processes,
/illumos-gate/usr/src/uts/common/io/mac/
H A DREADME34 Each functional component of the mac module is implemented in a separate
56 implemented as a plugin delivered in a separate file under the
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-fwd50 // Move unused return edges into a separate graph so they don't get followed
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ23 must be a totally separate project from the back end: any other
32 decisions. I want the front-end to be considered a separate
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE89 to scripts that are executed without a separate
91 Functions that need to be defined across separate
/illumos-gate/usr/src/
H A DREADME.license-files34 into one or more separate files.
37 already be provided as separate files. For example, GPL license
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME28 separate shell (this way you will be able manage them).
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c123 const char *pattern, int separate);
497 const char *pattern, int separate) in ef_match_relative_pathname() argument
531 if((separate && _pn_append_to_path(ef->path, FS_DIR_SEP, -1, 0)==NULL) || in ef_match_relative_pathname()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall18 Internet (e.g. WWW, ftp, etc). Draw up a separate list for what you
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.execdata41 # Executables can also create a separate executable bss segment. Adding
H A Dmap.noexdata38 # Executables can also create a separate non-executable bss segment.
/illumos-gate/usr/src/cmd/file/
H A Dmagic95 0 short 0411 pdp11 separate I&D
211 >0x1e short &0x2 separate
231 >0x3 byte &0x4 separate
239 >0x3 byte &0x4 separate
246 0 long 0xe809 separate object file (z8000 a.out)
/illumos-gate/usr/src/cmd/bnu/
H A DSysfiles51 # This example uses different systems and dialers files to separate
/illumos-gate/usr/src/cmd/lp/filter/
H A Dslow.filter28 ## user's print request, sending the output to separate files.
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE52 dllfind() and dllnext() in separate files (for 3d)
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Dchap-secrets27 # Protocol) are placed here. Each line is a separate entry and consists of
H A Dpap-secrets27 # are placed here. Each line is a separate entry and consists of a list of
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info65 * This will get moved to a separate SunMC physical view plugin later.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES8 separate preprocessing pass. Other C tools requiring C tokenizing
/illumos-gate/usr/src/lib/libsasl/
H A DREADME15 go their separate ways. In order to assist with resynchronization, some
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dpiclfrutree.info67 * This will get moved to a separate SunMC physical view plugin later.

12345