repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man9: Delete standalone bus_delayed_attach_children.9
[freebsd/src.git]
/
libexec
/
rtld-elf
/
libmap.h
blob
a785f1b6c43fa1040ee40602f44f09d92d99f8c1
1
/*
2
*/
3
4
#ifndef LIBMAP_H
5
#define LIBMAP_H
6
7
int
lm_init
(
const char
*);
8
void
lm_fini
(
void
);
9
char
*
lm_find
(
const char
*,
const char
*);
10
char
*
lm_findn
(
const char
*,
const char
*,
const size_t
);
11
12
#endif