Home
last modified time | relevance | path

Searched defs:s (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Dnames-net.c86 dns_parse_packet(struct dns_state *s, byte *p, unsigned int plen) in dns_parse_packet()
132 dns_init_section(struct dns_state *s, int i) in dns_init_section()
139 dns_parse_rr(struct dns_state *s) in dns_parse_rr()
H A Dnames-parse.c22 #define pci_gets(f, l, s) gzgets(f, l, s) argument
55 #define pci_gets(f, l, s) fgets(l, s, f) argument
H A Ddump.c47 dump_validate(char *s, char *fmt) in dump_validate()
H A Dinit.c259 pci_strdup(struct pci_access *a, const char *s) in pci_strdup()
H A Dphysmem-windows.c122 #define InitializeObjectAttributes(p, n, a, r, s) \ argument
134 #define RtlInitUnicodeString(d, s) \ argument
H A Dwin32-cfgmgr32.c232 fmt_validate(const char *s, int len, const char *fmt) in fmt_validate()
244 seq_xdigit_validate(const char *s, int mult, int min) in seq_xdigit_validate()
/pciutils/compat/
H A Dgetopt.c455 char *s = nextchar; in _getopt_internal() local