| /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/sbin/iscsid/ |
| 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/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/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/usr.bin/cut/ |
| cut.c | 74 static void get_list(char *); 93 get_list(optarg); 98 get_list(optarg); 106 get_list(optarg); 158 get_list(char *list) function
|
| /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/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/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
|
| /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...] |