Searched refs:location (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/networking/ |
D | httpd_indexcgi.c | 223 char *location; in main() local 225 location = getenv("REQUEST_URI"); in main() 226 if (!location) in main() 230 strchrnul(location, '?')[0] = '\0'; in main() local 232 if (location[0] != '/' in main() 233 || strstr(location, "//") in main() 234 || strstr(location, "/../") in main() 235 || strcmp(strrchr(location, '/'), "/..") == 0 in main() 241 || (location[1] && chdir(location + 1)) in main() 278 fmt_html(location); in main() [all …]
|
/busybox-1.35.0/util-linux/volume_id/ |
D | udf.c | 38 uint32_t location; member 43 uint32_t location; member 141 loc = le32_to_cpu(vd->type.anchor.location); in volume_id_probe_udf() 156 if (le32_to_cpu(vd->tag.location) != loc + b) in volume_id_probe_udf()
|
/busybox-1.35.0/docs/ |
D | busybox_header.pod | 37 or you can specify an alternative location at install time (i.e., with a 40 also be installed in the location pointed to by CONFIG_PREFIX.
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 71 a different location in filesystem for supervise/ directory. 151 System-wide service dirs reside in a distro-specific location. 152 The recommended location is /var/service. (However, since it is not 153 a mandatory location, avoid depending on it in your run scripts. 157 The install location for service dirs is /etc/rc: 172 location of its service directories. (For example,
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_test_libc_bug.tests | 16 # Below: variable allocations change the location.
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_test_libc_bug.tests | 18 # Below: variable allocations change the location.
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 288 /* Relocate STACK from its old location to the new one. The 290 elements in the stack, and YYPTR gives the new location of the 291 stack. Advance YYPTR to a properly aligned location for the next 724 If N is 0, then set CURRENT to the empty location which ends 749 /* YY_LOCATION_PRINT -- Print the location on the stream. 1122 /* The variables used to return semantic value and location from the 1139 Waste one element of value and location stack 1155 /* In all cases, when you get here, the value and location stacks 1994 fprintf(stderr, "%s:%d: location of the '%s'\n",
|
/busybox-1.35.0/ |
D | INSTALL | 51 to the location of your busybox binary, usually /bin/busybox.
|