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

/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c264 static char *doublequote(char *);
2649 if ((s = doublequote(name)) == NULL)
2675 if ((s = doublequote(path)) == NULL)
3405 doublequote(char *s)
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c668 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon4191
685 else if (string != doublequote)
691 string = doublequote;
709 enum { outside = ' ', singlequote='\'', doublequote='"'} string = outside; enumerator in enum:__anon4192
732 else if (string != doublequote)
738 string = doublequote;

Completed in 58 milliseconds