Searched refs:mark (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/regex/
H A Dglob.c39 static int append(struct match **tail, const char *name, size_t len, int mark) argument
46 if (mark) strcat(new->name, "/");
116 int mark = 0; local
119 mark = S_ISDIR(de->d_type<<12);
123 mark = S_ISDIR(st.st_mode);
126 if (append(tail, name, l+de->d_reclen+1, mark)) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddlb.c44 * size, and current file mark. This descriptor is used for all
271 dp->mark = 0;
295 if ((dp->size - dp->mark) < (size * quan))
296 quan = (dp->size - dp->mark) / size;
299 pos = dp->start + dp->mark;
307 dp->mark += nbytes;
322 case SEEK_CUR: curpos = dp->mark + pos; break;
329 dp->mark = curpos;
345 if (dp->mark >= dp->size) return (char *) 0;
349 i < len && dp->mark < d
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddlb.c44 * size, and current file mark. This descriptor is used for all
271 dp->mark = 0;
295 if ((dp->size - dp->mark) < (size * quan))
296 quan = (dp->size - dp->mark) / size;
299 pos = dp->start + dp->mark;
307 dp->mark += nbytes;
322 case SEEK_CUR: curpos = dp->mark + pos; break;
329 dp->mark = curpos;
345 if (dp->mark >= dp->size) return (char *) 0;
349 i < len && dp->mark < d
[all...]
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dshoehorn.py49 def debug_marker_set(mark: int, obj: str):
50 debug('setting marker to 0x{:x} ({})'.format(mark, obj))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddlb.h30 long fmark; /* current file mark */
55 long mark; /* current file marker */ member in struct:dlb_handle
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddlb.h30 long fmark; /* current file mark */
55 long mark; /* current file marker */ member in struct:dlb_handle
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex90 travel, you see the ancient ruins that mark the entrance to the
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex90 travel, you see the ancient ruins that mark the entrance to the

Completed in 110 milliseconds