Searched refs:ftable (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c132 FILE *ftable; /* y.tab.c file */ variable
315 ftable = fopen(fname, "w");
316 if (ftable == NULL)
358 (void) fprintf(ftable, "#ident\t\"yacc: %s %s\"\n",
590 (void) fprintf(ftable, "\n#include <inttypes.h>\n");
591 (void) fprintf(ftable, "\n#ifdef __STDC__\n");
592 (void) fprintf(ftable, "#include <stdlib.h>\n");
593 (void) fprintf(ftable, "#include <string.h>\n");
594 (void) fprintf(ftable, "#define YYCONST const\n");
595 (void) fprintf(ftable, "#els
[all...]
H A Dy4.c173 (void) fprintf(ftable, "State %d: null\n", i);
186 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem);
188 (void) fprintf(ftable, "%4d ", p[i]);
189 (void) fprintf(ftable, "\n");
261 (void) fprintf(ftable,
325 (void) fprintf(ftable,
357 (void) fprintf(ftable,
389 (void) fprintf(ftable, "nxti = %d, max = %d\n", maxi, max);
427 (void) fprintf(ftable, "# define YYLAST %" PRIdPTR "\n", maxa-amem + 1);
440 (void) fprintf(ftable, WSFM
[all...]
H A Dy3.c52 (void) fprintf(ftable, "static YYCONST yytabelem yyexca[] ={\n");
116 (void) fprintf(ftable, "\t};\n");
411 (void) fprintf(ftable, "-1, %d,\n", i);
412 (void) fprintf(ftable,
424 (void) fprintf(ftable, "\t-2, %d,\n", lastred);
487 (void) fprintf(ftable, WSFMT("# define %ws %d\n"), s, n);
496 (void) fprintf(ftable, WSFMT("static YYCONST yytabelem %ws[]={\n"), s);
499 (void) fprintf(ftable, "\n");
500 (void) fprintf(ftable, "%6d", v[i]);
502 (void) fprintf(ftable, " };\
[all...]
H A Dy1.c281 (void) putwc(c, ftable);
286 (void) fprintf(ftable, "# line\t1 \"%s\"\n", parser);
294 (void) putwc(L'$', ftable);
310 (void) putwc(c, ftable);
313 (void) fprintf(ftable,
321 (void) putwc(c, ftable);
323 (void) fclose(ftable);
H A Ddextern.h161 extern FILE *ftable; /* y.tab.c file */
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c50 pt_parse_flag(const ptflags_t ftable[], const char *arg, uint32_t *flag) argument
54 for (i = 0; ftable[i].pt_name != NULL; i++) {
55 if (strcasecmp(arg, ftable[i].pt_name) == 0) {
65 pt_flag_usage(const ptflags_t ftable[]) argument
69 for (i = 0; ftable[i].pt_name != NULL; i++)
71 ftable[i].pt_name, ftable[i].pt_descr);
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c39 * 2. resolved to ftable.smhbafunctiontable.{interface}
43 * 2. resolved to ftable.functiontable.{interface}
47 * (union ftable).
52 * 2. ftable.functiontalbe.(interface)
241 } ftable; member in struct:hba_library_info
263 lib_infop->ftable.smhbafunctionTable : \
264 lib_infop->ftable.functionTable);
272 lib_infop->ftable.smhbafunctionTable.func : \
273 lib_infop->ftable.functionTable.func)
280 lib_infop->ftable
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c299 streams_parse_flag(const strflags_t ftable[], const char *arg, uint32_t *flag) argument
303 for (i = 0; ftable[i].strf_name != NULL; i++) {
304 if (strcasecmp(arg, ftable[i].strf_name) == 0) {
314 streams_flag_usage(const strflags_t ftable[]) argument
318 for (i = 0; ftable[i].strf_name != NULL; i++)
320 ftable[i].strf_name, ftable[i].strf_descr);
324 streams_parse_type(const strtypes_t ftable[], const char *arg, uint32_t *flag) argument
328 for (i = 0; ftable[i].strt_name != NULL; i++) {
329 if (strcasecmp(arg, ftable[
339 streams_type_usage(const strtypes_t ftable[]) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c279 struct krb5plugin_preauth_server_ftable_v1 *ftable; local
309 ftable = preauth_plugins_ftables[i];
310 if ((ftable->flags_proc == NULL) &&
311 (ftable->edata_proc == NULL) &&
312 (ftable->verify_proc == NULL) &&
313 (ftable->return_proc == NULL)) {
317 ftable->pa_type_list != NULL &&
318 ftable->pa_type_list[j] > 0;
368 ftable = preauth_plugins_ftables[i];
369 if ((ftable
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c188 static Shfield_t *sh_findfield(Shfield_t *ftable, int nelem, const char *name) argument
190 Shfield_t *fp = ftable;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h1173 menlo_ftable_rsp_t ftable; member in union:menlo_rsp
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c168 context->modules[k].ftable = table;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1144 struct krb5plugin_preauth_client_ftable_v1 *ftable; member in struct:_krb5_preauth_context::_krb5_preauth_context_module
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2296 % Tables -- @table, @ftable, @vtable, @item(x).
2308 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
2376 % @table, @ftable, @vtable.
2381 \envdef\ftable{%
2383 \tablecheck{ftable}%

Completed in 119 milliseconds