Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c341 char before_colon[1]; /* really bigger, must be last */ member
920 strcpy(cur->before_colon, buf); in parse_conf()
921 p = cur->before_colon + (after_colon - buf); in parse_conf()
952 sprintf(cur->before_colon, "/%s%.*s", in parse_conf()
957 p = bb_simplify_abs_path_inplace(cur->before_colon); in parse_conf()
958 file_len = p - cur->before_colon; in parse_conf()
970 if (file_len >= strlen(auth->before_colon)) { in parse_conf()
1689 if (strcmp(cur->before_colon + 1, suffix) == 0) { in send_cgi_and_exit()
1846 if (strcmp(cur->before_colon, suffix) == 0) { in send_file_and_exit()
2025 dir_prefix = cur->before_colon; in check_user_passwd()
[all …]