Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtftp.c299 const char *local_file
397 local_fd = open(local_file, open_mode, 0666);
400 unsigned char *p = (void *) local_file;
406 bb_perror_msg("can't open '%s'", local_file);
432 if (local_file)
433 local_fd = xopen(local_file, O_RDONLY);
693 if (local_file)
694 local_fd = xopen(local_file, O_WRONLY | O_TRUNC | O_CREAT);
759 if (local_fd >= 0 && CMD_GET(option_mask32) && local_file)
760 unlink(local_file);
[all …]