Searched refs:we (Results 1 - 2 of 2) sorted by relevance
/systemd/src/rfkill/ |
H A D | rfkill.c | 109 /* Wait until the device is initialized, so that we can get 205 struct rfkill_event we; local 242 we = (struct rfkill_event) { 248 l = write(rfkill_fd, &we, sizeof(we)); 251 if (l != sizeof(we)) { 320 r = log_error_errno(n, "Failed to determine whether we got any file descriptors passed: %m"); 361 /* Notify manager that we are
|
/systemd/src/basic/ |
H A D | fileio.c | 106 f = fopen(fn, "we"); 114 /* We manually build our own version of fopen(..., "we") that 122 f = fdopen(fd, "we"); 201 /* We try to read one byte more than we need, so that we know whether we hit eof */ 465 /* Escaped newlines we eat up entirely */ 903 * capabilities, we don't want the zeros. This way the 1044 f = fdopen(fd, "we");
|
Completed in 12 milliseconds