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

  /src/lib/libperfuse/
perfuse.c 121 const char fdopt[] = "fd="; local in function:get_fd
132 if (strncmp(opt, fdopt, strlen(fdopt)) == 0) {
133 fd = atoi(opt + strlen(fdopt));
perfuse.c 121 const char fdopt[] = "fd="; local in function:get_fd
132 if (strncmp(opt, fdopt, strlen(fdopt)) == 0) {
133 fd = atoi(opt + strlen(fdopt));
perfuse.c 121 const char fdopt[] = "fd="; local in function:get_fd
132 if (strncmp(opt, fdopt, strlen(fdopt)) == 0) {
133 fd = atoi(opt + strlen(fdopt));

Completed in 32 milliseconds