Searched refs:pent (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dutil_getent.c133 struct sys_pwent *pent; local
136 pent = malloc_p(struct sys_pwent);
137 if (pent == NULL) {
141 plist = pent;
146 memset(pent, '\0', sizeof(struct sys_pwent));
148 if ((pent->pw_name = strdup(pwd->pw_name)) == NULL)
152 if ((pent->pw_passwd = strdup(pwd->pw_passwd)) == NULL)
155 pent->pw_uid = pwd->pw_uid;
156 pent->pw_gid = pwd->pw_gid;
158 if ((pent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dutil_getent.c133 struct sys_pwent *pent; local
136 pent = malloc_p(struct sys_pwent);
137 if (pent == NULL) {
141 plist = pent;
146 memset(pent, '\0', sizeof(struct sys_pwent));
148 if ((pent->pw_name = strdup(pwd->pw_name)) == NULL)
152 if ((pent->pw_passwd = strdup(pwd->pw_passwd)) == NULL)
155 pent->pw_uid = pwd->pw_uid;
156 pent->pw_gid = pwd->pw_gid;
158 if ((pent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dutil_getent.c133 struct sys_pwent *pent; local
136 pent = malloc_p(struct sys_pwent);
137 if (pent == NULL) {
141 plist = pent;
146 memset(pent, '\0', sizeof(struct sys_pwent));
148 if ((pent->pw_name = strdup(pwd->pw_name)) == NULL)
152 if ((pent->pw_passwd = strdup(pwd->pw_passwd)) == NULL)
155 pent->pw_uid = pwd->pw_uid;
156 pent->pw_gid = pwd->pw_gid;
158 if ((pent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_ipv6header.c76 struct protoent *pent = getprotobynumber(proto); local
77 if (pent)
78 return pent->p_name;
92 struct protoent *pent; local
94 if ((pent = getprotobyname(s)))
95 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_ipv6header.c76 struct protoent *pent = getprotobynumber(proto); local
77 if (pent)
78 return pent->p_name;
92 struct protoent *pent; local
94 if ((pent = getprotobyname(s)))
95 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_ipv6header.c76 struct protoent *pent = getprotobynumber(proto); local
77 if (pent)
78 return pent->p_name;
92 struct protoent *pent; local
94 if ((pent = getprotobyname(s)))
95 proto = pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/
H A Datmel_pci.c53 const struct pci_device_id *pent)
52 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel_pci.c53 const struct pci_device_id *pent)
52 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/
H A Dip6tables-save.c81 struct protoent *pent = getprotobynumber(proto); local
82 if (pent) {
84 invertstr, pent->p_name);
H A Diptables-save.c88 struct protoent *pent = getprotobynumber(proto); local
89 if (pent) {
90 printf("-p %s%s ", invertstr, pent->p_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxshared.c46 struct protoent *pent = getprotobynumber(proto); local
47 if (pent)
48 return pent->p_name;
H A Dxtables.c1790 const struct protoent *pent; local
1803 pent = getprotobyname(s);
1804 if (pent != NULL)
1805 return pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/
H A Dip6tables-save.c81 struct protoent *pent = getprotobynumber(proto); local
82 if (pent) {
84 invertstr, pent->p_name);
H A Diptables-save.c88 struct protoent *pent = getprotobynumber(proto); local
89 if (pent) {
90 printf("-p %s%s ", invertstr, pent->p_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxshared.c46 struct protoent *pent = getprotobynumber(proto); local
47 if (pent)
48 return pent->p_name;
H A Dxtables.c1790 const struct protoent *pent; local
1803 pent = getprotobyname(s);
1804 if (pent != NULL)
1805 return pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/
H A Dip6tables-save.c81 struct protoent *pent = getprotobynumber(proto); local
82 if (pent) {
84 invertstr, pent->p_name);
H A Diptables-save.c88 struct protoent *pent = getprotobynumber(proto); local
89 if (pent) {
90 printf("-p %s%s ", invertstr, pent->p_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxshared.c46 struct protoent *pent = getprotobynumber(proto); local
47 if (pent)
48 return pent->p_name;
H A Dxtables.c1790 const struct protoent *pent; local
1803 pent = getprotobyname(s);
1804 if (pent != NULL)
1805 return pent->p_proto;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/virt/kvm/
H A Dioapic.c87 union kvm_ioapic_redirect_entry *pent; local
90 pent = &ioapic->redirtbl[idx];
92 if (!pent->fields.mask) {
94 if (injected && pent->fields.trig_mode == IOAPIC_LEVEL_TRIG)
95 pent->fields.remote_irr = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/virt/kvm/
H A Dioapic.c87 union kvm_ioapic_redirect_entry *pent; local
90 pent = &ioapic->redirtbl[idx];
92 if (!pent->fields.mask) {
94 if (injected && pent->fields.trig_mode == IOAPIC_LEVEL_TRIG)
95 pent->fields.remote_irr = 1;

Completed in 146 milliseconds

12