Home
last modified time | relevance | path

Searched refs:ftable (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c171 (void) fprintf(ftable, "State %d: null\n", i); in callopt()
184 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem); in callopt()
186 (void) fprintf(ftable, "%4d ", p[i]); in callopt()
187 (void) fprintf(ftable, "\n"); in callopt()
259 (void) fprintf(ftable, in gin()
323 (void) fprintf(ftable, in stin()
355 (void) fprintf(ftable, in stin()
387 (void) fprintf(ftable, "nxti = %d, max = %d\n", maxi, max); in nxti()
425 (void) fprintf(ftable, "# define YYLAST %" PRIdPTR "\n", maxa-amem + 1); in aoutput()
436 (void) fprintf(ftable, "static const yytabelem %ws[]={\n", s); in arout()
[all …]
H A Dy3.c50 (void) fprintf(ftable, "static const yytabelem yyexca[] ={\n"); in output()
114 (void) fprintf(ftable, "\t};\n"); in output()
408 (void) fprintf(ftable, "-1, %d,\n", i); in wract()
409 (void) fprintf(ftable, in wract()
421 (void) fprintf(ftable, "\t-2, %d,\n", lastred); in wract()
484 (void) fprintf(ftable, "# define %ws %d\n", s, n); in wdef()
491 (void) fprintf(ftable, "static const yytabelem %ws[]={\n", s); in warray()
494 (void) fprintf(ftable, "\n"); in warray()
495 (void) fprintf(ftable, "%6d", v[i]); in warray()
497 (void) fprintf(ftable, " };\n"); in warray()
[all …]
H A Dy2.c130 FILE *ftable; /* y.tab.c file */ variable
309 ftable = fopen(fname, "w"); in setup()
310 if (ftable == NULL) in setup()
352 (void) fprintf(ftable, "#ident\t\"yacc: %s %s\"\n", in setup()
585 (void) fprintf(ftable, "\n#include <inttypes.h>\n"); in setup()
586 (void) fprintf(ftable, "#include <stdlib.h>\n"); in setup()
587 (void) fprintf(ftable, "#include <string.h>\n"); in setup()
588 (void) fprintf(ftable, "\n#include <values.h>\n"); in setup()
593 (void) fprintf(ftable, "#define yyclearin yychar = -1\n"); in setup()
594 (void) fprintf(ftable, "#define yyerrok yyerrflag = 0\n"); in setup()
[all …]
H A Dy1.c280 (void) putwc(c, ftable); in others()
285 (void) fprintf(ftable, "# line\t1 \"%s\"\n", parser); in others()
293 (void) putwc(L'$', ftable); in others()
309 (void) putwc(c, ftable); in others()
312 (void) fprintf(ftable, in others()
320 (void) putwc(c, ftable); in others()
322 (void) fclose(ftable); in others()
H A Ddextern.h159 extern FILE *ftable; /* y.tab.c file */
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c241 } ftable; member
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.functionTable.func
287 lib_infop->ftable.smhbafunctionTable.func
577 vhlp->lib_info->ftable.functionTable.RemoveCallbackHandler; in local_remove_callback()
606 ftable.smhbafunctionTable.RemoveCallbackHandler; in local_remove_callback()
769 (&lib_infop->ftable.smhbafunctionTable)); in HBA_LoadLibrary()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c49 pt_parse_flag(const ptflags_t ftable[], const char *arg, uint32_t *flag) in pt_parse_flag() argument
53 for (i = 0; ftable[i].pt_name != NULL; i++) { in pt_parse_flag()
54 if (strcasecmp(arg, ftable[i].pt_name) == 0) { in pt_parse_flag()
64 pt_flag_usage(const ptflags_t ftable[]) in pt_flag_usage() argument
68 for (i = 0; ftable[i].pt_name != NULL; i++) in pt_flag_usage()
70 ftable[i].pt_name, ftable[i].pt_descr); in pt_flag_usage()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c279 struct krb5plugin_preauth_server_ftable_v1 *ftable; in load_preauth_plugins() local
309 ftable = preauth_plugins_ftables[i]; in load_preauth_plugins()
310 if ((ftable->flags_proc == NULL) && in load_preauth_plugins()
311 (ftable->edata_proc == NULL) && in load_preauth_plugins()
312 (ftable->verify_proc == NULL) && in load_preauth_plugins()
313 (ftable->return_proc == NULL)) { in load_preauth_plugins()
317 ftable->pa_type_list != NULL && in load_preauth_plugins()
318 ftable->pa_type_list[j] > 0; in load_preauth_plugins()
368 ftable = preauth_plugins_ftables[i]; in load_preauth_plugins()
369 if ((ftable->flags_proc == NULL) && in load_preauth_plugins()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c303 streams_parse_flag(const strflags_t ftable[], const char *arg, uint32_t *flag) in streams_parse_flag() argument
307 for (i = 0; ftable[i].strf_name != NULL; i++) { in streams_parse_flag()
308 if (strcasecmp(arg, ftable[i].strf_name) == 0) { in streams_parse_flag()
318 streams_flag_usage(const strflags_t ftable[]) in streams_flag_usage() argument
322 for (i = 0; ftable[i].strf_name != NULL; i++) in streams_flag_usage()
324 ftable[i].strf_name, ftable[i].strf_descr); in streams_flag_usage()
328 streams_parse_type(const strtypes_t ftable[], const char *arg, uint32_t *flag) in streams_parse_type() argument
332 for (i = 0; ftable[i].strt_name != NULL; i++) { in streams_parse_type()
333 if (strcasecmp(arg, ftable[i].strt_name) == 0) { in streams_parse_type()
334 *flag = ftable[i].strt_value; in streams_parse_type()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c188 static Shfield_t *sh_findfield(Shfield_t *ftable, int nelem, const char *name) in sh_findfield() argument
190 Shfield_t *fp = ftable; in sh_findfield()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi240 @ftable @code
252 @end ftable
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}%
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h1173 menlo_ftable_rsp_t ftable; member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c168 context->modules[k].ftable = table; in krb5_init_preauth_context()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1144 struct krb5plugin_preauth_client_ftable_v1 *ftable; member