Home
last modified time | relevance | path

Searched refs:delimiters (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf65 echo "$0: missing Start or End delimiters for \
83 #scc package delimiters.
H A Di.pkcs11conf67 echo "$0: missing Start or End delimiters for \
84 # and append the input entries with the package delimiters.
H A Di.kcfconf76 echo "$0: missing Start or End delimiters for \
93 # with the package delimiters.
H A Dr.kcfconf56 echo "$0: missing Start or End delimiters for $PKGINST in \
H A Dr.kmfconf55 echo "$0: missing Start or End delimiters for $PKGINST in \
H A Dr.pkcs11conf56 echo "$0: missing Start or End delimiters for $PKGINST in \
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c83 static const char delimiters[] = " \t\n\r\v\f*"; in ctf_lookup_by_name() local
101 if ((q = strpbrk(p + 1, delimiters)) == NULL) in ctf_lookup_by_name()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs55 # Append the delimiters and entries of this package
/illumos-gate/usr/src/
H A DREADME.license-files53 B. If you planned ahead and included graceful delimiters in your
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c3358 char delimiters[4]; in check_autopush() local
3371 (void) snprintf(delimiters, 4, " %c\n", AP_DELIMITER); in check_autopush()
3373 module = strtok(val, delimiters); in check_autopush()
3378 module = strtok(NULL, delimiters); in check_autopush()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test174 abort, asc, begin, cluster, conflict, copy, delimiters, desc, end,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2220 to delimit fields with two adjacent delimiters that denote
2222 The Bourne shell treats adjacent delimiters as a single
2225 delimiters that are considered white space characters
2227 adjacent delimiters separate
H A DRELEASE1908 to IFS -- both treat IFS as field delimiters.
1909 05-02-22 +The read builtin no longer strips off trailing delimiters that
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c194 static const char delimiters[] = " \t\n\r\v\f*`"; in dt_type_lookup() local
202 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL) in dt_type_lookup()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE33 12-04-23 sfio_t.h: change getr to 32 bits to prepare for UTF-8 delimiters
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3128 % braces and backslashes are used only as delimiters.