Searched refs:sfrom (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | scache.c | 1296 krb5_scache *sfrom = SCACHE(from); in scc_move() local 1300 if (strcmp(sfrom->file, sto->file) != 0) { in scc_move() 1304 sfrom->file, sto->file); in scc_move() 1308 ret = make_database(context, sfrom); in scc_move() 1312 ret = exec_stmt(context, sfrom->db, in scc_move() 1319 sqlite3_bind_int(sfrom->dcache, 1, sto->cid); in scc_move() 1321 ret = sqlite3_step(sfrom->dcache); in scc_move() 1323 sqlite3_reset(sfrom->dcache); in scc_move() 1332 sqlite3_bind_text(sfrom->ucachen, 1, sto->name, -1, NULL); in scc_move() 1333 sqlite3_bind_int(sfrom->ucachen, 2, sfrom->cid); in scc_move() [all …]
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | cfhead.m4 | 286 define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)')
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 593 HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3750 [$?sfrom $s $.$?_($?s$|from $.$_)
|