| /openbsd/src/usr.sbin/amd/amd/ |
| D | am_ops.c | 97 sunos4_match(am_opts *fo, char *key, char *g_key, char *path, in sunos4_match() argument 110 return ops_match(fo, keybuf, "", path, keym, map); in sunos4_match() 116 ops_match(am_opts *fo, char *key, char *g_key, char *path, char *keym, in ops_match() argument 125 if (!eval_fs_opts(fo, key, g_key, path, keym, map)) { in ops_match() 127 } else if (fo->opt_type == 0) { in ops_match() 135 if (strcmp(rop->fs_type, fo->opt_type) == 0) in ops_match() 139 plog(XLOG_USER, "fs type \"%s\" not recognised", fo->opt_type); in ops_match() 148 if (fo->opt_opts == 0) in ops_match() 149 fo->opt_opts = "rw,defaults"; in ops_match() 150 else if (*fo->opt_opts == '-') in ops_match() [all …]
|
| D | sfs_ops.c | 58 sfs_match(am_opts *fo) in sfs_match() argument 60 if (!fo->opt_fs) { in sfs_match() 80 if (*fo->opt_fs == '/') { in sfs_match() 82 char *link = fo->opt_sublink; in sfs_match() 87 fullpath = str3cat(NULL, fo->opt_fs, "/", link); in sfs_match() 89 fullpath = strdup(fo->opt_fs); in sfs_match() 92 free(fo->opt_sublink); in sfs_match() 93 fo->opt_sublink = fullpath; in sfs_match() 94 fo->opt_fs = str3cat(fo->opt_fs, ".", fullpath, ""); in sfs_match() 97 return strdup(fo->opt_fs); in sfs_match()
|
| D | nfsx_ops.c | 66 nfsx_match(am_opts *fo) in nfsx_match() argument 72 if (!fo->opt_rfs) { in nfsx_match() 76 if (!fo->opt_rhost) { in nfsx_match() 83 if (fo->opt_sublink) { in nfsx_match() 84 plog(XLOG_WARNING, "nfsx: sublink %s ignored", fo->opt_sublink); in nfsx_match() 85 free(fo->opt_sublink); in nfsx_match() 86 fo->opt_sublink = 0; in nfsx_match() 91 if (fo->opt_sublink == 0) { in nfsx_match() 92 ptr = strchr(fo->opt_rfs, ','); in nfsx_match() 93 if (ptr && ptr != (fo->opt_rfs + 1)) in nfsx_match() [all …]
|
| D | ufs_ops.c | 53 ufs_match(am_opts *fo) in ufs_match() argument 55 if (!fo->opt_dev) { in ufs_match() 62 fo->opt_dev, fo->opt_fs); in ufs_match() 68 return strdup(fo->opt_dev); in ufs_match()
|
| D | nfs_ops.c | 393 nfs_match(am_opts *fo) in nfs_match() argument 396 if (fo->opt_fs && !fo->opt_rfs) in nfs_match() 397 fo->opt_rfs = fo->opt_fs; in nfs_match() 398 if (!fo->opt_rfs) { in nfs_match() 402 if (!fo->opt_rhost) { in nfs_match() 409 xmtab = xmalloc(strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2); in nfs_match() 410 snprintf(xmtab, strlen(fo->opt_rhost) + strlen(fo->opt_rfs) + 2, in nfs_match() 411 "%s:%s", fo->opt_rhost, fo->opt_rfs); in nfs_match() 414 fo->opt_rhost, fo->opt_rfs, fo->opt_fs); in nfs_match()
|
| D | pfs_ops.c | 52 pfs_match(am_opts *fo) in pfs_match() argument 56 if (!fo->opt_mount || !fo->opt_unmount) { in pfs_match() 60 prog = strchr(fo->opt_mount, ' '); in pfs_match() 61 return strdup(prog ? prog+1 : fo->opt_mount); in pfs_match()
|
| D | opts.c | 685 free_opts(am_opts *fo) in free_opts() argument 690 fs_static = *fo; in free_opts() 727 eval_fs_opts(am_opts *fo, char *opts, char *g_opts, char *path, in eval_fs_opts() argument 732 free_opts(fo); in eval_fs_opts() 739 bzero(fo, sizeof(*fo)); in eval_fs_opts() 800 *fo = fs_static; in eval_fs_opts()
|
| D | host_ops.c | 80 host_match(am_opts *fo) in host_match() argument 92 if (!fo->opt_rfs) in host_match() 93 fo->opt_rfs = "/"; in host_match() 95 return (*nfs_ops.fs_match)(fo); in host_match()
|
| D | afs_ops.c | 65 afs_match(am_opts *fo) in afs_match() argument 67 char *p = fo->opt_rfs; in afs_match() 69 if (!fo->opt_rfs) { in afs_match() 73 if (!fo->opt_fs) { in afs_match() 81 fo->opt_rfs = fo->opt_fs; in afs_match() 82 fo->opt_fs = p; in afs_match() 86 return strdup(fo->opt_rfs ? fo->opt_rfs : "."); in afs_match()
|
| /openbsd/src/usr.bin/mail/ |
| D | send.c | 515 puthead(struct header *hp, FILE *fo, int w) in puthead() argument 523 fprintf(fo, "From: %s\n", from), gotcha++; in puthead() 525 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead() 527 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() 529 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead() 531 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead() 533 (void)putc('\n', fo); in puthead() 541 fmt(char *str, struct name *np, FILE *fo, int comma) in fmt() argument 548 fputs(str, fo); in fmt() 555 fputs("\n ", fo); in fmt() [all …]
|
| /openbsd/src/regress/sys/fifofs/ |
| D | fifotest.out | 2 Opened fifo fi.fo.fum 41 Opened fifo fi.fo.fum 80 Opened fifo fi.fo.fum (nonblocking) 119 Opened fifo fi.fo.fum (nonblocking) 158 Opened fifo for reading fi.fo.fum (nonblocking) 170 Opened fifo for reading fi.fo.fum (nonblocking) 182 Opened fifo for reading fi.fo.fum (nonblocking) 194 Opened fifo for reading fi.fo.fum (nonblocking) 206 Opened fifo for reading fi.fo.fum (nonblocking) 218 Opened fifo for reading fi.fo.fum (nonblocking) [all …]
|
| D | Makefile | 4 FIFO=fi.fo.fum
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | PECallFrameInfo.cpp | 208 uint32_t fo; in ProcessUnwindCode() local 209 if (!ParseBigOrScaledFrameOffset(fo, operation_info, 8)) in ProcessUnwindCode() 213 LLDB_INVALID_REGNUM, fo}); in ProcessUnwindCode() 246 uint32_t fo; in ProcessUnwindCode() local 247 if (!ParseBigOrScaledFrameOffset(fo, unwind_operation == UOP_SaveNonVolBig, in ProcessUnwindCode() 252 EHInstruction{o, EHInstruction::Type::SAVE_REGISTER, r, fo}); in ProcessUnwindCode() 269 uint32_t fo; in ProcessUnwindCode() local 270 if (!ParseBigOrScaledFrameOffset(fo, unwind_operation == UOP_SaveXMM128Big, in ProcessUnwindCode() 275 EHInstruction{o, EHInstruction::Type::SAVE_REGISTER, r, fo}); in ProcessUnwindCode()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| D | 022_comment_at_eof.t | 39 is( decoder( "# fo[o\n[]"), '[]', 'comment ignored before array' ); 40 is( decoder( "# fo]o\n[]"), '[]', 'comment ignored before array' ); 41 is( decoder( "[# fo]o\n]"), '[]', 'comment ignored inside array' );
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/locale/ |
| D | utf8 | 6 Føroyskt Faroese:fo:fo:1 15
|
| D | latin1 | 6 F�royskt Faroese:fo:fo:1 15
|
| /openbsd/src/gnu/usr.bin/perl/dist/Carp/t/ |
| D | arg_regexp.t | 55 like lm(rx($arg)), qr/main::lm\(qr\(fo\)\.\.\.u?\)/; 57 foreach my $arg ("foo b", "foo ", "foo", "fo", "f", "") { 60 like lm(qr/foo.bar$/sm), qr/main::lm\(qr\(fo\)\.\.\.u?ms\)/; 65 like lm(qr/foo\x{2603}/), qr/main::lm\(qr\(fo\)\.\.\.u?\)/; 66 like lm(rx("foo\x{2603}")), qr/main::lm\(qr\(fo\)\.\.\.u?\)/;
|
| D | arg_string.t | 48 like lm($arg), qr/main::lm\("fo"\.\.\.\)/; 50 foreach my $arg ("foo b", "foo ", "foo", "fo", "f", "") {
|
| /openbsd/src/lib/libkeynote/testsuite/ |
| D | test-assertion7 | 14 $ ("fo" . "o") == foo && 15 $ "fo" . "o" != $"foo" &&
|
| /openbsd/src/regress/usr.bin/mandoc/char/bar/ |
| D | mdoc.out_ascii | 10 --iissoollaatteedd | --eemm||bbeeddddeedd | --ffoorrmmaatttteedd 11 iissoollaatteedd | eemm||bbeeddddeedd | ffoorrmmaatttteedd 18 …--iissoollaatteedd --|| --eemm||bbeeddddeedd --| --ffoorrmmaattttee… 19 …iissoollaatteedd || eemm||bbeeddddeedd | ffoorrmmaatttteedd || bbool…
|
| /openbsd/src/regress/usr.bin/mandoc/roff/shift/ |
| D | basic.out_ascii | 11 after shift without argument: ffoouurr_f_i_v_e 13 after shift 0: ffoouurr_f_i_v_e
|
| /openbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | fold.t | 116 ok scalar $jing =~ (1 ? y/fo// : /bar/), 118 ok scalar $jing =~ (0 || y/fo//),
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-ssa-alias.c | 3008 fieldoff_s *fo; in create_overlap_variables_for() local 3025 for (i = 0; VEC_iterate (fieldoff_s, fieldstack, i, fo); i++) in create_overlap_variables_for() 3027 if (!fo->size in create_overlap_variables_for() 3028 || TREE_CODE (fo->size) != INTEGER_CST in create_overlap_variables_for() 3029 || fo->offset < 0) in create_overlap_variables_for() 3074 VEC_iterate (fieldoff_s, fieldstack, --i, fo);) in create_overlap_variables_for() 3080 fosize = TREE_INT_CST_LOW (fo->size); in create_overlap_variables_for() 3081 currfotype = fo->type; in create_overlap_variables_for() 3087 if (((fo->offset <= up->minused in create_overlap_variables_for() 3088 && fo->offset + fosize <= up->minused) in create_overlap_variables_for() [all …]
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 540 int n, fi, fo, p[2], stopped = 0, nofile; in print() local 590 fo = ofd; in print() 650 if ((fo = open(".railmag", O_CREAT|O_WRONLY|O_EXCL, FILMOD)) < 0) { in print() 656 (void)write(fo, _PATH_VFONT, in print() 658 (void)write(fo, fonts[n], strlen(fonts[n])); in print() 659 (void)write(fo, "\n", 1); in print() 661 (void)close(fo); in print() 713 fo = pfd; in print() 731 dup2(fo, 1); in print()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| D | paste8.c | 14 #define d(x) fo(##x)
|