HomeSort by: relevance | last modified time | path
    Searched defs:filefd (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ftpd/
ftpd.c 2159 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata)
2183 c = read(filefd, buf, readsize);
2201 send_data_with_mmap(int filefd, int netfd, const struct stat *st, int isdata)
2234 off = lseek(filefd, (off_t)0, SEEK_CUR);
2249 MAP_FILE|MAP_SHARED, filefd, off);
2269 return (send_data_with_read(filefd, netfd, st, isdata));
2281 int c, filefd, netfd, rval; local in function:send_data
2328 filefd = fileno(instr);
2330 switch (send_data_with_mmap(filefd, netfd, st, isdata)) {
2385 int c, netfd, filefd, rval local in function:receive_data
    [all...]
ftpd.c 2159 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata)
2183 c = read(filefd, buf, readsize);
2201 send_data_with_mmap(int filefd, int netfd, const struct stat *st, int isdata)
2234 off = lseek(filefd, (off_t)0, SEEK_CUR);
2249 MAP_FILE|MAP_SHARED, filefd, off);
2269 return (send_data_with_read(filefd, netfd, st, isdata));
2281 int c, filefd, netfd, rval; local in function:send_data
2328 filefd = fileno(instr);
2330 switch (send_data_with_mmap(filefd, netfd, st, isdata)) {
2385 int c, netfd, filefd, rval local in function:receive_data
    [all...]

Completed in 24 milliseconds