Home
last modified time | relevance | path

Searched refs:doublequote (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \
594 F.1: here-doc embed with unbal single, back- or doublequote '\''
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \
610 F.3: here-doc embed with unbal single, back- or doublequote `
/freebsd/contrib/tcsh/
H A Dtc.os.c664 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2upcase() enumerator
681 else if (string != doublequote) in bs2upcase()
687 string = doublequote; in bs2upcase()
705 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; in bs2cmdlist() enumerator
728 else if (string != doublequote) in bs2cmdlist()
734 string = doublequote; in bs2cmdlist()
/freebsd/libexec/ftpd/
H A Dftpd.c238 static char *doublequote(char *);
2620 if ((s = doublequote(name)) == NULL) in makedir()
2646 if ((s = doublequote(path)) == NULL) in pwd()
3346 doublequote(char *s) in doublequote() function