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

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dlibobj.h8 /* Mark library internal functions as hidden */
10 # define hidden __attribute__((visibility("hidden"))) macro
12 # define hidden /* hidden */ macro
80 void *__new_var_obj_p(int magic, size_t size) hidden;
81 void __new_obj_p_here(int magic, void *here) hidden;
82 void __free_obj_p(obj_prefix *obj_p) hidden;
83 obj_prefix *__check_obj_p(obj_prefix *obj_p, int magic) hidden;
86 const char *typename) hidden;
[all...]
H A Dlibacl.h108 extern int __acl_reorder_entry_obj_p(acl_entry_obj *acl_entry_obj_p) hidden;
109 extern int __acl_reorder_obj_p(acl_obj *acl_obj_p) hidden;
111 extern acl_obj *__acl_init_obj(int count) hidden;
112 extern acl_entry_obj *__acl_create_entry_obj(acl_obj *acl_obj_p) hidden;
113 extern void __acl_free_acl_obj(acl_obj *acl_obj_p) hidden;
117 const char *suffix, int options) hidden;
118 extern int __apply_mask_to_mode(mode_t *mode, acl_t acl) hidden;
/asus-wl-520gu-7.0.1.45/src/router/library/cgi-lib/
H A Dhtml-lib.h79 hidden() - This function will print out hidden fields to the html page. The Name and
80 value of the hidden field must be passed.
82 void hidden(char *name, char *value);
H A Dhtml-lib.c122 hidden() - This function will print out hidden fields to the html page. The Name and
123 value of the hidden field must be passed.
125 void hidden(char *name, char *value) function
127 printf("<INPUT TYPE=hidden NAME=\"%s\" VALUE=\"%s\">\n",name,value);
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dhtml-lib.h79 hidden() - This function will print out hidden fields to the html page. The Name and
80 value of the hidden field must be passed.
82 void hidden(char *name, char *value);
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Ddgram.c65 int can_hide; /* Can AVP be hidden? */
122 int hidden,
136 fprintf(stderr, "M=%d H=%d ", mandatory ? 1 : 0, hidden ? 1 : 0);
322 int mandatory, hidden, err; local
481 msg = l2tp_dgram_pull_avp(dgram, NULL, &mandatory, &hidden,
502 if (hidden) {
580 * Adds an AVP to the datagram. If AVP may be hidden, and we have
595 int hidden = 0; local
627 hidden = 1;
643 if (hidden) {
119 describe_pulled_avp(uint16_t vendor, uint16_t type, uint16_t len, int hidden, int mandatory, void *val) argument
684 l2tp_dgram_pull_avp(l2tp_dgram *dgram, l2tp_tunnel *tunnel, int *mandatory, int *hidden, uint16_t *len, uint16_t *vendor, uint16_t *type, int *err) argument
969 l2tp_dgram_search_avp(l2tp_dgram *dgram, l2tp_tunnel *tunnel, int *mandatory, int *hidden, uint16_t *len, uint16_t vendor, uint16_t type) argument
[all...]
H A Dtunnel.c582 /* HACK! Cisco equipment cannot handle hidden AVP's in SCCRQ.
1111 int mandatory, hidden; local
1139 val = l2tp_dgram_pull_avp(dgram, tunnel, &mandatory, &hidden,
1381 int mandatory, hidden; local
1389 val = l2tp_dgram_search_avp(dgram, tunnel, &mandatory, &hidden, &len,
1408 val = l2tp_dgram_search_avp(dgram, tunnel, &mandatory, &hidden, &len,
1440 val = l2tp_dgram_pull_avp(dgram, tunnel, &mandatory, &hidden,
1624 int hidden, mandatory; local
1634 val = l2tp_dgram_search_avp(dgram, tunnel, &mandatory, &hidden, &len,
1819 int mandatory, hidden; local
[all...]
H A Dsession.c512 int mandatory, hidden; local
516 val = l2tp_dgram_search_avp(dgram, tunnel, &mandatory, &hidden, &len,
599 int mandatory, hidden; local
619 val = l2tp_dgram_pull_avp(dgram, tunnel, &mandatory, &hidden,
H A Dl2tp.h411 int *hidden,
419 int *hidden,
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf23 map hidden = yes
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Ddosfsck.h44 __u32 hidden; /* hidden sectors (unused) */ member in struct:boot_sector
H A Dboot.c105 printf("%10u hidden sectors\n",
107 /* On Atari, the hidden field is only 16 bit wide and unused */
108 (((unsigned char *)&b->hidden)[0] |
109 ((unsigned char *)&b->hidden)[1] << 8) :
110 CF_LE_L(b->hidden));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Dhpfs.h282 unsigned hidden: 1; /* dos attrib */ member in struct:hpfs_dirent
H A Dnamei.c34 dee.hidden = name[0] == '.';
63 /*de->hidden = de->system = 0;*/
116 dee.hidden = name[0] == '.';
184 dee.hidden = name[0] == '.';
246 dee.hidden = name[0] == '.';
467 de.hidden = new_name[0] == '.';
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_srvsvc.c174 printf("\tdisc, hidden :\t%x, %x\n", sv102->disc, sv102->hidden);
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c141 #define ATTR_HIDDEN 2 /* hidden */
205 __u32 hidden; /* hidden sectors (unused) */ member in struct:msdos_boot_sector
318 static int hidden_sectors = 0; /* Number of hidden sectors */
884 bs.hidden = CT_LE_L(hidden_sectors);
886 /* In Atari format, hidden is a 16 bit field */
887 __u16 hidden = CT_LE_W(hidden_sectors); local
889 die("#hidden doesn't fit in 16bit field of Atari format\n");
890 memcpy( &bs.hidden, &hidden,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskbsdlabel.c150 hidden(int type) { function
157 type == hidden(FREEBSD_PARTITION) ||
159 type == hidden(NETBSD_PARTITION));
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c154 #define ATTR_HIDDEN 2 /* hidden */
217 __u32 hidden; /* hidden sectors (unused) */ member in struct:msdos_boot_sector
871 bs.hidden = CT_LE_L(0);
873 /* In Atari format, hidden is a 16 bit field */
874 memset( &bs.hidden, 0, 2 );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsdos_fs.h30 #define ATTR_HIDDEN 2 /* hidden */
51 #define SCAN_ANY 0 /* either hidden or not */
52 #define SCAN_HID 1 /* only hidden */
53 #define SCAN_NOTHID 2 /* only not hidden */
130 __u32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsdos_fs.h30 #define ATTR_HIDDEN 2 /* hidden */
51 #define SCAN_ANY 0 /* either hidden or not */
52 #define SCAN_HID 1 /* only hidden */
53 #define SCAN_NOTHID 2 /* only not hidden */
130 __u32 hidden; /* hidden sectors (unused) */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_srvsvc.h806 uint32 hidden; /* 0x0 */ member in struct:srv_info_102_info
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_srv.c2773 uint32 srv_type, uint32 users, uint32 disc, uint32 hidden,
2790 sv102->hidden = hidden;
2832 if(!prs_uint32("hidden ", ps, depth, &sv102->hidden))
2771 init_srv_info_102(SRV_INFO_102 *sv102, uint32 platform_id, const char *name, const char *comment, uint32 ver_major, uint32 ver_minor, uint32 srv_type, uint32 users, uint32 disc, uint32 hidden, uint32 announce, uint32 ann_delta, uint32 licenses, const char *usr_path) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex90 packets to another endpoint is not hidden. If you dislike this, or if you
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dentry.S82 ! + hidden arg + arg spill
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dconfigure7377 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
9861 # what "hidden" libraries, object files and flags are used when
10225 # what "hidden" libraries, object files and flags are used when
10297 # what "hidden" libraries, object files and flags are used when
10362 # what "hidden" libraries, object files and flags are used when
10398 # what "hidden" libraries, object files and flags are used when
10471 # what "hidden" libraries, object files and flags are used when
10489 # what "hidden" libraries, object files and flags are used when
10526 echo "-hidden">> $lib.exp~
10534 # what "hidden" librarie
[all...]

Completed in 321 milliseconds