Lines Matching refs:snprintf
253 err = snprintf(buf, sizeof(buf), "USER %s\r\n", s->user);
262 err = snprintf(buf, sizeof(buf), "PASS %s\r\n", s->password);
409 ret = snprintf(command, sizeof(command), "SIZE %s\r\n", s->path);
431 ret = snprintf(command, sizeof(command), "RETR %s\r\n", s->path);
450 ret = snprintf(command, sizeof(command), "STOR %s\r\n", s->path);
479 snprintf(command, sizeof(command), "REST %"PRId64"\r\n", pos);
492 ret = snprintf(command, sizeof(command), "CWD %s\r\n", s->path);
1105 ret = snprintf(command, sizeof(command), "DELE %s\r\n", s->path);
1116 ret = snprintf(command, sizeof(command), "RMD %s\r\n", s->path);
1143 ret = snprintf(command, sizeof(command), "RNFR %s\r\n", s->path);
1157 ret = snprintf(command, sizeof(command), "RNTO %s\r\n", path);