Searched refs:lm_optstr (Results 1 - 25 of 49) sorted by relevance
12
/libmicro/ |
H A D | fcntl.c | 51 (void) sprintf(lm_optstr, "f:");
|
H A D | realpath.c | 46 (void) sprintf(lm_optstr, "f:");
|
H A D | recurse.c | 63 (void) sprintf(lm_optstr, "d:");
|
H A D | stat.c | 46 (void) sprintf(lm_optstr, "f:");
|
H A D | system.c | 47 (void) sprintf(lm_optstr, "c:");
|
H A D | isatty.c | 55 (void) sprintf(lm_optstr, "f:b");
|
H A D | chdir.c | 52 (void) sprintf(lm_optstr, "g");
|
H A D | close.c | 57 (void) sprintf(lm_optstr, "f:b");
|
H A D | dup.c | 59 (void) sprintf(lm_optstr, "f:");
|
H A D | exit.c | 55 (void) sprintf(lm_optstr, "e");
|
H A D | getenv.c | 50 (void) sprintf(lm_optstr, "s:");
|
H A D | lseek.c | 62 (void) sprintf(lm_optstr, "f:s:");
|
H A D | malloc.c | 57 (void) sprintf(lm_optstr, "s:g:");
|
H A D | memrand.c | 55 (void) sprintf(lm_optstr, "s:");
|
H A D | open.c | 64 (void) sprintf(lm_optstr, "f:");
|
H A D | pread.c | 59 (void) sprintf(lm_optstr, "wf:s:");
|
H A D | pwrite.c | 59 (void) sprintf(lm_optstr, "cf:s:");
|
H A D | read.c | 60 (void) sprintf(lm_optstr, "f:s:w");
|
H A D | socket.c | 70 (void) sprintf(lm_optstr, "f:n");
|
H A D | write.c | 60 (void) sprintf(lm_optstr, "cdf:s:");
|
H A D | libmicro.h | 176 extern char lm_optstr[STRSIZE];
|
H A D | memcpy.c | 62 (void) sprintf(lm_optstr, "a:s:ft");
|
H A D | memmove.c | 62 (void) sprintf(lm_optstr, "a:s:ft");
|
H A D | msync.c | 63 (void) sprintf(lm_optstr, "af:il:rsw");
|
H A D | mutex.c | 66 (void) sprintf(lm_optstr, "tph:o:");
|
Completed in 18 milliseconds
12