Home
last modified time | relevance | path

Searched defs:typename (Results 1 – 25 of 34) sorted by relevance

12

/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y163 type ::= typename(X). {sqliteAddColumnType(pParse,&X,&X);} in typename() function
164 type ::= typename(X) LP signed RP(Y). {sqliteAddColumnType(pParse,&X,&Y);} in typename() function
165 type ::= typename(X) LP signed COMMA signed RP(Y). in typename() function
168 typename(A) ::= ids(X). {A = X;} in typename() function
169 typename(A) ::= typename(X) ids. {A = X;} in typename() function
/titanic_41/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c73 char typename[64]; in main() local
/titanic_41/usr/src/cmd/fs.d/ctfs/
H A Dmount.c68 char *typename; in main() local
/titanic_41/usr/src/cmd/fs.d/objfs/
H A Dmount.c68 char *typename; in main() local
/titanic_41/usr/src/cmd/fs.d/sharefs/
H A Dmount.c68 char *typename; in main() local
/titanic_41/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c55 static char typename[64]; variable
/titanic_41/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c78 char typename[64]; in main() local
/titanic_41/usr/src/cmd/fs.d/fd/
H A Dmount.c56 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/cmd/fs.d/mntfs/
H A Dmount.c62 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/cmd/fs.d/proc/
H A Dmount.c62 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c54 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c80 char typename[64]; in main() local
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c64 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c49 static char typename[64], *myname; variable
/titanic_41/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c84 static char typename[64]; variable
/titanic_41/usr/src/cmd/sendmail/aux/
H A Deditmap.c90 char *typename = NULL; local
H A Dmakemap.c93 char *typename = NULL; local
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c129 char typename[EFI_PART_NAME_LEN]; in meta_efi_to_mdvtoc() local
445 char typename[sizeof (vp->v_asciilabel) + 1]; in meta_vtoc_to_md() local
/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_svcout.c76 p_xdrfunc(char *rname, char *typename) in p_xdrfunc()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dippool.c854 int gettype(typename, minor) in gettype() argument
/titanic_41/usr/src/tools/ctf/cvt/
H A Ddwarf.c960 int type, const char *typename) in die_sou_create()
1166 const char *typename = (tdp->t_type == STRUCT ? "struct" : "union"); in die_sou_failed() local
1485 int type, const char *typename) in die_through_create()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h130 EXTERN char typename[32]; /* name of file transfer type */ variable
/titanic_41/usr/src/tools/ndrgen/
H A Dndr_anal.c951 find_typeinfo_by_name(ndr_node_t *typename) in find_typeinfo_by_name()
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c105 static char typename[NAME_MAX], *myname; variable
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_print.c644 dtrace_print(dtrace_hdl_t *dtp, FILE *fp, const char *typename, in dtrace_print()

12