/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 132 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, "#else\n"); [all …]
|
H A D | y4.c | 173 (void) fprintf(ftable, "State %d: null\n", i); in callopt() 186 (void) fprintf(ftable, "%4" PRIdPTR " ", p-amem); in callopt() 188 (void) fprintf(ftable, "%4d ", p[i]); in callopt() 189 (void) fprintf(ftable, "\n"); in callopt() 261 (void) fprintf(ftable, in gin() 325 (void) fprintf(ftable, in stin() 357 (void) fprintf(ftable, in stin() 389 (void) fprintf(ftable, "nxti = %d, max = %d\n", maxi, max); in nxti() 427 (void) fprintf(ftable, "# define YYLAST %" PRIdPTR "\n", maxa-amem + 1); in aoutput() 440 (void) fprintf(ftable, WSFMT("static YYCONST yytabelem %ws[]={\n"), s); [all …]
|
H A D | y3.c | 52 (void) fprintf(ftable, "static YYCONST yytabelem yyexca[] ={\n"); in output() 116 (void) fprintf(ftable, "\t};\n"); in output() 411 (void) fprintf(ftable, "-1, %d,\n", i); in wract() 412 (void) fprintf(ftable, in wract() 424 (void) fprintf(ftable, "\t-2, %d,\n", lastred); in wract() 487 (void) fprintf(ftable, WSFMT("# define %ws %d\n"), s, n); in wdef() 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, " };\n"); [all …]
|
H A D | y1.c | 281 (void) putwc(c, ftable); in others() 286 (void) fprintf(ftable, "# line\t1 \"%s\"\n", parser); in others() 294 (void) putwc(L'$', ftable); in others() 310 (void) putwc(c, ftable); in others() 313 (void) fprintf(ftable, in others() 321 (void) putwc(c, ftable); in others() 323 (void) fclose(ftable); in others()
|
H A D | dextern.h | 161 extern FILE *ftable; /* y.tab.c file */
|
/titanic_50/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 241 } 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 …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/ptm/ |
H A D | ptm.c | 50 pt_parse_flag(const ptflags_t ftable[], const char *arg, uint32_t *flag) in pt_parse_flag() argument 54 for (i = 0; ftable[i].pt_name != NULL; i++) { in pt_parse_flag() 55 if (strcasecmp(arg, ftable[i].pt_name) == 0) { in pt_parse_flag() 65 pt_flag_usage(const ptflags_t ftable[]) in pt_flag_usage() argument 69 for (i = 0; ftable[i].pt_name != NULL; i++) in pt_flag_usage() 71 ftable[i].pt_name, ftable[i].pt_descr); in pt_flag_usage()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 279 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 …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 299 streams_parse_flag(const strflags_t ftable[], const char *arg, uint32_t *flag) in streams_parse_flag() argument 303 for (i = 0; ftable[i].strf_name != NULL; i++) { in streams_parse_flag() 304 if (strcasecmp(arg, ftable[i].strf_name) == 0) { in streams_parse_flag() 314 streams_flag_usage(const strflags_t ftable[]) in streams_flag_usage() argument 318 for (i = 0; ftable[i].strf_name != NULL; i++) in streams_flag_usage() 320 ftable[i].strf_name, ftable[i].strf_descr); in streams_flag_usage() 324 streams_parse_type(const strtypes_t ftable[], const char *arg, uint32_t *flag) in streams_parse_type() argument 328 for (i = 0; ftable[i].strt_name != NULL; i++) { in streams_parse_type() 329 if (strcasecmp(arg, ftable[i].strt_name) == 0) { in streams_parse_type() 330 *flag = ftable[i].strt_value; in streams_parse_type() [all …]
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 188 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()
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 240 @ftable @code 252 @end ftable
|
H A D | texinfo.tex | 2296 % 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}%
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_menlo.h | 1173 menlo_ftable_rsp_t ftable; member
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | preauth2.c | 168 context->modules[k].ftable = table; in krb5_init_preauth_context()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1144 struct krb5plugin_preauth_client_ftable_v1 *ftable; member
|