Lines Matching full:char
28 ParameterError file2string(char **bufp, FILE *file);
30 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
32 void cleanarg(char *str);
34 ParameterError str2num(long *val, const char *str);
35 ParameterError str2unum(long *val, const char *str);
36 ParameterError str2double(double *val, const char *str);
37 ParameterError str2udouble(double *val, const char *str);
39 long proto2num(struct OperationConfig *config, long *val, const char *str);
41 ParameterError str2offset(curl_off_t *val, const char *str);
45 ParameterError add2list(struct curl_slist **list, const char *ptr);
47 int ftpfilemethod(struct OperationConfig *config, const char *str);
49 int ftpcccmethod(struct OperationConfig *config, const char *str);
51 long delegation(struct OperationConfig *config, char *str);