Searched refs:semiflags (Results 1 – 3 of 3) sorted by relevance
57 int semiflags = 0; in open() local61 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()
40 sys_semihost_open(const char *pathname, int semiflags) in sys_semihost_open() argument48 .field2 = semiflags, in sys_semihost_open()
128 sys_semihost_open(const char *pathname, int semiflags);