Home | History | Annotate | Download | only in openssh

Lines Matching full:terminated

960  * Returns NULL on error or a NULL-terminated array of arguments.
965 * If "terminated" is not NULL, *terminated will be set to 1 when the
966 * last argument's quote has been properly terminated or 0 otherwise.
973 u_int *terminated)
987 if (terminated != NULL)
988 *terminated = 1;
1074 if (terminated != NULL)
1075 *terminated = 0;
1603 int terminated)
1656 if (!terminated)
1692 char *file, int remote, int lastarg, char quote, int terminated)
1781 if (!terminated)
1802 u_int argc, carg, cursor, len, terminated, ret = CC_ERROR;
1815 argv = makeargv(line, &carg, 1, &quote, &terminated);
1839 quote, terminated) != 0)
1852 remote, carg == argc, quote, terminated) != 0)