Searched refs:opstring (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sbin/newfs_ext2fs/ |
| H A D | newfs_ext2fs.c | 119 const char *opstring; in main() local 137 opstring = "D:FINO:S:V:Zb:f:i:l:m:n:qs:t:v:"; in main() 139 while ((ch = getopt(argc, argv, opstring)) != -1) in main()
|
| /openbsd-src/sbin/newfs/ |
| H A D | newfs.c | 178 char *cp = NULL, *s1, *s2, *special, *opstring, *realdev; in main() local 205 opstring = mfs ? in main() 208 while ((ch = getopt(argc, argv, opstring)) != -1) { in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | error.c | 2098 dump_binary_op (opstring, t, flags) in dump_binary_op() argument 2099 const char *opstring; in dump_binary_op() 2106 if (opstring) 2107 print_identifier (scratch_buffer, opstring); 2116 dump_unary_op (opstring, t, flags) in dump_unary_op() argument 2117 const char *opstring; in dump_unary_op() 2123 print_identifier (scratch_buffer, opstring);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | error.c | 1902 dump_binary_op (const char *opstring, tree t, int flags) in dump_binary_op() argument 1907 if (opstring) in dump_binary_op() 1908 pp_cxx_identifier (cxx_pp, opstring); in dump_binary_op() 1917 dump_unary_op (const char *opstring, tree t, int flags) in dump_unary_op() argument 1921 pp_cxx_identifier (cxx_pp, opstring); in dump_unary_op()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 1729 my $opstring = $opstring1 . $opstring2; 1731 semop($id, $opstring) || die "semop: $!"; 1749 my $opstring = pack("s!s!s!", $semnum, $semop, $semflag); 1751 semop($id, $opstring) || die "semop: $!";
|