Searched refs:opstring (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c130 const char *opstring; local
138 opstring = "D:FINO:S:V:Zb:f:i:l:m:n:s:v:";
140 while ((ch = getopt(argc, argv, opstring)) != -1)
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dnewfs.c174 const char *opstring; local
189 opstring = "AB:b:DFf:I:i:LM:m:NO:R:r:S:s:v:";
192 while ((ch = getopt(argc, argv, opstring)) != -1)
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c246 const char *opstring; local
275 opstring = mfs ?
278 while ((ch = getopt(argc, argv, opstring)) != -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Derror.c1903 dump_binary_op (const char *opstring, tree t, int flags) argument
1908 if (opstring)
1909 pp_cxx_identifier (cxx_pp, opstring);
1918 dump_unary_op (const char *opstring, tree t, int flags) argument
1922 pp_cxx_identifier (cxx_pp, opstring);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c68 struct hoptab { int opmask; char * opstring; } ioptab[] = { member in struct:hoptab
88 printf( "%s", q->opstring );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Derror.c2260 dump_binary_op (const char *opstring, tree t, int flags) argument
2265 if (opstring)
2266 pp_cxx_ws_string (cxx_pp, opstring);
2275 dump_unary_op (const char *opstring, tree t, int flags) argument
2279 pp_cxx_ws_string (cxx_pp, opstring);

Completed in 177 milliseconds