/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | wordexp.c | 69 register int c,quoted=0,literal=0,ac=0; in wordexp() local 91 literal = !literal; in wordexp() 92 else if(!literal) in wordexp()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | pcache.c | 180 int literal, const char **nextp); 239 int literal, const char **endp); 663 int literal, const char **nextp) in pca_read_username() argument 682 if(!literal && !escaped && *sptr == '\\') { in pca_read_username() 1013 int literal) in pca_lookup_file() argument 1038 if(pca_expand_tilde(pc, name, name_len, literal, &nptr) || in pca_lookup_file() 1040 !literal) == NULL) in pca_lookup_file() 1066 if(_pn_append_to_path(pc->path, name, name_len, !literal) == NULL) in pca_lookup_file() 1592 void ppc_literal_escapes(PcaPathConf *ppc, int literal) in ppc_literal_escapes() argument 1595 ppc->escaped = !literal; in ppc_literal_escapes() [all …]
|
H A D | cplmatch.c | 899 void cfc_literal_escapes(CplFileConf *cfc, int literal) in cfc_literal_escapes() argument 903 cfc->escaped = !literal; in cfc_literal_escapes()
|
/titanic_44/usr/src/cmd/filesync/ |
H A D | files.c | 429 int literal = 0; in wildcards() local 432 if (literal) in wildcards() 435 literal = 0; in wildcards() 444 literal = 1; in wildcards()
|
/titanic_44/usr/src/cmd/tsol/tnctl/ |
H A D | tnrhdb | 32 # The following is a sample 32-bit match for the literal address 0.0.0.0, 34 # to 0.0.0.0 (literal), such as for dhcp or some third-party network
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 804 int pos = 0, literal = 0, comment = 0; in get_line_from_config() local 829 if (literal) in get_line_from_config() 841 literal = 0; in get_line_from_config() 845 if (c == '\\' && ! literal) in get_line_from_config() 846 literal = 1; in get_line_from_config()
|
/titanic_44/usr/src/lib/libtecla/ |
H A D | libtecla.h | 386 void cfc_literal_escapes(CplFileConf *cfc, int literal); 1776 int literal); 1821 void ppc_literal_escapes(PcaPathConf *ppc, int literal);
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.glob.c | 694 dobackp(tchar *cp, bool literal) in dobackp() argument 736 backeval(ep, literal); in dobackp() 745 backeval(tchar *cp, bool literal) in backeval() argument 748 int quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0; in backeval() 861 if (c != -1 && (cnt || literal)) { in backeval()
|
/titanic_44/usr/src/common/util/ |
H A D | sscanf.c | 150 goto literal; in vsscanf() 160 literal: in vsscanf()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2161 size_t proplen, boolean_t literal) in zfs_prop_get_recvd() argument 2178 NULL, NULL, 0, literal); in zfs_prop_get_recvd() 2314 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) in zfs_prop_get() argument 2345 if (literal || in zfs_prop_get() 2449 if (literal) in zfs_prop_get() 2454 if (literal) in zfs_prop_get() 2476 if (literal) { in zfs_prop_get() 2548 if (literal || (strcasecmp(propbuf, in zfs_prop_get() 2595 if (literal) in zfs_prop_get() 2889 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_userquota() argument [all …]
|
H A D | libzfs.h | 436 char *propbuf, int proplen, boolean_t literal); 440 char *propbuf, int proplen, boolean_t literal);
|
H A D | libzfs_pool.c | 215 zprop_source_t *srctype, boolean_t literal) in zpool_get_prop() argument 279 if (literal) { in zpool_get_prop() 289 } else if (literal) { in zpool_get_prop() 297 if (literal) { in zpool_get_prop()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 145 goto literal; in strfmon_impl() 152 literal: in strfmon_impl()
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | vfscanf.c | 184 goto literal; 197 literal:
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | functions.sh | 823 literal)t=$(typeset +f f) 833 f local global environment literal positional
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | HISTORY | 31 fix literal string concatenation bugs 117 add CATLITERAL compile switch for adjacent string literal concatenation 118 fix "\07" "3" -> "\073" string literal concatenation bug -> "\0073"
|
H A D | NOTES | 54 _Pragma(string-literal)
|
H A D | RELEASE | 158 ppmacref: fix ref inside literal catenation 259 proto does "..." "..." string literal concatenation 283 95-01-01 avoid string literal concatenation in pp.probe #if #predicate() tests
|
/titanic_44/exception_lists/ |
H A D | interface_check | 66 # We unfortunately can't use MACH() here, since .../64/ is literal, and not a
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 41 FNPROTO(literal);
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 121 unsigned char* literal; /* literal restart pattern */ member 2736 if (env->literal == env->pattern && env->literal == p) in seq() 2737 env->literal = env->cursor; in seq() 3276 env.literal = env.pattern = env.cursor = (unsigned char*)pattern; in regcomp() 3373 pattern = (const char*)env.literal; in regcomp()
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE88 | 115 j. An addition format for literal strings, $'....' can 116 be used where ever literal strings are valid. The string
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 136 literal(env); in blit()
|
H A D | forth.c | 473 literal(fcode_env_t *env) in literal() function 2252 literal(env); in interpret()
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.msg | 164 by the C programming language for literal string constants:\n\
|