| /onnv-gate/usr/src/cmd/perl/5.8.4/ |
| H A D | get_no_keywords.sh | 45 fetch='no' 47 fetch='yes' 52 fetch='yes' 54 if [[ $fetch = 'yes' ]]; then
|
| /onnv-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | lsub.s | 55 ld [%o0+0],%o2 ! fetch lop.dl_hop 56 ld [%o0+4],%o3 ! fetch lop.dl_lop 57 ld [%o1+0],%o4 ! fetch rop.dl_hop 58 ld [%o1+4],%o5 ! fetch rop.dl_lop
|
| H A D | ladd.s | 56 ld [%o0+0],%o2 ! fetch lop.dl_hop 57 ld [%o0+4],%o3 ! fetch lop.dl_lop 58 ld [%o1+0],%o4 ! fetch rop.dl_hop 59 ld [%o1+4],%o5 ! fetch rop.dl_lop
|
| H A D | lshiftl.s | 53 ld [%o0+0],%o2 ! fetch op.dl_hop 54 ld [%o0+4],%o3 ! fetch op.dl_lop
|
| H A D | lsign.s | 45 ld [%o0],%o0 ! fetch op (high word only)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | DBM_Filter.pm | 102 my $fetch = *{ "${class}::Fetch" }{CODE}; 107 my $count = defined($filter) + defined($store) + defined($fetch) ; 112 my $need = defined($fetch) ? 'Store' : 'Fetch'; 125 $callbacks{Fetch} = $fetch;
|
| /onnv-gate/usr/src/cmd/spell/ |
| H A D | hashcheck.c | 49 fetch(void) in fetch() function 98 a = fetch(); in main() 100 a = fetch(); in main()
|
| H A D | hashlook.c | 45 #define fetch(wp, bp)\ macro 48 #define fetch(wp, bp) ((wp[0] << (B - bp)) | (wp[1] >> bp)) macro
|
| /onnv-gate/usr/src/head/rpcsvc/ |
| H A D | dbm.h | 70 datum fetch(datum); 78 datum fetch();
|
| /onnv-gate/usr/src/ucbhead/ |
| H A D | dbm.h | 79 datum fetch(datum); 87 datum fetch();
|
| /onnv-gate/usr/src/cmd/prtconf/ |
| H A D | prt_xxx.c | 135 init_priv_data(struct di_priv_data *fetch) in init_priv_data() argument 138 fetch->version = DI_PRIVDATA_VERSION_0; in init_priv_data() 139 fetch->n_driver = 0; in init_priv_data() 140 fetch->driver = NULL; in init_priv_data() 142 fetch->n_parent = nprt_priv_data; in init_priv_data() 143 fetch->parent = ppd_format; in init_priv_data()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| H A D | Scalar.t | 43 $scalar = 'fetch me'; 44 is( $scalar, 'fetch me', 'STORE() and FETCH() verified with one test!' );
|
| /onnv-gate/usr/src/uts/common/io/comstar/port/qlt/ |
| H A D | qlt_dma.c | 622 qlt_dma_handle_t *fetch; in qlt_ddi_dma_nextcookie() local 628 fetch = qsgl->handle_next_fetch; in qlt_ddi_dma_nextcookie() 629 if (fetch->num_cookies_fetched == 0) { in qlt_ddi_dma_nextcookie() 630 *cookiep = fetch->first_cookie; in qlt_ddi_dma_nextcookie() 632 ddi_dma_nextcookie(fetch->dma_handle, cookiep); in qlt_ddi_dma_nextcookie() 634 if (++fetch->num_cookies_fetched == fetch->num_cookies) { in qlt_ddi_dma_nextcookie() 635 if (fetch->next == NULL) in qlt_ddi_dma_nextcookie() 638 qsgl->handle_next_fetch = fetch->next; in qlt_ddi_dma_nextcookie()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
| H A D | cookie.t | 61 my %result = CGI::Cookie->fetch(); 66 %result = CGI::Cookie->fetch(); 78 %result = CGI::Cookie->fetch(); 83 %result = CGI::Cookie->fetch();
|
| /onnv-gate/usr/src/cmd/diff/ |
| H A D | diff.c | 147 static void fetch(long *, int, int, int, char *, int); 893 fetch(ixold, a, b, 0, "< ", 1); in change() 897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); in change() 916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) in fetch() function 1154 fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1); in dump_context_vec() 1156 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec() 1158 fetch(ixold, lowa, a - 1, 0, uflag ? " " : in dump_context_vec() 1160 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1); in dump_context_vec() 1164 fetch(ixold, lowa, a-1, 0, uflag ? " " : " ", in dump_context_vec() 1167 fetch(ixold, a, b, 0, "-", 1); in dump_context_vec() [all …]
|
| /onnv-gate/usr/src/cmd/backup/dump/ |
| H A D | dumponline.c | 221 mapfile(fd, offset, bytes, fetch) in mapfile() argument 225 int fetch; /* start faulting in pages */ 275 if (!fetch)
|
| /onnv-gate/usr/src/cmd/col/ |
| H A D | col.c | 70 static void fetch(int); 480 fetch(int lno) in fetch() function 591 fetch(ll); in incr() 599 fetch(ll); in decr()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/t/ |
| H A D | 01error.t | 143 "croak if neither fetch or store is present"; 157 "croak if store is present but fetch isn't"; 171 "croak if fetch is present but store isn't";
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/ |
| H A D | ODBM_File.xs | 16 datum fetch(datum key); 54 #define odbm_FETCH(db,key) fetch(key)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/ |
| H A D | hash.t | 205 is (XS::APItest::Hash::fetch ($hash, $key), $key, 213 is (XS::APItest::Hash::fetch ($hash, $key), undef,
|
| /onnv-gate/usr/src/ucblib/libdbm/ |
| H A D | mapfile-vers | 51 fetch;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/ |
| H A D | APItest.xs | 91 fetch(hash, key_sv)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Cookie.pm | 40 sub fetch { subroutine
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlfaq9.pod | 196 =head2 How do I fetch an HTML file? 224 or die "Can't fetch HTML from http://www.perl.com/"; 613 =head2 How do I fetch a news article or the active newsgroups? 621 =head2 How do I fetch/put an FTP file? 623 LWP::Simple (available from CPAN) can fetch but not put. Net::FTP (also 624 available from CPAN) is more complex but can put as well as fetch.
|
| /onnv-gate/usr/src/lib/efcode/engine/ |
| H A D | actions.c | 146 fetch(env); in do_defer()
|