Searched refs:dequote (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_conf.l | 56 dequote(const char *s, size_t *len) in dequote() function 328 if ((yylval.string = dequote(yytext, &len)) == NULL) 336 if ((yylval.string = dequote(yytext, &len)) == NULL) 349 if ((yylval.retval->return_value = dequote(p, &len)) 369 if ((str = dequote(p, &len)) == NULL) 395 if ((yylval.string = dequote(p, &len)) == NULL)
|
/freebsd/contrib/sendmail/contrib/ |
H A D | domainmap.m4 | 76 R $+ <$+> <$+ . $+> $1 <$2> < $(dequote $3 "_" $4 $) > 78 R $+ <$+> <$+ .> $: $1 <$2> < $(dequote "domain_" $3 $) > 84 R $+ <$+> <$+> $: $1 <$2> < $(dequote "domain_" $3 $) >
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 100 Kdequote dequote 805 R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here 808 R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" 903 R< error : $- : $+ > $* $#error $@ $(dequote $1 $) $: $2 995 R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 232 Kdequote dequote`'ifdef(`confDEQUOTE_OPTS', ` confDEQUOTE_OPTS', `') 1075 R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here 1078 R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" 1157 R< error : $- $+ > $* $#error $@ $(dequote $1 $) $: $2 1386 R< error : $- : $+ > $* $#error $@ $(dequote $1 $) $: $2 1745 R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3475 dequote map. 6133 the need to use tricks like $(dequote "" $&{client_name} $) 6635 dequote. Problem noted by Alan Barrett of Internet Africa. 7881 The -a map flag was ignored for dequote maps. Problem noted by 8909 Change dequote map to replace spaces in quoted text with a value 8910 indicated by the -s flag on the dequote map definition. 8911 For example, ``Mdequote dequote -s_'' will change
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 4456 dequote map.
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 109186 int dequote /* True to dequote pCollName */ 109189 Expr *pNew = sqlite3ExprAlloc(pParse->db, TK_COLLATE, pCollName, dequote); 109940 int dequote /* True to dequote */ 109968 if( dequote && sqlite3Isquote(pNew->u.zToken[0]) ){ 111185 int dequote /* True to cause the name to be dequoted */ 111188 assert( pParse->eParseMode!=PARSE_MODE_UNMAP || dequote==0 ); 111196 if( dequote ){
|