MCPcopy Create free account
hub / github.com/F-Stack/f-stack / parse_peek

Function parse_peek

freebsd/kern/vfs_mountroot.c:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438#define PE_EOL -2
439
440static __inline int
441parse_peek(char **conf)
442{
443
444 return (**conf);
445}
446
447static __inline void
448parse_poke(char **conf, int c)

Callers 2

parse_skiptoFunction · 0.85
vfs_mountroot_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected