/systemd-251/src/nss-systemd/ |
D | userdb-glue.c | 27 size_t buflen) { in nss_pack_user_record() 72 char *buffer, size_t buflen, in userdb_getpwnam() 105 size_t buflen, in userdb_getpwuid() 138 size_t buflen) { in nss_pack_user_record_shadow() 181 char *buffer, size_t buflen, in userdb_getspnam() 218 size_t buflen) { in nss_pack_group_record() 280 size_t buflen, in userdb_getgrnam() 346 size_t buflen, in userdb_getgrgid() 416 size_t buflen) { in nss_pack_group_record_shadow() 448 char *buffer, size_t buflen, in userdb_getsgnam()
|
D | nss-systemd.c | 145 char *buffer, size_t buflen, in copy_synthesized_passwd() 187 char *buffer, size_t buflen, in copy_synthesized_spwd() 220 char *buffer, size_t buflen, in copy_synthesized_group() 257 char *buffer, size_t buflen, in copy_synthesized_sgrp() 290 char *buffer, size_t buflen, in _nss_systemd_getpwnam_r() 338 char *buffer, size_t buflen, in _nss_systemd_getpwuid_r() 382 char *buffer, size_t buflen, in _nss_systemd_getspnam_r() 429 char *buffer, size_t buflen, in _nss_systemd_getgrnam_r() 474 char *buffer, size_t buflen, in _nss_systemd_getgrgid_r() 518 char *buffer, size_t buflen, in _nss_systemd_getsgnam_r() [all …]
|
/systemd-251/src/libsystemd-network/ |
D | dhcp6-option.c | 214 static int option_append_hdr(uint8_t **buf, size_t *buflen, uint16_t optcode, size_t optlen) { in option_append_hdr() 231 int dhcp6_option_append(uint8_t **buf, size_t *buflen, uint16_t code, in dhcp6_option_append() 247 int dhcp6_option_append_vendor_option(uint8_t **buf, size_t *buflen, OrderedSet *vendor_options) { in dhcp6_option_append_vendor_option() 279 static int option_append_ia_address(uint8_t **buf, size_t *buflen, const struct iaaddr *address) { in option_append_ia_address() 303 static int option_append_pd_prefix(uint8_t **buf, size_t *buflen, const struct iapdprefix *prefix) { in option_append_pd_prefix() 331 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, const DHCP6IA *ia) { in dhcp6_option_append_ia() 392 int dhcp6_option_append_fqdn(uint8_t **buf, size_t *buflen, const char *fqdn) { in dhcp6_option_append_fqdn() 419 int dhcp6_option_append_user_class(uint8_t **buf, size_t *buflen, char * const *user_class) { in dhcp6_option_append_user_class() 450 int dhcp6_option_append_vendor_class(uint8_t **buf, size_t *buflen, char * const *vendor_class) { in dhcp6_option_append_vendor_class() 494 size_t buflen, in dhcp6_option_parse() [all …]
|
D | fuzz-dhcp-server-relay.c | 36 size_t buflen = size; in LLVMFuzzerTestOneInput() local
|
D | sd-ndisc.c | 204 ssize_t buflen; in ndisc_recv() local
|
D | dhcp-option.c | 276 static int parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, in parse_options()
|
D | test-dhcp-option.c | 237 int buflen = 0; in test_options() local
|
D | sd-dhcp-server.c | 891 …ver_relay_message(sd_dhcp_server *server, DHCPMessage *message, size_t opt_length, size_t buflen) { in dhcp_server_relay_message() 1290 size_t buflen = datagram_size; in server_receive_message() local
|
D | sd-radv.c | 251 ssize_t buflen; in radv_recv() local
|
D | sd-dhcp-client.c | 1901 ssize_t len, buflen; in client_receive_message_udp() local 1994 ssize_t buflen, len; in client_receive_message_raw() local
|
D | sd-dhcp6-client.c | 1227 ssize_t buflen, len; in client_receive_message() local
|
/systemd-251/src/nss-mymachines/ |
D | nss-mymachines.c | 93 char *buffer, size_t buflen, in _nss_mymachines_gethostbyname4_r() 244 char *buffer, size_t buflen, in _nss_mymachines_gethostbyname3_r() 409 char *buffer, size_t buflen, in _nss_mymachines_getpwnam_r() 418 char *buffer, size_t buflen, in _nss_mymachines_getpwuid_r() 427 char *buffer, size_t buflen, in _nss_mymachines_getgrnam_r() 436 char *buffer, size_t buflen, in _nss_mymachines_getgrgid_r()
|
/systemd-251/src/shared/ |
D | user-record-nss.c | 169 size_t buflen = 4096; in nss_spwd_for_passwd() local 214 size_t buflen = 4096; in nss_user_record_by_name() local 272 size_t buflen = 4096; in nss_user_record_by_uid() local 384 size_t buflen = 4096; in nss_sgrp_for_group() local 429 size_t buflen = 4096; in nss_group_record_by_name() local 486 size_t buflen = 4096; in nss_group_record_by_gid() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | fsprg.c | 49 static void mpi_export(void *buf, size_t buflen, const gcry_mpi_t x) { in mpi_export() 61 static gcry_mpi_t mpi_import(const void *buf, size_t buflen) { in mpi_import() 73 static void uint64_export(void *buf, size_t buflen, uint64_t x) { in uint64_export() 85 _pure_ static uint64_t uint64_import(const void *buf, size_t buflen) { in uint64_import() 99 static void det_randomize(void *buf, size_t buflen, const void *seed, size_t seedlen, uint32_t idx)… in det_randomize() 133 size_t buflen = bits / 8; in genprime3mod4() local 153 size_t buflen = secpar / 8; in gensquare() local
|
/systemd-251/src/nss-myhostname/ |
D | nss-myhostname.c | 33 char *buffer, size_t buflen, in _nss_myhostname_gethostbyname4_r() 184 char *buffer, size_t buflen, in fill_in_hostent() 318 char *buffer, size_t buflen, in _nss_myhostname_gethostbyname3_r() 414 char *buffer, size_t buflen, in _nss_myhostname_gethostbyaddr2_r()
|
/systemd-251/src/fundamental/ |
D | sha256.h | 23 uint32_t buflen; member
|
/systemd-251/src/nss-resolve/ |
D | nss-resolve.c | 229 char *buffer, size_t buflen, in _nss_resolve_gethostbyname4_r() 381 char *buffer, size_t buflen, in _nss_resolve_gethostbyname3_r() 590 char *buffer, size_t buflen, in _nss_resolve_gethostbyaddr2_r()
|
/systemd-251/src/udev/scsi_id/ |
D | scsi_serial.c | 271 unsigned char *buf, unsigned buflen) { in scsi_inquiry()
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-monitor.c | 440 ssize_t buflen, bufpos; in device_monitor_receive_device() local
|
/systemd-251/src/core/ |
D | manager.c | 168 static void draw_cylon(char buffer[], size_t buflen, unsigned width, unsigned pos) { in draw_cylon()
|