repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix sanity checks on arm
[minix.git]
/
include
/
env.h
blob
2f6f64d77e32570cb76eec06ece7883ebfbca663
1
#ifdef __NBSD_LIBC
2
#endif
3
int
env_parse
(
char
*
env
,
char
*
fmt
,
int
field
,
long
*
param
,
long
min
,
4
long
max
);
5
void
env_panic
(
char
*
env
);
6
int
env_prefix
(
char
*
env
,
char
*
prefix
);
7
int
env_memory_parse
(
struct
memory
*
chunks
,
int
nchunks
);
8