Searched refs:getword (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/
H A Dflounder_support.c174 static uintptr_t getword(const uint8_t *buf, size_t *pos, size_t len) function
232 w1 = getword(buf, pos, len);
237 uintptr_t w2 = getword(buf, pos, len);
240 uintptr_t w3 = getword(buf, pos, len);
243 uintptr_t w4 = getword(buf, pos, len);
246 uintptr_t w5 = getword(buf, pos, len);
249 uintptr_t w6 = getword(buf, pos, len);
252 uintptr_t w7 = getword(buf, pos, len);
255 uintptr_t w8 = getword(buf, pos, len);
258 uintptr_t w9 = getword(bu
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dauth.c2344 if (!getword(f, word, &newline, filename))
2352 while (!newline && getword(f, word, &newline, filename))
2371 if (!getword(f, word, &newline, filename))
2391 if (!getword(f, word, &newline, filename))
2415 if (!getword(sf, word, &xxx, atfile)) {
2430 if (!getword(f, word, &newline, filename) || newline)
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dauth.c2344 if (!getword(f, word, &newline, filename))
2352 while (!newline && getword(f, word, &newline, filename))
2371 if (!getword(f, word, &newline, filename))
2391 if (!getword(f, word, &newline, filename))
2415 if (!getword(sf, word, &xxx, atfile)) {
2430 if (!getword(f, word, &newline, filename) || newline)

Completed in 56 milliseconds