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

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D921117-1.c4 } cell; variable in typeref:struct:s
16 cell.flag = 99;
17 strcpy (cell.text, "0123456789");
19 if (check (cell))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Doverflow-1.c20 struct S* cell=H+k; local
21 cell->key=i*(0xffffffffUL/2);
22 cell->rnext=k+(1-i);
23 cell->rprev=k+(1-i);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D921117-1.c4 } cell; variable in typeref:struct:s
16 cell.flag = 99;
17 strcpy (cell.text, "0123456789");
19 if (check (cell))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Doverflow-1.c20 struct S* cell=H+k; local
21 cell->key=i*(0xffffffffUL/2);
22 cell->rnext=k+(1-i);
23 cell->rprev=k+(1-i);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloadpre6.c34 /* There are some reloaded loads of *cell, and cell->common.chain on various
39 tree var, *cell; local
41 for (cell = unexpanded_var_list; *cell; )
43 var = (*cell)->list.value;
49 *cell = ((*cell)->common.chain);
53 cell = &((*cell)
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dcommon.c72 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, argument
98 * do *not* mark as primary cell
104 * follow with cell name
106 sizeof_x = strlen(cell) + 1;
107 memcpy(t, cell, sizeof_x);
144 /* Try to get a db-server for an AFS cell from a AFSDB record */
147 dns_find_cell(const char *cell, char *dbserver, size_t len) argument
151 r = rk_dns_lookup(cell, "afsdb");
177 char cell[64]; local
184 while (fgets(cell, sizeo
266 file_find_cell(struct kafs_data *data, const char *cell, char **realm, int exact) argument
327 _kafs_realm_of_cell(struct kafs_data *data, const char *cell, char **realm) argument
345 _kafs_try_get_cred(struct kafs_data *data, const char *user, const char *cell, const char *realm, uid_t uid, struct kafs_token *kt) argument
368 _kafs_get_cred(struct kafs_data *data, const char *cell, const char *realm_hint, const char *realm, uid_t uid, struct kafs_token *kt) argument
[all...]
H A Dkafs.h112 int krb_afslog (const char *cell, const char *realm);
113 int krb_afslog_uid (const char *cell, const char *realm, uid_t uid);
114 int krb_afslog_home (const char *cell, const char *realm,
116 int krb_afslog_uid_home (const char *cell, const char *realm, uid_t uid,
119 int krb_realm_of_cell (const char *cell, char **realm);
131 int k_afs_cell_of_file (const char *path, char *cell, int len);
158 const char *cell,
163 const char *cell,
167 const char *cell,
174 const char *cell,
[all...]
H A Dafskrb5.c117 const char *cell,
123 c = strdup(cell);
207 afslog_uid_int(struct kafs_data *data, const char *cell, const char *rh, argument
216 if (cell == 0 || cell[0] == 0)
226 ret = _kafs_get_cred(data, cell, d->realm, trealm, uid, &kt);
230 ret = kafs_settoken_rxkad(cell, &kt.ct, kt.ticket, kt.ticket_len);
252 const char *cell,
281 ret = afslog_uid_int(&kd, cell, 0, uid, homedir);
293 const char *cell,
115 v5_convert(krb5_context context, krb5_ccache id, krb5_creds *cred, uid_t uid, const char *cell, struct kafs_token *kt) argument
250 krb5_afslog_uid_home(krb5_context context, krb5_ccache id, const char *cell, krb5_const_realm realm, uid_t uid, const char *homedir) argument
291 krb5_afslog_uid(krb5_context context, krb5_ccache id, const char *cell, krb5_const_realm realm, uid_t uid) argument
301 krb5_afslog(krb5_context context, krb5_ccache id, const char *cell, krb5_const_realm realm) argument
310 krb5_afslog_home(krb5_context context, krb5_ccache id, const char *cell, krb5_const_realm realm, const char *homedir) argument
324 krb5_realm_of_cell(const char *cell, char **realm) argument
340 kafs_settoken5(krb5_context context, const char *cell, uid_t uid, krb5_creds *cred) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-list.h39 /* Return a cons cell produced from (head . tail) */
44 struct objc_list* cell; local
46 cell = (struct objc_list*)objc_malloc(sizeof(struct objc_list));
47 cell->head = head;
48 cell->tail = tail;
49 return cell;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-list.h40 /* Return a cons cell produced from (head . tail) */
45 struct objc_list* cell; local
47 cell = (struct objc_list*)objc_malloc(sizeof(struct objc_list));
48 cell->head = head;
49 cell->tail = tail;
50 return cell;
/netbsd-6-1-5-RELEASE/games/tetris/
H A Dtetris.h58 typedef unsigned char cell; typedef
59 extern cell board[B_SIZE]; /* 1 => occupied, 0 => empty */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c56 int j , n , cell ; local
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cell/
H A Ddwarfaddr.exp21 load_lib cell.exp
H A Dea-standalone.exp21 load_lib cell.exp
H A Dea-test.exp21 load_lib cell.exp
H A Dbreak.exp21 load_lib cell.exp
H A Dea-cache.exp21 load_lib cell.exp
H A Df-regs.exp21 load_lib cell.exp
H A Dfork.exp21 load_lib cell.exp
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dstring2key.c43 char *cell; variable
53 { "cell", 'c', arg_string, &cell, "AFS cell to use", "cell" },
150 if(afs && cell == NULL){
151 printf("AFS cell: ");
155 cell = estrdup(buf);
179 salt.saltvalue.length = strlen(cell);
180 salt.saltvalue.data = cell;
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Dsavelev.c21 pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's
50 pcel = &cell[level * MAXX * MAXY]; /* pointer to this level's
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcell.exp87 set src cell[pid].c
88 set exe cell[pid].x
89 set src_spu cell[pid]-spu.c
90 set exe_spu cell[pid]-spu.x
94 puts $f "extern spe_program_handle_t cell[pid]_spu_x;"
98 puts $f "spe_program_load (ctx, &cell[pid]_spu_x);"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_keyfile.c59 char *cell; member in struct:akf_data
64 * set `d->cell' and `d->realm'
86 N_("No cell in ThisCell file %s", ""),
93 d->cell = strdup (buf);
94 if (d->cell == NULL) {
103 free (d->cell);
104 d->cell = NULL;
120 free (d->cell);
121 d->cell = NULL;
153 free (d->cell);
[all...]
H A Dsalt-des.c53 krb5_data cell,
61 ((i < cell.length) ?
62 tolower(((unsigned char*)cell.data)[i]) : 0);
82 krb5_data cell,
93 int len = min(cell.length, sizeof(password) - pw.length);
96 memcpy(password + pw.length, cell.data, len);
100 passlen = min(sizeof(password), pw.length + cell.length);
52 krb5_DES_AFS3_CMU_string_to_key(krb5_data pw, krb5_data cell, DES_cblock *key) argument
81 krb5_DES_AFS3_Transarc_string_to_key(krb5_data pw, krb5_data cell, DES_cblock *key) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.c511 signed_cell *cell; local
527 cell = ((signed_cell*)node->array) + index;
528 *integer = BE2H_cell (*cell);
536 unsigned_cell *cell,
543 *cell = H2BE_cell (unit->cells[i]);
544 cell += 1;
546 return cell;
551 cells_to_unit_address (const unsigned_cell *cell, argument
560 unit->cells[i] = BE2H_cell (*cell);
561 cell
535 unit_address_to_cells(const hw_unit *unit, unsigned_cell *cell, int nr_cells) argument
586 unsigned_cell *cell; local
679 unsigned_cell *cell; local
[all...]

Completed in 255 milliseconds

123