HomeSort by: relevance | last modified time | path
    Searched refs:get_list (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.bin/cut/
cut.c 73 static void get_list(char *);
92 get_list(optarg);
97 get_list(optarg);
105 get_list(optarg);
157 get_list(char *list) function
  /src/external/bsd/iscsi/dist/src/lib/
osd_ops.c 86 uint8_t get_list[8];
102 *((unsigned long *) get_list) = ISCSI_HTONL(0x40000001);
103 *((unsigned long *) (get_list + 4)) = ISCSI_HTONL(0x1);
104 mem.send_data = get_list;
136 uint8_t get_list[8];
153 *((unsigned long *) get_list) = ISCSI_HTONL(0x00000001);
154 *((unsigned long *) (get_list + 4)) = ISCSI_HTONL(0x2);
155 mem.send_data = get_list;
  /src/games/monop/
trade.c 58 static void get_list(int, int );
92 get_list(0, player);
93 get_list(1, tradee);
105 get_list(int struct_no, int play_no) function
  /src/external/bsd/cron/dist/
entry.c 61 static int get_list(bitstr_t *, int, int, const char * const [], int, FILE *),
183 ch = get_list(e->minute, FIRST_MINUTE, LAST_MINUTE,
195 ch = get_list(e->hour, FIRST_HOUR, LAST_HOUR,
207 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
217 ch = get_list(e->month, FIRST_MONTH, LAST_MONTH,
229 ch = get_list(e->dow, FIRST_DOW, LAST_DOW,
431 get_list(bitstr_t *bits, int low, int high, const char * const names[], function
442 Debug(DPARS|DEXT, ("get_list()...entered\n"));
468 Debug(DPARS|DEXT, ("get_list()...exiting w/ %02x\n", ch));
  /src/external/bsd/iscsi/dist/src/osd/
osd.c 170 uint8_t *get_list = NULL; local
258 if ((get_list = iscsi_malloc_atomic(osd_args.get_attributes_list_length)) == NULL) {
262 sg[sg_len].iov_base = get_list;
466 page = ISCSI_NTOHL(*((uint32_t *) (&(get_list[i]))));
468 index = ISCSI_NTOHL(*((uint32_t *) (&(get_list[i]))));
648 if (get_list) {
649 iscsi_free_atomic(get_list);
  /src/external/gpl3/gcc.old/dist/gcc/
mem-stats.h 364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length);
590 mem_alloc_description<T>::get_list (mem_alloc_origin origin, unsigned *length) function in class:mem_alloc_description
616 mem_list_t *list = get_list (origin, &length);
638 mem_list_t *list = get_list (origin, &length);
  /src/external/gpl3/gcc/dist/gcc/
mem-stats.h 364 mem_list_t *get_list (mem_alloc_origin origin, unsigned *length);
590 mem_alloc_description<T>::get_list (mem_alloc_origin origin, unsigned *length) function in class:mem_alloc_description
616 mem_list_t *list = get_list (origin, &length);
638 mem_list_t *list = get_list (origin, &length);
  /src/external/bsd/openldap/dist/libraries/libldap/
test.c 52 static char **get_list LDAP_P(( const char *prompt ));
78 get_list( const char *prompt ) function
197 tmp.mod_values = get_list( prompt3 );
578 types = get_list( "attrs to return? " );
  /src/sbin/iscsid/
iscsid_globals.h 451 void get_list(iscsid_get_list_req_t *, iscsid_response_t **, int *);
iscsid_main.c 327 get_list((iscsid_get_list_req_t *)p, prsp, prsp_temp);
iscsid_lists.c 304 * get_list:
305 * Handle GET_LIST request: Return the list of IDs contained in the list.
315 get_list(iscsid_get_list_req_t * par, iscsid_response_t ** prsp, int *prsp_temp) function
324 DEB(10, ("get_list, kind %d", par->list_kind));
  /src/external/mit/isl/dist/
isl_multi_templ.c 349 __isl_give LIST(EL) *FN(MULTI(BASE),get_list)(
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 2236 inline isl::checked::aff_list get_list() const;
2342 inline isl::checked::id_list get_list() const;
2429 inline isl::checked::pw_aff_list get_list() const;
2527 inline isl::checked::union_pw_aff_list get_list() const;
2588 inline isl::checked::val_list get_list() const;
11225 isl::checked::aff_list multi_aff::get_list() const function in class:isl::checked::multi_aff
11713 isl::checked::id_list multi_id::get_list() const function in class:isl::checked::multi_id
12116 isl::checked::pw_aff_list multi_pw_aff::get_list() const function in class:isl::checked::multi_pw_aff
12578 isl::checked::union_pw_aff_list multi_union_pw_aff::get_list() const function in class:isl::checked::multi_union_pw_aff
12839 isl::checked::val_list multi_val::get_list() cons function in class:isl::checked::multi_val
    [all...]
cpp.h 2302 inline isl::aff_list get_list() const;
2408 inline isl::id_list get_list() const;
2495 inline isl::pw_aff_list get_list() const;
2593 inline isl::union_pw_aff_list get_list() const;
2654 inline isl::val_list get_list() const;
14488 isl::aff_list multi_aff::get_list() const function in class:isl::multi_aff
15252 isl::id_list multi_id::get_list() const function in class:isl::multi_id
15935 isl::pw_aff_list multi_pw_aff::get_list() const function in class:isl::multi_pw_aff
16713 isl::union_pw_aff_list multi_union_pw_aff::get_list() const function in class:isl::multi_union_pw_aff
17152 isl::val_list multi_val::get_list() cons function in class:isl::multi_val
    [all...]
typed_cpp.h 4902 inline typed::aff_list<Domain> get_list() const = delete;
5095 inline typed::aff_list<Domain, Range> get_list() const = delete;
5304 inline typed::aff_list<pair<Domain2, Range2>, Range> get_list() const = delete;
5515 inline typed::aff_list<Domain, pair<Range, Range2>> get_list() const = delete;
5723 inline typed::aff_list<pair<T1, T2>, pair<Range, Range2>> get_list() const = delete;
5887 inline typed::id_list<Domain> get_list() const = delete;
6017 inline typed::pw_aff_list<Domain> get_list() const = delete;
6202 inline typed::pw_aff_list<Domain, Range> get_list() const = delete;
6401 inline typed::pw_aff_list<pair<Domain2, Range2>, Range> get_list() const = delete;
6582 inline typed::union_pw_aff_list<Domain> get_list() const = delete
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 779 def get_list(arg0): member in class:multi_union_pw_aff
1821 def get_list(arg0): member in class:multi_pw_aff
4262 def get_list(arg0): member in class:multi_aff
13716 def get_list(arg0): member in class:multi_id
13935 def get_list(arg0): member in class:multi_val

Completed in 105 milliseconds