Lines Matching defs:name
21 * 3. Neither the name of the Institute nor the names of its contributors
197 const char *host = conn->host.name;
258 failf(data, "Error importing service name %s@%s", service, host);
395 const char *name;
403 static unsigned char name_to_level(const char *name)
407 if(curl_strequal(name, level_names[i].name))
832 mech->name);
837 infof(data, "Trying mechanism %s...", mech->name);
838 ret = ftp_send_command(data, "AUTH %s", mech->name);
846 "returned ftp code: 504).", mech->name);
850 "ftp code: 534).", mech->name);