| /onnv/onnv-gate/usr/src/cmd/refer/ |
| hunt8.c | 40 FILE *fa, *fb; local 46 fa = iopen(indexname, ".ig"); 48 if (gdate(fb) > gdate(fa)) { 49 if (fa != NULL) 50 fclose(fa); 52 fa = iopen(indexname, ".ig"); 54 indexdate = gdate(fa); 55 unopen(fa);
|
| hunt7.c | 38 static FILE *fa = NULL; local 65 fprintf(stderr, "fa now %o, p %o in %o %s\n", fa, p, in, in); 69 fprintf(stderr, "set fa to stdin\n"); 71 fa = stdin; 77 if (fa != NULL) 78 fa = freopen(in, "r", fa); 80 fa = fopen(in, "r"); 82 if (fa == NULL [all...] |
| inv5.c | 23 recopy(FILE *ft, FILE *fb, FILE *fa, int nhash) 33 if (fa == NULL) { 37 fread(&n, sizeof (n), 1, fa); 38 fread(&iflong, sizeof (iflong), 1, fa); 41 n = fread(hpt_l, sizeof (*hpt_l), n, fa); 44 n = fread(hpt_s, sizeof (*hpt_s), n, fa); 48 fclose(fa);
|
| inv6.c | 23 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, 73 fwrite(&nhash, sizeof (nhash), 1, fa); 74 fwrite(&iflong, sizeof (iflong), 1, fa); 75 fwrite(hpt, sizeof (*hpt), nhash, fa); 76 fwrite(hfreq, sizeof (*hfreq), nhash, fa);
|
| hunt1.c | 59 static FILE *fa, *fb, *fc; local 154 fclose(fa); 159 fa = fopen(nma, "r"); 160 if (fa == NULL) { 176 fseek(fa, 0L, 0); 177 fread(&nhash, sizeof (nhash), 1, fa); 178 fread(&iflong, sizeof (iflong), 1, fa); 183 kk = fread(hpt, sizeof (*hpt), nhash, fa); 191 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);
|
| glue1.c | 63 static FILE *fa, *fb, *fc; local 147 unopen(fa); 155 fa = iopen(indexname, ".ia"); 160 fprintf(stderr, "opened f's as %o %o %o\n", fa, fb, fc); 163 fread(&nhash, sizeof (nhash), 1, fa); 164 fread(&iflong, sizeof (iflong), 1, fa); 192 fread(hpt, sizeof (*hpt), nhash, fa); 203 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);
|
| inv1.c | 41 FILE *fa, *fb, *fc, *fta, *ftb, *ftc; local 150 fa = fopen(nma, "w"); 152 whash(fta, fa, fb, nhash, iflong, &keys, &hashes);
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfpoll.c | 32 int sfpoll(Sfio_t** fa, reg int n, int tm) 34 int sfpoll(fa, n, tm) 35 Sfio_t** fa; /* array of streams to poll */ 44 if(n <= 0 || !fa) 61 { f = fa[r]; 105 { f = fa[check[r]]; 113 { f = fa[check[r]]; 142 { f = fa[check[r]]; 170 { f = fa[check[r]]; 204 { f = fa[check[r]] [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| main.c | 471 Ldup(int fa, int fb) 475 dup(fa | DUPFLG, fb); 476 close(fa); 481 if (fa >= 0) { 482 if (fa != fb) { 484 fcntl(fa, 0, fb); /* normal dup */ 485 close(fa);
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sctp/ |
| sctp.c | 137 sctp_faddr_t fa[1]; local 143 if (mdb_vread(fa, sizeof (*fa), addr) == -1) { 148 statestr = sctp_faddr_state(fa->state); 149 mdb_printf("%<u>%p\t%<b>%N%</b>\t%s%</u>\n", addr, &fa->faddr, 151 mdb_printf("next\t\t%?p\tsaddr\t%N\n", fa->next, &fa->saddr); 152 mdb_printf("rto\t\t%?d\tsrtt\t\t%?d\n", fa->rto, fa->srtt); 153 mdb_printf("rttvar\t\t%?d\trtt_updates\t%?u\n", fa->rttvar [all...] |
| /onnv/onnv-gate/usr/src/cmd/awk/ |
| b.c | 75 #define NFA 20 /* cache this many dynamic fa's */ 76 fa *fatab[NFA]; 79 static fa *mkdfa(uchar *, int); 80 static int makeinit(fa *, int); 84 static void cfoll(fa *, Node *); 88 static void freefa(fa *); 89 static int cgoto(fa *, int, int); 91 fa * 95 fa *pfa; 126 fa * [all...] |
| awk.h | 253 typedef struct fa { struct 265 } fa; typedef in typeref:struct:fa 268 extern fa *makedfa(uchar *, int); 269 extern int nematch(fa *, uchar *); 270 extern int match(fa *, uchar *); 271 extern int pmatch(fa *, uchar *);
|
| run.c | 552 fa *pfa; 1235 fa *pfa; 1237 pfa = (fa *)a[2]; [all...] |
| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| audit_class.txt | 45 0x00000004:fa:file attribute access
|
| audit_event.txt | 81 14:AUE_ACCESS:access(2):fa 83 16:AUE_STAT:stat(2):fa 84 17:AUE_LSTAT:lstat(2):fa 121 54:AUE_STATFS:statfs(2):fa 122 55:AUE_FSTATFS:fstatfs(2):fa 141 71:AUE_PATHCONF:pathconf(2):fa 273 233:AUE_FUSERS:utssys(2) - fusers:fa 274 234:AUE_STATVFS:statvfs(2):fa 353 305:AUE_PORTFS_ASSOCIATE:portfs(2) - file events source - PORT_ASSOCIATE:fa 354 306:AUE_PORTFS_DISSOCIATE:portfs(2) - file events source - PORT_DISSOCIATE:fa [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| locale.c | 217 Size_t fa = strxfrm(xbuf, "a", XFRMBUFSIZE); local 219 SSize_t mult = fb - fa; 222 PL_collxfrm_base = (fa > (Size_t)mult) ? (fa - mult) : 0;
|
| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| flowprop.c | 270 dladm_flow_attr_t fa; local 273 status = dladm_flow_info(handle, flow, &fa); 276 mrp = &(fa.fa_resource_props); 364 dladm_flow_attr_t fa; local 367 bzero(&fa, sizeof (dladm_flow_attr_t)); 368 status = dladm_flow_info(handle, flow, &fa); 371 mrp = &(fa.fa_resource_props);
|
| /onnv/onnv-gate/usr/src/cmd/oawk/ |
| b.c | 40 extern struct fa *cgotofn(); 66 struct fa { struct 81 struct fa *st; 109 struct fa * 114 struct fa *fap; 428 struct fa * 440 struct fa *where[NSTATES]; 447 struct fa *pfa; 785 if ((pfa = (struct fa *)malloc((numtrans + 1) 786 * sizeof (struct fa))) == NULL [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
| find.t | 79 if (-d dir_path('fa')) { 80 unlink file_path('fa', 'fa_ord'), 81 file_path('fa', 'fsl'), 82 file_path('fa', 'faa', 'faa_ord'), 83 file_path('fa', 'fab', 'fab_ord'), 84 file_path('fa', 'fab', 'faba', 'faba_ord'), 87 rmdir dir_path('fa', 'faa'); 88 rmdir dir_path('fa', 'fab', 'faba'); 89 rmdir dir_path('fa', 'fab'); 90 rmdir dir_path('fa'); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/starfire/sys/ |
| idn.h | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| dmu_objset.c | 1325 struct findarg *fa = arg; local 1336 struct findarg fa; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
| Language.pm | 167 fa:Persian
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/ |
| s1394_fa.c | 119 * Add target to the list of FA clients. 140 * Remove target from the list of FA clients. 193 * initialize the FA specific part of the command 199 s_priv->cmd_ext.fa.type = type; 204 * convert an FA command (with a relative address) to a regular 1394 command 220 * opposite of s1394_fa_convert_cmd(): regular 1394 command to FA command 236 * if a command has FA extension, do s1394_fa_restore_cmd() 250 * FA completion callback: restore command and call original callback
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/ |
| s1394.h | 202 #define S1394_TNF_SL_FA_STACK "1394 s1394 FA stacktrace " 203 #define S1394_TNF_SL_FA_ERROR "1394 s1394 FA error " 422 * s1394_fa_type_t - FA types, used as index into target_fa and hal_fa 435 * s1394_fa_descr_t - FA type descriptor 902 * The only extension at this time is FA (currently used only for FCP). 903 * The downside here is that every command should carry FA overhead 904 * even if the target doesn't use FA. However, alternative approaches 905 * would require separate allocation of FA overhead per command, which 907 * given that FA overhead is just a few bytes and there's a limit of 912 s1394_fa_cmd_priv_t fa; member in union:s1394_cmd_priv_s::__anon6578 [all...] |
| /onnv/onnv-gate/usr/src/uts/sun/io/ |
| fd.c | 2572 caddr_t fa; local [all...] |