Searched refs:try (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdlib/
H A Dbsearch.c5 void *try; local
8 try = (char *)base + width*(nel/2);
9 sign = cmp(key, try);
10 if (!sign) return try;
15 base = try;
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dtmpfile.c14 int try; local
15 for (try=0; try<MAXTRIES; try++) {
H A Dtmpnam.c16 int try; local
18 for (try=0; try<MAXTRIES; try++) {
H A Dtempnam.c17 int try; local
38 for (try=0; try<MAXTRIES; try++) {
/seL4-refos-master/libs/libmuslc/src/time/
H A D__tz.c121 const char *try, *s, *p; local
161 for (try=search; !map && *try; try+=l+1) {
162 l = strlen(try);
163 memcpy(pathname-l, try, l);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1195 offered credit instead of gold when you try to sell something. Credit
1271 If you attempt to walk into it, you will try to fight it just like
1276 but want to try fighting anyway, you can use the `F' command.
1422 Given a chance, most monsters in the Mazes of Menace will gratuitously try to
1844 unlock or open them. You can check for and try to deactivate traps
2713 NetHack should try and display on the entire screen rather than in a window.
2856 If the game display is difficult to read, try adjusting these scales;
2857 if this does not correct the problem, try {\tt !color}.
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1195 offered credit instead of gold when you try to sell something. Credit
1271 If you attempt to walk into it, you will try to fight it just like
1276 but want to try fighting anyway, you can use the `F' command.
1422 Given a chance, most monsters in the Mazes of Menace will gratuitously try to
1844 unlock or open them. You can check for and try to deactivate traps
2713 NetHack should try and display on the entire screen rather than in a window.
2856 If the game display is difficult to read, try adjusting these scales;
2857 if this does not correct the problem, try {\tt !color}.

Completed in 45 milliseconds