Searched refs:sl (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi.c | 489 char *sl; in process_ssi_stmt() local 492 if (NULL == (sl = strrchr(con->physical.path->ptr, '/'))) { in process_ssi_stmt() 495 buffer_copy_string(b, sl + 1); in process_ssi_stmt() 526 char *sl; in process_ssi_stmt() local 559 if (NULL == (sl = strrchr(con->physical.path->ptr, '/'))) { in process_ssi_stmt() 562 buffer_copy_string_len(p->stat_fn, con->physical.path->ptr, sl - con->physical.path->ptr + 1); in process_ssi_stmt() 576 sl = strrchr(con->uri.path->ptr, '/'); in process_ssi_stmt() 578 buffer_copy_string_len(p->stat_fn, con->uri.path->ptr, sl - con->uri.path->ptr + 1); in process_ssi_stmt()
|
| H A D | http_auth.c | 461 ssize_t sl, pl, i; in apr_md5_encode() local 489 sl = ep - sp; in apr_md5_encode() 509 li_MD5_Update(&ctx, sp, sl); in apr_md5_encode() 516 li_MD5_Update(&ctx1, sp, sl); in apr_md5_encode() 546 strncat(passwd, sp, sl); in apr_md5_encode() 565 li_MD5_Update(&ctx1, sp, sl); in apr_md5_encode()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 2717 # Give a soname corresponding to the major version so that dld.sl refuses to 2740 shrext_cmds='.sl' 2742 dynamic_linker="$host_os dld.sl" 2751 shrext_cmds='.sl' 2752 dynamic_linker="$host_os dld.sl" 3523 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 3527 lt_cv_file_magic_test_file=/usr/lib/libc.sl 6939 # ends with ".so" (or ".sl" for HP-UX), so rename the library 7138 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure | 6489 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 6493 lt_cv_file_magic_test_file=/usr/lib/libc.sl 11774 dynamic_linker="$host_os dld.sl" 11784 dynamic_linker="$host_os dld.sl"
|