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

  /src/lib/librefuse/refuse/
fs.c 64 void* cloned; local in function:clone_op
69 cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,VER))); \
70 if (!cloned) \
72 memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,VER))); \
73 return cloned
fs.c 64 void* cloned; local in function:clone_op
69 cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,VER))); \
70 if (!cloned) \
72 memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,VER))); \
73 return cloned

Completed in 28 milliseconds