HomeSort by relevance Sort by last modified time
    Searched refs:lastquote (Results 1 - 2 of 2) sorted by null

  /external/openssh/
sftp.c 962 * 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,
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 != NULL
    [all...]
  /external/dnsmasq/src/
option.c 2583 unsigned int lastquote; local
    [all...]

Completed in 94 milliseconds