Searched refs:item (Results 226 - 250 of 1345) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/popt/
H A Dpopt.c256 poptItem item; local
263 item = con->execs + i;
264 if (longName && !(item->option.longName &&
265 !strcmp(longName, item->option.longName)))
267 else if (shortName != item->option.shortName)
317 poptItem item = con->os->currAlias; local
321 if (item) {
322 if (longName && (item->option.longName &&
323 !strcmp(longName, item->option.longName)))
325 if (shortName && shortName == item
369 poptItem item = con->doExec; local
1051 poptItem item; local
1096 poptItem item = (poptItem)alloca(sizeof(*item)); local
1114 poptItem * items, item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/popt/
H A Dpopt.c256 poptItem item; local
263 item = con->execs + i;
264 if (longName && !(item->option.longName &&
265 !strcmp(longName, item->option.longName)))
267 else if (shortName != item->option.shortName)
317 poptItem item = con->os->currAlias; local
321 if (item) {
322 if (longName && (item->option.longName &&
323 !strcmp(longName, item->option.longName)))
325 if (shortName && shortName == item
369 poptItem item = con->doExec; local
1051 poptItem item; local
1096 poptItem item = (poptItem)alloca(sizeof(*item)); local
1114 poptItem * items, item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/autoconf/Autom4te/
H A DGeneral.pm75 =item C<$debug>
86 =item C<$force>
96 =item C<$help>
105 =item C<$me>
114 =item C<$tmp>
125 =item C<$verbose>
135 =item C<$version>
158 =item C<END>
216 =item C<debug (@message)>
233 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_filestream.c339 fstrm_item_t *item; local
354 item = xfs_mru_cache_lookup(cache, ip->i_ino);
355 if (item) {
356 ASSERT(item->ip == ip);
357 old_ag = item->ag;
358 item->ag = ag;
359 old_pip = item->pip;
360 item->pip = pip;
386 item = kmem_zone_zalloc(item_zone, KM_MAYFAIL);
387 if (!item)
428 fstrm_item_t *item = (fstrm_item_t *)data; local
536 fstrm_item_t *item; local
578 fstrm_item_t *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_filestream.c339 fstrm_item_t *item; local
354 item = xfs_mru_cache_lookup(cache, ip->i_ino);
355 if (item) {
356 ASSERT(item->ip == ip);
357 old_ag = item->ag;
358 item->ag = ag;
359 old_pip = item->pip;
360 item->pip = pip;
386 item = kmem_zone_zalloc(item_zone, KM_MAYFAIL);
387 if (!item)
428 fstrm_item_t *item = (fstrm_item_t *)data; local
536 fstrm_item_t *item; local
578 fstrm_item_t *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/
H A Dex_data.c304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
305 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
306 OPENSSL_free(item);
348 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
365 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
366 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
372 toret = item->meth_num++;
373 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
404 EX_CLASS_ITEM *item local
421 EX_CLASS_ITEM *item = def_get_class(class_index); local
460 EX_CLASS_ITEM *item; local
500 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Dex_data.c292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
293 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
294 OPENSSL_free(item);
333 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
351 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num)
353 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL))
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
392 EX_CLASS_ITEM *item local
408 EX_CLASS_ITEM *item = def_get_class(class_index); local
451 EX_CLASS_ITEM *item; local
495 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A DMakefile4 btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
5 file-item.o inode-item.o inode-map.o disk-io.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A DMakefile4 btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
5 file-item.o inode-item.o inode-map.o disk-io.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/
H A Dex_data.c304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
305 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
306 OPENSSL_free(item);
348 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
365 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
366 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
372 toret = item->meth_num++;
373 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
404 EX_CLASS_ITEM *item local
421 EX_CLASS_ITEM *item = def_get_class(class_index); local
460 EX_CLASS_ITEM *item; local
500 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dex_data.c292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
293 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
294 OPENSSL_free(item);
333 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
351 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num)
353 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL))
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
392 EX_CLASS_ITEM *item local
408 EX_CLASS_ITEM *item = def_get_class(class_index); local
451 EX_CLASS_ITEM *item; local
495 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/
H A Dex_data.c304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
305 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
306 OPENSSL_free(item);
348 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
365 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
366 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
372 toret = item->meth_num++;
373 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
404 EX_CLASS_ITEM *item local
421 EX_CLASS_ITEM *item = def_get_class(class_index); local
460 EX_CLASS_ITEM *item; local
500 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dex_data.c292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
293 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
294 OPENSSL_free(item);
333 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
351 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num)
353 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL))
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
392 EX_CLASS_ITEM *item local
408 EX_CLASS_ITEM *item = def_get_class(class_index); local
451 EX_CLASS_ITEM *item; local
495 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dtivo_commands.c142 if( strncmp(class, "item", 4) == 0 )
290 SendItemDetails(struct upnphttp *h, int64_t item) argument
307 " where o.DETAIL_ID = %lld group by o.DETAIL_ID", (long long)item);
328 char *sql, *item, *saveptr; local
393 item = sql_get_text_field(db, "SELECT NAME from OBJECTS where OBJECT_ID = '%q'", objectID);
394 if( item )
396 title = escape_tag(item, 1);
397 sqlite3_free(item);
426 item = strtok_r(sortOrder, ",", &saveptr);
427 while( item !
663 char *saveptr = NULL, *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dtivo_commands.c142 if( strncmp(class, "item", 4) == 0 )
290 SendItemDetails(struct upnphttp *h, int64_t item) argument
307 " where o.DETAIL_ID = %lld group by o.DETAIL_ID", (long long)item);
328 char *sql, *item, *saveptr; local
393 item = sql_get_text_field(db, "SELECT NAME from OBJECTS where OBJECT_ID = '%q'", objectID);
394 if( item )
396 title = escape_tag(item, 1);
397 sqlite3_free(item);
426 item = strtok_r(sortOrder, ",", &saveptr);
427 while( item !
663 char *saveptr = NULL, *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dtivo_commands.c142 if( strncmp(class, "item", 4) == 0 )
290 SendItemDetails(struct upnphttp *h, int64_t item) argument
307 " where o.DETAIL_ID = %lld group by o.DETAIL_ID", (long long)item);
328 char *sql, *item, *saveptr; local
393 item = sql_get_text_field(db, "SELECT NAME from OBJECTS where OBJECT_ID = '%q'", objectID);
394 if( item )
396 title = escape_tag(item, 1);
397 sqlite3_free(item);
426 item = strtok_r(sortOrder, ",", &saveptr);
427 while( item !
663 char *saveptr = NULL, *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pqueue/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dpqueue.h79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.h79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c265 idtoname_lookup(struct ent *item) argument
268 &item->h,
269 idtoname_hash(item));
433 nametoid_lookup(struct ent *item) argument
436 &item->h,
437 nametoid_hash(item));
528 struct cache_detail *detail, struct ent **item,
531 *item = lookup_fn(key);
532 if (!*item)
534 return cache_check(detail, &(*item)
527 do_idmap_lookup(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item, struct idmap_defer_req *mdr) argument
538 do_idmap_lookup_nowait(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
564 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
600 struct ent *item, key = { local
623 struct ent *item, key = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.h83 int o2nm_depend_item(struct config_item *item);
84 void o2nm_undepend_item(struct config_item *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c265 idtoname_lookup(struct ent *item) argument
268 &item->h,
269 idtoname_hash(item));
433 nametoid_lookup(struct ent *item) argument
436 &item->h,
437 nametoid_hash(item));
528 struct cache_detail *detail, struct ent **item,
531 *item = lookup_fn(key);
532 if (!*item)
534 return cache_check(detail, &(*item)
527 do_idmap_lookup(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item, struct idmap_defer_req *mdr) argument
538 do_idmap_lookup_nowait(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
564 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
600 struct ent *item, key = { local
623 struct ent *item, key = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.h83 int o2nm_depend_item(struct config_item *item);
84 void o2nm_undepend_item(struct config_item *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-symbol-cmds.c57 ui_out_field_core_addr (uiout, "pc", LINETABLE (s)->item[i].pc);
58 ui_out_field_int (uiout, "line", LINETABLE (s)->item[i].line);

Completed in 185 milliseconds

1234567891011>>