OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025