Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 6 of 6) sorted by relevance

/pciutils/
H A DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
40 (2) offer you this license which gives you legal permission to copy,
79 1. You may copy and distribute verbatim copies of the Program's
81 conspicuously and appropriately publish on each copy an appropriate
84 and give any other recipients of the Program a copy of this License
91 of it, thus forming a work based on the Program, and copy and
145 machine-readable copy of the corresponding source code, to be
167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
170 compelled to copy the source along with the object code.
[all …]
H A Dcommon.c52 char *copy = xmalloc(len); in xstrdup() local
53 memcpy(copy, str, len); in xstrdup()
54 return copy; in xstrdup()
H A DChangeLog631 * On request of certain company's lawyers, we now include a copy
1587 * lib/fbsd-device.c: I patched another copy of this file by mistake,
H A Dpci.ids4350 # ID is probably a copy-paste error by a MSI developer from another mainboard, since all other ID n…
/pciutils/lib/
H A Dparams.c57 pci_set_param_internal(struct pci_access *acc, char *param, char *value, int copy) in pci_set_param_internal() argument
66 p->value_malloced = copy; in pci_set_param_internal()
67 if (copy) in pci_set_param_internal()
H A Dinternal.h136 int pci_set_param_internal(struct pci_access *acc, char *param, char *val, int copy);