Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd_indexcgi.c223 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/
Dudf.c38 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/
Dbusybox_header.pod37 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/
DREADME_distro_proposal.txt71 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/
Dgetopt_test_libc_bug.tests16 # Below: variable allocations change the location.
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_test_libc_bug.tests18 # Below: variable allocations change the location.
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped288 /* 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/
DINSTALL51 to the location of your busybox binary, usually /bin/busybox.