Home
last modified time | relevance | path

Searched refs:error_name (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.sbin/bgplgd/
H A Dhttp.h21 const char *error_name; member
H A Dslowcgi.c893 return errors[i].error_name; in http_error()
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldmain.c1293 static char *error_name; in undefined_symbol() local
1319 if (error_name != NULL in undefined_symbol()
1320 && strcmp (name, error_name) == 0) in undefined_symbol()
1325 if (error_name != NULL) in undefined_symbol()
1326 free (error_name); in undefined_symbol()
1327 error_name = xstrdup (name); in undefined_symbol()
/openbsd-src/usr.sbin/httpd/
H A Dhttp.h122 const char *error_name; member
H A Dserver_http.c1747 return (res->error_name);
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldmain.c1352 static char *error_name; in undefined_symbol() local
1379 if (error_name != NULL in undefined_symbol()
1380 && strcmp (name, error_name) == 0) in undefined_symbol()
1385 if (error_name != NULL) in undefined_symbol()
1386 free (error_name); in undefined_symbol()
1387 error_name = xstrdup (name); in undefined_symbol()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h124 const char *error_name; member
H A Drelay_http.c1518 return (res->error_name); in relay_httperror_byid()