OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isupload
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ftp/
main.c
144
int dumbterm,
isupload
;
local
198
isupload
= 0;
408
isupload
= 1;
540
if (
isupload
) {
599
if (
isupload
) {
/src/libexec/ftpd/
ftpcmd.y
1311
* Check if a filename is allowed to be modified (
isupload
== 0) or
1312
* uploaded (
isupload
== 1), and if necessary, check the filename is `sane'.
1317
check_write(const char *file, int
isupload
)
1326
if (!
isupload
&& ! CURCLASS_FLAGS_ISSET(modify)) {
1331
if (
isupload
&& ! CURCLASS_FLAGS_ISSET(upload)) {
Completed in 17 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026