Searched refs:delimiters (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 81 static const char delimiters[] = " \t\n\r\v\f*"; in ctf_lookup_by_name() local 99 if ((q = strpbrk(p + 1, delimiters)) == NULL) in ctf_lookup_by_name()
|
/titanic_44/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kmfconf | 65 echo "$0: missing Start or End delimiters for \ 83 #scc package delimiters.
|
H A D | i.pkcs11conf | 67 echo "$0: missing Start or End delimiters for \ 84 # and append the input entries with the package delimiters.
|
H A D | i.kcfconf | 76 echo "$0: missing Start or End delimiters for \ 93 # with the package delimiters.
|
H A D | r.kmfconf | 55 echo "$0: missing Start or End delimiters for $PKGINST in \
|
H A D | r.kcfconf | 56 echo "$0: missing Start or End delimiters for $PKGINST in \
|
H A D | r.pkcs11conf | 56 echo "$0: missing Start or End delimiters for $PKGINST in \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sadm/scripts/ |
H A D | i.ipsecalgs | 55 # Append the delimiters and entries of this package
|
/titanic_44/usr/src/ |
H A D | README.license-files | 53 B. If you planned ahead and included graceful delimiters in your
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 3194 char delimiters[4]; in check_autopush() local 3207 (void) snprintf(delimiters, 4, " %c\n", AP_DELIMITER); in check_autopush() 3209 module = strtok(val, delimiters); in check_autopush() 3214 module = strtok(NULL, delimiters); in check_autopush()
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | misc1.test | 176 abort, asc, begin, cluster, conflict, copy, delimiters, desc, end,
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | sh.memo | 2220 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 D | RELEASE | 1002 to IFS -- both treat IFS as field delimiters. 1003 05-02-22 The read builtin no longer strips off trailing delimiters that
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 193 static const char delimiters[] = " \t\n\r\v\f*`"; in dt_type_lookup() local 201 if (p == end || (q = strpbrk(p + 1, delimiters)) == NULL) in dt_type_lookup()
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3128 % braces and backslashes are used only as delimiters.
|