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

/freebsd-11-stable/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' \
602 F.2: here-doc embed with unbal single, back- or doublequote "
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-11-stable/libexec/ftpd/
H A Dftpd.c258 static char *doublequote(char *);
2660 if ((s = doublequote(name)) == NULL)
2686 if ((s = doublequote(path)) == NULL)
3386 doublequote(char *s)
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c664 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon18
681 else if (string != doublequote)
687 string = doublequote;
705 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon19
728 else if (string != doublequote)
734 string = doublequote;

Completed in 140 milliseconds