/illumos-gate/usr/src/cmd/filesync/ |
H A D | files.c | 380 /* literal escape */ 429 int literal = 0; local 432 if (literal) 434 case '\'': /* end of literal string */ 435 literal = 0; 443 case '\'': /* literal string */ 444 literal = 1;
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | wordexp.c | 69 register int c,quoted=0,literal=0,ac=0; local 91 literal = !literal; 92 else if(!literal)
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 804 int pos = 0, literal = 0, comment = 0; local 829 if (literal) 841 literal = 0; 845 if (c == '\\' && ! literal) 846 literal = 1;
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 112 /* literal parts of the filename, and none are added */ 281 * Otherwise pass a literal or static string. 290 * Otherwise pass a literal or static string. 887 * If backslashes in the filename should be treated as literal 888 * characters, call the following function with literal=1. Otherwise 895 * literal int Pass non-zero here to enable literal interpretation 896 * of backslashes. Pass 0 to turn off literal 899 void cfc_literal_escapes(CplFileConf *cfc, int literal) argument 903 cfc->escaped = !literal; [all...] |
H A D | pcache.c | 78 /* literal parts of the file name, and none are added */ 180 int literal, const char **nextp); 239 int literal, const char **endp); 652 * literal int If true, treat backslashes as literal characters 663 int literal, const char **nextp) 682 if(!literal && !escaped && *sptr == '\\') { 997 * literal int If this argument is zero, lone backslashes 1013 int literal) 1038 if(pca_expand_tilde(pc, name, name_len, literal, 662 pca_read_username(PathCache *pc, const char *string, int slen, int literal, const char **nextp) argument 1012 pca_lookup_file(PathCache *pc, const char *name, int name_len, int literal) argument 1592 ppc_literal_escapes(PcaPathConf *ppc, int literal) argument 1636 pca_expand_tilde(PathCache *pc, const char *path, int pathlen, int literal, const char **endp) argument [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.glob.c | 689 * Command substitute cp. If literal, then this is 694 dobackp(tchar *cp, bool literal) argument 736 backeval(ep, literal); 745 backeval(tchar *cp, bool literal) argument 748 int quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0; 858 * we didn't make empty words here when literal was 861 if (c != -1 && (cnt || literal)) {
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 121 unsigned char* literal; /* literal restart pattern */ member in struct:Cenv_s 2736 if (env->literal == env->pattern && env->literal == p) 2737 env->literal = env->cursor; 3276 env.literal = env.pattern = env.cursor = (unsigned char*)pattern; 3373 pattern = (const char*)env.literal;
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 41 FNPROTO(literal); variable
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 473 literal(fcode_env_t *env) function 2252 literal(env);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 2181 size_t proplen, boolean_t literal) 2198 NULL, NULL, 0, literal); 2326 * Retrieve a property from the given object. If 'literal' is specified, then 2334 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) 2358 * this into a string unless 'literal' is specified. 2365 if (literal || 2464 * (unless literal is set), and indicate that it's the default 2469 if (literal) 2474 if (literal) 2492 * literal i 2180 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf, size_t proplen, boolean_t literal) argument 2333 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument 2908 zfs_prop_get_userquota(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument 2967 zfs_prop_get_written(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument 4167 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, boolean_t literal) argument [all...] |
H A D | libzfs_pool.c | 245 zprop_source_t *srctype, boolean_t literal) 309 if (literal) { 319 } else if (literal) { 327 if (literal) { 244 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, zprop_source_t *srctype, boolean_t literal) argument
|