Home
last modified time | relevance | path

Searched defs:variable_list (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/www/squid/squid-4.15/include/
H A Dsnmp_vars.h44 struct variable_list { struct
45 struct variable_list *next_variable; /* NULL for last variable */ argument
57 struct variable_list *snmp_var_new(oid *, int); argument
122 typedef struct variable_list variable_list; typedef
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dvarlist.h15 typedef struct variable_list { struct
18 struct variable_list *next; argument
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/sieve/
H A Dvarlist.h15 typedef struct variable_list { struct
18 struct variable_list *next; argument
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dvarlist.h15 typedef struct variable_list { struct
18 struct variable_list *next; argument
/dports/ftp/quftp/quftp-1.0.7/
H A Drc.h9 struct variable_list { struct
12 struct variable_list *next; argument
/dports/textproc/p5-Text-Tmpl/Text-Tmpl-0.33/
H A Dvarlist.c33 varlist_p variable_list; in varlist_init() local
63 varlist_destroy(varlist_p variable_list) in varlist_destroy()
103 varlist_get_value(varlist_p variable_list, char *name) in varlist_get_value()
134 varlist_set_value(varlist_p *variable_list, char *name, char *value) in varlist_set_value()
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/
H A Dtypes.h110 typedef struct variable_list { struct
112 struct variable_list *next_variable; argument
132 } netsnmp_variable_list; argument
/dports/graphics/py-altair/altair-4.1.0/altair/examples/
H A Dchoropleth_repeat.py12 variable_list = ['population', 'engineers', 'hurricanes'] variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/avr/mmcu/
H A Davr-mmcu.exp33 proc save_variables { variable_list } { argument
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dsnmp_api.h398 struct variable_list { struct
400 oid *name; /* Object identifier of variable */
401 size_t name_length; /* number of subid's in name */
402 u_char type; /* ASN type of variable */
403 union { /* value of variable */
414 } val;
415 size_t val_len;
416 oid name_loc[MAX_OID_LEN]; /* 90 percentile < 24. */
417 u_char buf[40]; /* 90 percentile < 40. */
418 void *data; /* (Opaque) hook for additional data */
[all …]

1234567891011