Home
last modified time | relevance | path

Searched refs:add_file (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.bin/sed/
H A Dmain.c110 static void add_file(char *);
185 add_file(*argv); in main()
189 add_file(NULL); in main()
487 add_file(char *s) in add_file() function
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c117 static int add_file(int, const char *, const char *, FILEDESC **,
360 i += add_file(NO_PROB, *pstr++, NULL, in form_file_list()
373 i += add_file(NO_PROB, "fortunes", *pstr++, in form_file_list()
421 i += add_file(NO_PROB, *pstr++, NULL, in form_file_list()
429 } else if (!add_file(percent, sp, NULL, &File_list, in form_file_list()
443 add_file(int percent, const char *file, const char *dir, FILEDESC **head, in add_file() function
510 i += add_file(percent, file, *pstr++, in add_file()
706 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp)) in add_dir()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcontext.c654 add_file(char ***pfilenames, int *len, char *file) in add_file() function
708 ret = add_file(&pp, &len, fn); in krb5_prepend_config_files()
724 ret = add_file(&pp, &len, fn); in krb5_prepend_config_files()
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh178 tmpstr=${tmpstr}/add_file/write_data
/freebsd/crypto/openssh/
H A Dssh-add.c246 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() function
666 if (add_file(agent_fd, file, key_only, cert_only, qflag, in do_file()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c805 static struct ptunit_result add_file(struct iscache_fixture *cfix) in add_file() function
1976 ptu_run_f(suite, add_file, cfix); in main()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0187 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
821 o add more (currently skipped) add_file tests on win32 (05de45d)
823 o Make unit test for add_file able to tell "error" from "done" (88a543f)
H A DChangeLog1616 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
/freebsd/contrib/libevent/
H A DChangeLog-2.0187 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
821 o add more (currently skipped) add_file tests on win32 (05de45d)
823 o Make unit test for add_file able to tell "error" from "done" (88a543f)
H A DChangeLog1616 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
/freebsd/crypto/heimdal/
H A DChangeLog.2003516 * lib/krb5/context.c (add_file): make len argument an pointer to