/freebsd/usr.bin/sed/ |
H A D | main.c | 110 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 D | fortune.c | 117 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 D | context.c | 654 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 D | zfs_acl_chmod_aclmode_001_pos.ksh | 178 tmpstr=${tmpstr}/add_file/write_data
|
/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 246 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 D | ptunit-image_section_cache.c | 805 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 D | ChangeLog-2.0 | 187 …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 D | ChangeLog | 1616 …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 D | ChangeLog-2.0 | 187 …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 D | ChangeLog | 1616 …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 D | ChangeLog.2003 | 516 * lib/krb5/context.c (add_file): make len argument an pointer to
|