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

/external/openssh/
H A Dsftp.c962 * If "lastquote" is not NULL, the quoting character used for the last
963 * argument is placed in *lastquote ("\0", "'" or "\"").
972 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, argument
989 if (lastquote != NULL)
990 *lastquote = '\0';
1007 if (lastquote != NULL)
1008 *lastquote = arg[i];
1045 if (lastquote != NULL)
1046 *lastquote = '\0';
1091 if (lastquote !
[all...]
/external/dnsmasq/src/
H A Doption.c2583 unsigned int lastquote; local
2600 for (white = 1, lastquote = 0, p = buff; *p; p++)
2626 lastquote = p - buff;
2644 while (strlen(buff) > lastquote && isspace((int)unhide_meta(buff[strlen(buff)-1])))

Completed in 114 milliseconds