Home
last modified time | relevance | path

Searched refs:s_to_c (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/alias/
H A Daliasmail.c54 if(strchr(s_to_c(s), '!') == 0) in main()
66 print("%s", s_to_c(alias)); in main()
72 print("%s", s_to_c(alias)); in main()
80 write(1, s_to_c(alias), strlen(s_to_c(alias))); in main()
128 s_to_c(files), s_to_c(alias)); in translate()
170 p = strchr(s_to_c(token), '@'); in attobang()
177 s_nappend(tok, s_to_c(token), p - s_to_c(token) - 1); in attobang()
195 char *name = s_to_c(namev[0]); in lookup()
198 DEBUG print("lookup(%s, %s, %s, %s)\n", s_to_c(namev[0]), s_to_c(namev[1]), in lookup()
199 s_to_c(file), s_to_c(alias)); in lookup()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dlog.c19 if(parent!=list && strcmp(s_to_c(parent->addr), s_to_c(srcvr))!=0) in logdelivery()
22 s_to_c(sender), s_to_c(mp->date), in logdelivery()
23 s_to_c(parent->addr), mp->size); in logdelivery()
25 syslog(0, "mail", "delivered %s From %.256s %.256s %d", s_to_c(srcvr), in logdelivery()
26 s_to_c(sender), s_to_c(mp->date), mp->size); in logdelivery()
48 s_to_c(srcvr), s_to_c(sender), in loglist()
49 s_to_c(mp->date), s_to_c(parent->addr), mp->size); in loglist()
52 s_to_c(srcvr), s_to_c(sender), in loglist()
53 s_to_c(mp->date), mp->size); in loglist()
70 sprint(buf, "error %.256s From %.256s %.256s\nerror+ ", s_to_c(srcvr), in logrefusal()
[all …]
H A Dlocal.c9 mboxpath(s_to_c(user), s_to_c(dp->addr), path, 0); in mboxfile()
10 cp = strrchr(s_to_c(path), '/'); in mboxfile()
31 if(strstr(s_to_c(dp->addr), "/../")){ in expand_local()
37 user = strrchr(s_to_c(dp->addr), '!'); in expand_local()
41 user = s_to_c(dp->addr); in expand_local()
67 fp = sysopen(s_to_c(file), "r", 0); in expand_local()
98 if(sysexist(s_to_c(file))){ in expand_local()
106 s_append(line, s_to_c(file)); in expand_local()
108 s_append(line, s_to_c(dp->addr)); in expand_local()
110 s_append(line, s_to_c(dp->repl1)); in expand_local()
[all …]
H A Dmessage.c61 sysremove(s_to_c(mp->tmp)); in m_free()
88 mktemp(s_to_c(file)); in m_read_to_file()
120 return s_copy(s_to_c(p->s)); in getaddr()
136 s_append(s, s_to_c(p->s)); in getstring()
142 s_append(s, s_to_c(p->white)); in getstring()
200 cp = s_to_c(mp->body); in rfc822cruft()
240 if(*s_to_c(body) == 0){ in rfc822cruft()
303 if(*s_to_c(mp->sender)=='\0') in m_read()
498 for(p = s_to_c(s); *p; p++) in isutf8()
523 if(print_remote_header(fp,s_to_c(sender),s_to_c(mp->date),remote) < 0){ in m_print()
[all …]
H A Dmain.c135 if (shellchars(s_to_c(mp->sender))) in main()
277 if(dp->pstat && *s_to_c(dp->repl2)) in complain_mail()
289 if(dp->pstat && *s_to_c(dp->repl2)) in complain_mail()
338 s_append(cmd, s_to_c(next->addr)); in pipe_mail()
343 s_append(cmd, s_to_c(next->repl2)); in pipe_mail()
351 print("%s", s_to_c(cmd)); in pipe_mail()
353 print("%s\n", s_to_c(cmd)); in pipe_mail()
394 s_append(sp, s_to_c(s)); in appaddr()
399 s_append(sp, s_to_c(s)); in appaddr()
422 logrefusal(dp, mp, s_to_c(errstring)); in refuse()
[all …]
H A Drewrite.c45 if(strchr(s_to_c(token), '\\')==0) in rule_parse()
48 for(cp = s_to_c(token); *cp; cp++) { in rule_parse()
90 s_append(rp->matchre, s_to_c(re)); in getrule()
97 if(strcmp(s_to_c(type), "|") == 0) in getrule()
99 else if(strcmp(s_to_c(type), ">>") == 0) in getrule()
135 rfp = sysopen(s_to_c(file), "r", 0); in getrules()
174 if((s_to_c(addrp) + strlen(s_to_c(addrp))) == rp->subexp[0].e.ep) in findrule()
201 strcpy(s_to_c(lower), s_to_c(dp->addr)); in rewrite()
208 fprint(2, "%s", s_to_c(dp->repl1)); in rewrite()
210 fprint(2, "%s", s_to_c(dp->repl2)); in rewrite()
[all …]
H A Dcat_mail.c18 print("cat >> %s\n", s_to_c(s)); in cat_mail()
20 print("%s\n", s_to_c(dp->addr)); in cat_mail()
25 l = syslock(s_to_c(s)); in cat_mail()
29 fp = sysopen(s_to_c(s), "al", MBOXMODE); in cat_mail()
32 tmp = s_append(0, s_to_c(s)); in cat_mail()
34 fp = sysopen(s_to_c(tmp), "al", MBOXMODE); in cat_mail()
36 syslog(0, "mail", "error: used %s", s_to_c(tmp)); in cat_mail()
55 rcvr = s_to_c(dp->addr); in cat_mail()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/ml/
H A Dmlmgr.c55 if(creatembox(s_to_c(owner), nil) < 0) in main()
56 sysfatal("creating %s's mbox: %r", s_to_c(owner)); in main()
58 sysfatal("creating %s's pipeto: %r", s_to_c(owner)); in main()
59 if(createpipeto(s_to_c(alfile), s_to_c(owner), listname, 1) < 0) in main()
60 sysfatal("creating %s's pipeto: %r", s_to_c(owner)); in main()
67 writeaddr(s_to_c(alfile), addr, 1, listname); in main()
73 writeaddr(s_to_c(alfile), addr, 0, listname); in main()
88 fprint(2, "creating new pipeto: %s\n", s_to_c(f)); in createpipeto()
89 fd = create(s_to_c(f), OWRITE, 0775); in createpipeto()
94 fprint(fd, "Couldn't stat %s: %r\n", s_to_c(f)); in createpipeto()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/smtp/
H A Dsmtpd.c263 him = s_to_c(himp); in hello()
525 s_to_c(senders.last->p), him, nci->rsys, s_to_c(path)); in receiver()
674 s_to_c(from), nbytes, s_to_c(to)); in logcall()
690 s_to_c(senders.last->p), him, nci->rsys, s_to_c(l->p)); in logmsg()
982 cp = s_to_c(hdr); in pipemsg()
1213 s_to_c(senders.first->p), s_to_c(cmd), firstline(s_to_c(err))); in data()
1217 s_to_c(senders.first->p), s_to_c(cmd), in data()
1238 s_to_c(mailer), s_to_c(err)); in data()
1316 lout = dec64((uchar *)s_to_c(sout), lin, s_to_c(sin), lin); in s_dec64()
1409 user = (s_to_c(s_resp1) + strlen(s_to_c(s_resp1)) + 1); in auth()
[all …]
H A Dsmtp.c199 *s_to_c(fromm) = 0; in threadmain()
275 removenewline(s_to_c(reply)); in threadmain()
278 addr, s_to_c(reply)); in threadmain()
552 s_append(toline, s_to_c(s)); in rcptto()
553 if(strchr(s_to_c(s), '@')) in rcptto()
857 s_append(a, s_to_c(from)); in convertheader()
866 from = s_copy(s_to_c(from)); in convertheader()
876 else if(*s_to_c(a) == '@') in convertheader()
896 s_append(a, s_to_c(raddr)); in fixrouteaddr()
925 cp = s_to_c(p->white); in printheader()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_10.f905 character(len=len(chars)) :: s_to_c, s_to_c_2 local
6 s_to_c = 'a'
17 function s_to_c(chars)
19 character(len=len(chars)) :: s_to_c local
20 end function s_to_c
33 s = s_to_c(c)

12345678