Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c1085 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, in makeargv() argument
1102 if (lastquote != NULL) in makeargv()
1103 *lastquote = '\0'; in makeargv()
1124 if (lastquote != NULL) in makeargv()
1125 *lastquote = arg[i]; in makeargv()
1162 if (lastquote != NULL) in makeargv()
1163 *lastquote = '\0'; in makeargv()
1208 if (lastquote != NULL) in makeargv()
1209 *lastquote = '\0'; in makeargv()
/external/dnsmasq/src/
Doption.c2557 unsigned int lastquote; in one_file() local
2574 for (white = 1, lastquote = 0, p = buff; *p; p++) in one_file()
2600 lastquote = p - buff; in one_file()
2618 while (strlen(buff) > lastquote && isspace((int)unhide_meta(buff[strlen(buff)-1]))) in one_file()