Searched refs:pseudo (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dpseudo.h22 * pseudo.h
42 struct pseudo *pseudo; member in struct:pseudo_entry
46 struct pseudo { struct
52 extern int read_pseudo_def(struct pseudo **, char *);
53 extern int read_pseudo_file(struct pseudo **, char *);
54 extern struct pseudo *pseudo_subdir(char *, struct pseudo *);
55 extern struct pseudo_entry *pseudo_readdir(struct pseudo *);
H A Dpseudo.c22 * pseudo.c
36 #include "pseudo.h"
69 static void dump_pseudo(struct pseudo *pseudo, char *string) argument
74 for(i = 0; i < pseudo->names; i++) {
75 struct pseudo_entry *entry = &pseudo->name[i];
80 if(entry->pseudo == NULL)
86 dump_pseudo(entry->pseudo, path);
106 * Add pseudo device target to the set of pseudo device
109 add_pseudo(struct pseudo *pseudo, struct pseudo_dev *pseudo_dev, char *target, char *alltarget) argument
202 pseudo_subdir(char *filename, struct pseudo *pseudo) argument
217 pseudo_readdir(struct pseudo *pseudo) argument
330 read_pseudo_def(struct pseudo **pseudo, char *def) argument
474 read_pseudo_file(struct pseudo **pseudo, char *filename) argument
[all...]
H A DMakefile110 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o sort.o swap.o pseudo.o compressor.o
226 xattr.h pseudo.h compressor.h
235 pseudo.o: pseudo.c pseudo.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-additional-sel.c36 * a pseudo class selector, an attribute selector
132 * @a_pseudo: the new pseudo to set.
134 * Sets a new pseudo to a
143 if (a_this->content.pseudo) {
144 cr_pseudo_destroy (a_this->content.pseudo);
147 a_this->content.pseudo = a_pseudo;
289 if (cur->content.pseudo) {
293 (cur->content.pseudo);
389 if (a_this->content.pseudo) {
393 (a_this->content.pseudo);
[all...]
H A Dcr-sel-eng.c118 && a_sel && a_sel->content.pseudo
119 && a_sel->content.pseudo
120 && a_sel->content.pseudo->name
121 && a_sel->content.pseudo->name->stryng
124 if (strncmp (a_sel->content.pseudo->name->stryng->str,
126 || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) {
131 if (!a_sel->content.pseudo->extra
132 || !a_sel->content.pseudo->extra->stryng
133 || a_sel->content.pseudo->extra->stryng->len < 2)
139 a_sel->content.pseudo
[all...]
H A Dcr-additional-sel.h32 #include "cr-pseudo.h"
50 CRPseudo *pseudo ; member in union:CRAdditionalSelectorContent
H A Dcr-parser.c1656 *element_name? [ HASH | class | attrib | pseudo ]* S*
1657 *and where pseudo is:
1658 *pseudo ::= ':' [ IDENT | FUNCTION S* IDENT S* ')' ]
1802 CRPseudo *pseudo = NULL; local
1804 /*try to parse a pseudo */
1811 pseudo = cr_pseudo_new ();
1818 (&pseudo->location,
1822 pseudo->type = IDENT_PSEUDO;
1823 pseudo->name = token->u.str;
1827 pseudo
[all...]
H A Dcr-statement.h120 /**page selector. Is a pseudo selector*/
122 CRString *pseudo ; member in struct:_CRAtPageRule
H A Dcr-statement.c538 if (a_this->kind.page_rule->pseudo) {
540 (a_this->kind.page_rule->pseudo);
541 a_this->kind.page_rule->pseudo = NULL;
763 if (a_this->kind.page_rule->pseudo
764 && a_this->kind.page_rule->pseudo->stryng) {
767 a_this->kind.page_rule->pseudo->stryng->str) ;
1478 result->kind.page_rule->pseudo = a_pseudo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-additional-sel.c36 * a pseudo class selector, an attribute selector
132 * @a_pseudo: the new pseudo to set.
134 * Sets a new pseudo to a
143 if (a_this->content.pseudo) {
144 cr_pseudo_destroy (a_this->content.pseudo);
147 a_this->content.pseudo = a_pseudo;
289 if (cur->content.pseudo) {
293 (cur->content.pseudo);
389 if (a_this->content.pseudo) {
393 (a_this->content.pseudo);
[all...]
H A Dcr-sel-eng.c118 && a_sel && a_sel->content.pseudo
119 && a_sel->content.pseudo
120 && a_sel->content.pseudo->name
121 && a_sel->content.pseudo->name->stryng
124 if (strncmp (a_sel->content.pseudo->name->stryng->str,
126 || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) {
131 if (!a_sel->content.pseudo->extra
132 || !a_sel->content.pseudo->extra->stryng
133 || a_sel->content.pseudo->extra->stryng->len < 2)
139 a_sel->content.pseudo
[all...]
H A Dcr-additional-sel.h32 #include "cr-pseudo.h"
50 CRPseudo *pseudo ; member in union:CRAdditionalSelectorContent
H A Dcr-parser.c1656 *element_name? [ HASH | class | attrib | pseudo ]* S*
1657 *and where pseudo is:
1658 *pseudo ::= ':' [ IDENT | FUNCTION S* IDENT S* ')' ]
1802 CRPseudo *pseudo = NULL; local
1804 /*try to parse a pseudo */
1811 pseudo = cr_pseudo_new ();
1818 (&pseudo->location,
1822 pseudo->type = IDENT_PSEUDO;
1823 pseudo->name = token->u.str;
1827 pseudo
[all...]
H A Dcr-statement.h120 /**page selector. Is a pseudo selector*/
122 CRString *pseudo ; member in struct:_CRAtPageRule
H A Dcr-statement.c538 if (a_this->kind.page_rule->pseudo) {
540 (a_this->kind.page_rule->pseudo);
541 a_this->kind.page_rule->pseudo = NULL;
763 if (a_this->kind.page_rule->pseudo
764 && a_this->kind.page_rule->pseudo->stryng) {
767 a_this->kind.page_rule->pseudo->stryng->str) ;
1478 result->kind.page_rule->pseudo = a_pseudo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_rand.c230 static int bn_rand_range(int pseudo, BIGNUM *r, BIGNUM *range) argument
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_rand.c222 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
225 pseudo ? BN_pseudo_rand : BN_rand;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_rand.c222 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
225 pseudo ? BN_pseudo_rand : BN_rand;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_lcl.h156 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
H A Dmd_rand.c336 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock) argument
524 else if (pseudo)
540 * pseudo-random bytes that are guaranteed to be unique but not unpredictable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_lcl.h156 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
H A Dmd_rand.c336 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock) argument
524 else if (pseudo)
540 * pseudo-random bytes that are guaranteed to be unique but not unpredictable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/certs/scripts/
H A Dgenserv.sh76 echo pseudo secrets generated
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Darxescsi.c16 * 01-01-2000 SH 0.1.0 Added *real* pseudo dma writing
105 * Purpose : handles pseudo DMA
320 info->info.dma.pseudo = arxescsi_dma_pseudo;
H A Dfas216.h310 void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int transfer); member in struct:__anon14258::__anon14263

Completed in 132 milliseconds

1234