Home | History | Annotate | Download | only in openssh

Lines Matching defs:args

1823 		char *p, *args;
1826 args = xstrdup(command ? command : "sftp-server");
1827 for (i = 0, (p = strtok(args, " ")); p; (p = strtok(NULL, " ")))