Home
last modified time | relevance | path

Searched refs:semiflags (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.5.0-3.4.0/semihost/
Dopen.c57 int semiflags = 0; in open() local
61 semiflags = SH_OPEN_R_B; /* 'rb' */ in open()
65 semiflags = SH_OPEN_W_B; /* 'wb' */ in open()
67 semiflags = SH_OPEN_A_B; /* 'ab' */ in open()
71 semiflags = SH_OPEN_W_PLUS_B; /* 'wb+' */ in open()
73 semiflags = SH_OPEN_A_PLUS_B; /* 'ab+' */ in open()
79 ret = sys_semihost_open(pathname, semiflags); in open()
Dsys_open.c40 sys_semihost_open(const char *pathname, int semiflags) in sys_semihost_open() argument
48 .field2 = semiflags, in sys_semihost_open()
Dsemihost.h128 sys_semihost_open(const char *pathname, int semiflags);