OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CE
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/sys/
t_posix_fadvise.c
106
#define
CE
(x, exp) \
114
CE
(posix_fadvise(fd, 0, 0, -1), EINVAL);
115
CE
(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE);
116
CE
(posix_fadvise(badfd, 0, 0, POSIX_FADV_NORMAL), EBADF);
117
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_NORMAL), 0);
118
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL), 0);
119
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_RANDOM), 0);
120
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED), 0);
121
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED), 0);
122
CE
(posix_fadvise(fd, 0, 0, POSIX_FADV_NOREUSE), 0)
[
all
...]
/src/games/backgammon/common_source/
fancy.c
60
static char *
CE
; /* clear to end of line sequence */
83
static char **tstr[] = {&BC, &CD, &
CE
, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
687
if (
CE
) {
688
tputs(
CE
, 1, addbuf);
/src/usr.sbin/makefs/cd9660/
iso9660_rrip.c
83
* See if we need a
CE
record, and set all of the
134
*
CE
(continuation area)
141
/* Handle
CE
counters */
156
t->attr.su_entry.
CE
.ca_sector);
161
t->attr.su_entry.
CE
.ca_sector);
163
t->attr.su_entry.
CE
.offset);
165
t->attr.su_entry.
CE
.length);
209
struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *
CE
, *ST;
235
* could insert a "
CE
" entry.
242
/* A
CE
entry is needed *
[
all
...]
iso9660_rrip.h
191
ISO_SUSP_CE
CE
;
/src/libexec/getty/
gettytab.h
154
#define
CE
gettyflags[9].value
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025