Searched refs:fn (Results 101 - 125 of 516) sorted by relevance

1234567891011>>

/freebsd-10-stable/usr.bin/tail/
H A Dreverse.c80 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
86 r_reg(fp, fn, style, off, sbp);
91 bytes(fp, fn, off);
95 lines(fp, fn, off);
98 r_buf(fp, fn);
109 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) argument
133 ierr(fn);
150 ierr(fn);
166 ierr(fn);
170 ierr(fn);
191 r_buf(FILE *fp, const char *fn) argument
[all...]
H A Dmisc.c121 printfn(const char *fn, int print_nl) argument
127 WR(fn, strlen(fn));
/freebsd-10-stable/contrib/file/src/
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, argument
54 if (fn)
55 filename = strdup(fn);
67 if (fn == NULL) {
82 if (fn == NULL) {
/freebsd-10-stable/contrib/amd/amd/
H A Dinfo_union.c59 int union_reload(mnt_map *m, char *map, void (*fn) (mnt_map *, char *, char *));
92 union_reload(mnt_map *m, char *map, void (*fn) (mnt_map *, char *, char *))
102 (*fn) (m, xstrdup("/defaults"), xstrdup("type:=link;opts:=nounmount;sublink:=${key}"));
126 (*fn) (m, xstrdup(dp->d_name), val);
139 (*fn) (m, xstrdup("*"), val);
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_util.c106 * returns (fn - isofn)
110 isofncmp(fn, fnlen, isofn, isolen, joliet_level, flags, handle, lhandle)
111 u_char *fn;
122 u_char *fnend = fn + fnlen, *isoend = isofn + isolen;
124 for (; fn < fnend; ) {
125 d = sgetrune(fn, fnend - fn, __DECONST(const char **, &fn),
133 for (i = 0; fn < fnend; i = i * 10 + *fn
[all...]
/freebsd-10-stable/contrib/com_err/
H A Dcompile_et.c131 char fn[128]; local
138 snprintf(fn, sizeof(fn), "__%s__", hfn);
139 for(p = fn; *p; p++)
147 fprintf(h_file, "#ifndef %s\n", fn);
148 fprintf(h_file, "#define %s\n", fn);
173 fprintf(h_file, "#endif /* %s */\n", fn);
/freebsd-10-stable/crypto/heimdal/lib/com_err/
H A Dcompile_et.c131 char fn[128]; local
138 snprintf(fn, sizeof(fn), "__%s__", hfn);
139 for(p = fn; *p; p++)
147 fprintf(h_file, "#ifndef %s\n", fn);
148 fprintf(h_file, "#define %s\n", fn);
173 fprintf(h_file, "#endif /* %s */\n", fn);
/freebsd-10-stable/tools/tools/vop_table/
H A Dvop_table.tcl105 set fn 0
136 incr fn
137 set nop($t) $fn
138 set nfn($fn) $t
139 set use($fn) 0
173 for {set i 1} {$i <= $fn} {incr i $m} {
177 if {$k <= $fn} {
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c156 char *fn = malloc(strlen(file) + 4); local
157 if(fn == NULL)
159 strcpy(fn, file);
160 strcat(fn, ".db");
174 free(fn);
179 if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) {
181 if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
183 free(fn);
188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
190 free(fn);
[all...]
/freebsd-10-stable/usr.bin/sort/
H A Dfile.c102 char *fn; member in struct:CLEANABLE_FILE
120 int (*)(const void *, const void *)), const char* fn);
144 item->fn = sort_strdup(tmp_file);
160 if ((item) && (item->fn))
161 unlink(item->fn);
170 file_is_tmp(const char* fn) argument
175 if (fn) {
178 if ((item) && (item->fn))
179 if (strcmp(item->fn, fn)
197 static const char *fn = ".bsdsort."; local
228 file_list_add(struct file_list *fl, char *fn, bool allocate) argument
362 sort_list_dump(struct sort_list *l, const char *fn) argument
401 check(const char *fn) argument
536 openfile(const char *fn, const char *mode) argument
588 closefile(FILE *f, const char *fn) argument
853 char *fn; local
896 file_header_init(struct file_header **fh, const char *fn, size_t file_pos) argument
1489 merge_list_parts(struct sort_list **parts, size_t n, const char *fn) argument
1505 mt_sort(struct sort_list *list, int(*sort_func)(void *, size_t, size_t, int(*)(const void *, const void *)), const char* fn) argument
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dsemantics.c1745 perform_koenig_lookup (tree fn, tree args) argument
1751 if (TREE_CODE (fn) == IDENTIFIER_NODE)
1752 identifier = fn;
1753 else if (is_overloaded_fn (fn))
1755 functions = fn;
1758 else if (DECL_P (fn))
1760 functions = fn;
1761 identifier = DECL_NAME (fn);
1770 fn = lookup_arg_dependent (identifier, functions, args);
1771 if (!fn)
1790 finish_call_expr(tree fn, tree args, bool disallow_virtual, bool koenig_p) argument
2464 tree fn; local
2796 tree fn = OVL_CURRENT (fns); local
3128 tree fn = TREE_OPERAND (aggr_init_expr, 0); local
3190 emit_associated_thunks(tree fn) argument
3224 expand_body(tree fn) argument
3280 expand_or_defer_fn(tree fn) argument
4069 tree fn = built_in_decls[BUILT_IN_GOMP_BARRIER]; local
4077 tree fn = built_in_decls[BUILT_IN_SYNCHRONIZE]; local
[all...]
/freebsd-10-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c68 apr_abortfunc_t fn = apr_pool_abort_get(p); local
69 if (fn)
70 (fn)(APR_ENOMEM);
77 apr_abortfunc_t fn = apr_pool_abort_get(p); local
78 if (fn)
79 (fn)(APR_ENOMEM);
/freebsd-10-stable/tools/regression/aio/aiop/
H A Daiop.c128 const char *fn; local
145 fn = argv[1];
170 fd = open(fn, O_RDONLY | O_DIRECT);
172 fd = open(fn, O_WRONLY | O_DIRECT);
174 fd = open(fn, O_RDWR | O_DIRECT);
189 printf("File: %s; File size %jd bytes\n", fn, (intmax_t)file_size);
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dt-fget.c25 static char fn[] = "tfget"; local
27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
38 rfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Dtb_pkmeth.c125 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); local
126 if (!fn || !fn(e, &ret, NULL, nid)) {
/freebsd-10-stable/sys/sys/
H A Dvmem.h121 void vmem_whatis(vmem_addr_t addr, int (*fn)(const char *, ...)
123 void vmem_print(vmem_addr_t addr, const char *, int (*fn)(const char *, ...)
125 void vmem_printall(const char *, int (*fn)(const char *, ...)
/freebsd-10-stable/usr.sbin/fifolog/lib/
H A Dfifolog_create.c44 fifolog_create(const char *fn, off_t size, ssize_t recsize) argument
53 fd = open(fn, O_WRONLY | O_TRUNC | O_EXCL | O_CREAT, 0644);
56 fd = open(fn, O_WRONLY);
/freebsd-10-stable/contrib/gcc/
H A Dgen-protos.c67 parse_fn_proto (char *start, char *end, struct fn_decl *fn) argument
123 fn->fname = name_start;
124 fn->rtype = decl_start;
125 fn->params = param_start;
/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dfortran.c39 # define ialias_redirect(fn) \
40 extern __typeof (fn) fn __asm__ (ULP "gomp_ialias_" #fn) attribute_hidden;
H A Dteam.c60 void (*fn) (void *); member in struct:gomp_thread_start_data
87 local_fn = data->fn;
113 thr->fn = NULL;
124 local_fn = thr->fn;
178 gomp_team_start (void (*fn) (void *), void *data, unsigned nthreads,
248 nthr->fn = fn;
294 start_data->fn = fn;
/freebsd-10-stable/crypto/heimdal/base/
H A Darray.c127 * @param fn function to call on each object
128 * @param ctx context passed to fn
132 heim_array_iterate_f(heim_array_t array, heim_array_iterator_f_t fn, void *ctx) argument
136 fn(array->val[n], ctx);
144 * @param fn block to call on each object
148 heim_array_iterate(heim_array_t array, void (^fn)(heim_object_t)) argument
152 fn(array->val[n]);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dtest_store.c269 const char *fn = "test-store-data"; local
304 fd = open(fn, O_RDWR|O_CREAT|O_TRUNC, 0600);
306 krb5_err(context, 1, errno, "open(%s)", fn);
311 krb5_errx(context, 1, "krb5_storage_from_fd: %s no mem", fn);
315 unlink(fn);
321 fd = open(fn, O_RDWR|O_CREAT|O_TRUNC, 0600);
323 krb5_err(context, 1, errno, "open(%s)", fn);
327 krb5_errx(context, 1, "krb5_storage_from_fd: %s no mem", fn);
332 unlink(fn);
/freebsd-10-stable/tools/debugscripts/
H A Dkld_deb.py36 filenamere = re.compile(r'filename\s+=\s+0x[0-9a-f]+\s("(?P<fn>[^"]+)"|(?P<error><[^>]*>))', re.M)
101 l, fn = searchfor(inp, filenamere, 1, l)
102 if not fn.group('fn'):
103 sys.stderr.write("got error: %s\n" % fn.group('error'))
108 addr.append((fn.group('fn'), long(ad.group('ad'), 16)))
/freebsd-10-stable/crypto/openssh/
H A Ddispatch.c74 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) argument
81 ssh->dispatch[i] = fn;
86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) argument
88 ssh->dispatch[type] = fn;
/freebsd-10-stable/sys/kern/
H A Dvfs_hash.c73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
85 if (fn != NULL && fn(vp, arg))
107 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
118 if (fn != NULL && fn(vp, arg))
146 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg)
160 if (fn != NULL && fn(vp2, arg))
72 vfs_hash_get(const struct mount *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
106 vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument
145 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) argument

Completed in 213 milliseconds

1234567891011>>