Searched refs:inplace (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/sed/ |
H A D | main.c | 106 const char *inplace; /* Inplace edit file extension. */ variable 123 inplace = NULL; in main() 132 inplace = optarg; in main() 151 inplace = optarg; in main() 328 if (inplace != NULL) in mf_fgets() 393 if (inplace != NULL) { in mf_fgets() 400 if (*inplace != '\0') { in mf_fgets() 403 len = strlcat(oldfname, inplace, in mf_fgets() 534 (inplace == NULL || ispan) && in lastline() 539 (inplace == NULL || ispan) && in lastline()
|
H A D | extern.h | 46 extern const char *inplace;
|
H A D | process.c | 208 if (inplace == NULL) { in process()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_extern.h | 65 extern int inplace;
|
H A D | yppasswdd_main.c | 102 int inplace = 0; variable 200 inplace++; in main()
|
H A D | yppasswdd_server.c | 677 if (inplace) { in yppasswdproc_update_1_svc() 685 if (inplace && !rval) { in yppasswdproc_update_1_svc() 904 if (inplace) { in yppasswdproc_update_master_1_svc() 913 if (inplace && !rval) { in yppasswdproc_update_master_1_svc()
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 176 static bool inplace; /* -m: modify in place */ variable 326 inplace = true; in main() 329 inplace = true; in main() 363 if (symlist && (ofilename != NULL || inplace || argc > 1)) in main() 367 if (argc > 1 && !inplace) in main() 369 if (argc == 0 && inplace) in main() 373 if (argc == 1 && !inplace && ofilename == NULL) in main()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keygen.c | 1342 int r, fd, oerrno, inplace = 0; in do_known_hosts() local 1384 inplace = 1; in do_known_hosts() 1392 if (inplace) in do_known_hosts() 1397 if (inplace) in do_known_hosts() 1402 if (inplace) { in do_known_hosts() 1410 if (inplace) in do_known_hosts() 1412 } else if (inplace) { in do_known_hosts()
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 4148 Sizzle.filter = function( expr, set, inplace, not ) { argument 4176 match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter ); 4192 if ( inplace && found != null ) { 4209 if ( !inplace ) { 4434 CLASS: function( match, curLoop, inplace, result, not, isXML ) { argument 4444 if ( !inplace ) { 4448 } else if ( inplace ) { 4492 ATTR: function( match, curLoop, inplace, result, not, isXML ) { argument 4509 PSEUDO: function( match, curLoop, inplace, result, not ) { argument 4516 var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not); [all …]
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 308 'c/-/(component noinplace inplace nodate date text help)/' \ 313 'c/-/(noinplace inplace noquiet quiet noverbose verbose help)/' \ 326 …tate draftfolder draftmessage nodraftfolder editor noedit form noinplace inplace whatnowproc nowha… 343 …essage nodraftfolder editor noedit filter form noformat format noinplace inplace digest issue volu…
|
/freebsd/sys/opencrypto/ |
H A D | ktls_ocf.c | 162 SYSCTL_COUNTER_U64(_kern_ipc_tls_stats_ocf, OID_AUTO, inplace,
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 5341 - Generalise inplace callback (de)registration 5342 - (de)register inplace callbacks for module id 5597 - Added code for registering inplace callback functions. The registered
|