/systemd/src/basic/ |
H A D | gunicode.c | 39 unichar start, end; member in struct:Interval 50 if (c > interval->end)
|
H A D | siphash24.c | 72 const uint8_t *end = in + inlen; local 84 for ( ; in < end && left < 8; in ++, left ++) 87 if (in == end && left < 8) 107 end -= (state->inlen % sizeof(uint64_t)); 109 for ( ; in < end; in += 8) {
|
H A D | cgroup-util.c | 1502 char *start, *end; local 1514 end = endswith(start, ".scope"); 1515 if (!end) 1518 *end = 0; 1548 char *start, *end; local 1560 end = endswith(start, ".slice"); 1561 if (!end) 1564 *end = 0;
|
/systemd/src/libudev/ |
H A D | libudev-queue.c | 188 * @end: last event sequence number 196 unsigned long long int start, unsigned long long int end) 195 udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue, unsigned long long int start, unsigned long long int end) argument
|
/systemd/src/shared/ |
H A D | uid-range.c | 46 uid_t begin, end; local 49 end = MAX(x->start + x->nr, y->start + y->nr); 52 x->nr = end - begin; 101 uid_t begin, end; local 104 end = MAX(x->start + x->nr, start + nr); 107 x->nr = end - begin; 140 uid_t end; local 147 r = parse_uid(t+1, &end); 151 if (end < start) 154 nr = end 176 uid_t begin, end; local [all...] |
H A D | utmp-wtmp.c | 153 simply appended to the end; i.e. basically a log. */ 327 usec_t end; local 339 end = now(CLOCK_MONOTONIC) + TIMEOUT_MSEC*USEC_PER_MSEC; 352 if (t >= end) 355 k = poll(&pollfd, 1, (end - t) / USEC_PER_MSEC);
|
H A D | logs-show.c | 130 const char *pos, *end; local 151 pos = end + 1, line++) { 155 for (end = pos; end < message + message_len && *end != '\n'; end++) 157 len = end - pos; 162 * at the end of the line, instead of putting dots in the middle 167 end + 1 >= message + PRINT_CHAR_THRESHOLD; 803 /* Iterate through the end o [all...] |
/systemd/src/libsystemd-network/ |
H A D | test-dhcp-server.c | 109 uint8_t end; member in struct:__anon196 119 .end = SD_DHCP_OPTION_END, 132 test.end = 0; 135 test.end = SD_DHCP_OPTION_END;
|
H A D | sd-lldp.c | 147 bool malformed = false, port_id = false, ttl = false, end = false; local 179 log_lldp("TLV type end must be length 0 (not %d). Dropping.", len); 185 end = true; 334 if(!chassis_id || !port_id || !ttl || !end) {
|
/systemd/src/udev/scsi_id/ |
H A D | scsi_id.c | 120 const char *end; local 127 end = quote_string; 129 end = comma_string; 131 val = strsep(buffer, end); 132 if (val && end == quote_string) 160 * vendor and model can end in '\n'.
|
/systemd/src/journal/ |
H A D | journald-stream.c | 397 char *end; local 400 end = memchr(p, '\n', remaining); 401 if (end) 402 skip = end - p + 1; 404 end = p + sizeof(s->buffer) - 1; 409 *end = 0;
|
H A D | catalog.c | 100 /* Unexpected end */ 210 char *beg, *end, *_lang; local 212 end = endswith(filename, ".catalog"); 213 if (!end) 216 beg = end - 1; 217 while (beg > filename && *beg != '.' && *beg != '/' && end - beg < 32) 220 if (*beg != '.' || end <= beg + 1) 223 _lang = strndup(beg + 1, end - beg - 1);
|
H A D | journalctl.c | 301 " -e --pager-end Immediately jump to the end in the pager\n" 387 { "pager-end", no_argument, NULL, 'e' }, 2374 usec_t start, end; local 2377 r = sd_journal_get_cutoff_realtime_usec(j, &start, &end); 2388 printf("-- Logs begin at %s, end at %s. --\n", 2390 format_timestamp_maybe_utc(end_buf, sizeof(end_buf), end));
|
/systemd/src/resolve/ |
H A D | resolved-dns-answer.c | 685 unsigned i, start, end; local 694 end = a->n_rrs-1; 705 /* Order address records that are are not preferred to the end of the array */ 706 items[end--] = a->items[i]; 712 assert(start == end+1);
|
H A D | resolved-dns-packet.c | 782 size_t saved_size, rdlength_offset, end, rdlength, rds; local 1093 end = p->size; 1098 p->size = end; 1501 /* don't read past end of current RR */ 1686 i = malloc0(offsetof(DnsTxtItem, data) + sz + 1); /* extra NUL byte at the end */
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-message.h | 41 size_t before, begin, end; member in struct:bus_container 46 /* gvariant: list of offsets to end of children if this is struct/dict entry/array */
|
H A D | bus-message.c | 494 the offset table at the end, since it is formatted as 498 end of the fields array. */ 2879 put the outer container end. */ 2887 /* Add offset table to end of fields array */ 2903 /* Add gvariant NUL byte plus signature to the end of 2905 * the end of the fields array */ 2990 /* Add padding at the end of the fields part, since we know 3026 m->root_container.end = m->user_body_size; 3100 size_t k, start, end; local 3106 end 3300 size_t k, start, end, padding; local 5277 size_t where, end; local [all...] |
/systemd/src/libsystemd/sd-device/ |
H A D | device-private.c | 610 const char *end; local 613 end = memchr(key, '\0', len - i); 614 if (!end) { 618 i += end - key + 1;
|
/systemd/src/analyze/ |
H A D | analyze.c | 522 static void svg_graph_box(double height, double begin, double end) { argument 527 SCALE_X * (end - begin), SCALE_Y * height); 529 for (i = ((long long) (begin / 100000)) * 100000; i <= end; i+=100000) { 656 " text.right { font-family: Verdana, Helvetica; font-size: 14px; text-anchor: end; }\n"
|
/systemd/src/core/ |
H A D | execute.c | 954 /* If our parent died we'll end the session */ 1028 /* The end of the process name is usually more 2848 ExecCommand *end; local 2855 LIST_FIND_TAIL(command, *l, end); 2856 LIST_INSERT_AFTER(command, *l, end, e);
|
/systemd/src/udev/ |
H A D | udev-rules.c | 756 /* remember end of key */ 982 unsigned int end = rule_tmp->token_cur; local 990 for (j = start; j < end; j++) { 1007 if (next_idx+1 == end) 1008 end--; 1040 /* If we aren't at the end of the line, this is a parsing error.
|