Home
last modified time | relevance | path

Searched refs:f_name (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/usr.bin/find/
H A Doption.c95 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
96 { "-iname", c_name, f_name, F_IGNCASE },
102 { "-lname", c_name, f_name, F_LINK },
110 { "-name", c_name, f_name, 0 },
H A Dextern.h98 exec_f f_name; variable
/freebsd/usr.sbin/bhyve/
H A Dacpi.c91 char f_name[MAXPATHLEN]; member
265 strlcpy(bf->f_name, basl_stemplate, MAXPATHLEN); in basl_open()
266 bf->fd = mkstemps(bf->f_name, strlen(BHYVE_ASL_SUFFIX)); in basl_open()
268 strlcpy(bf->f_name, basl_template, MAXPATHLEN); in basl_open()
269 bf->fd = mkstemp(bf->f_name); in basl_open()
275 unlink(bf->f_name); in basl_open()
290 unlink(bf->f_name); in basl_close()
372 io[1].f_name, io[0].f_name); in basl_compile()
/freebsd/stand/i386/libi386/
H A Dmultiboot.c202 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec()
208 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec()
215 printf("Unable to find %s entry point\n", fp->f_name); in multiboot_exec()
356 rfp->f_name, error); in multiboot_obj_loadfile()
/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c962 char f_name[ AG_PATH_MAX+1 ]; in intern_file_load() local
1008 if (! optionMakePath(f_name, (int)sizeof(f_name), in intern_file_load()
1017 if (stat(f_name, &sb) != 0) in intern_file_load()
1021 size_t len = strlen(f_name); in intern_file_load()
1023 char * pz = f_name + len; in intern_file_load()
1025 if (len + 1 + nln >= sizeof(f_name)) in intern_file_load()
1033 file_preset(opts, f_name, inc); in intern_file_load()
H A Dsave.c70 char f_name[ AG_PATH_MAX+1 ]; in find_dir_name() local
82 if (optionMakePath(f_name, (int)sizeof(f_name), dir, opts->pzProgPath)) { in find_dir_name()
84 AGDUPSTR(dir, f_name, "homerc"); in find_dir_name()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c52 char *f_name; member
107 FAIL("Error calling fcntl('%s', F_GETFL)", f.f_name); in test_fcntl()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c1033 ctx->f_name = ctx->f_fname; in smbfs_findopenLM1()
1063 cp = ctx->f_name; in smbfs_findnextLM1()
1067 while (*cp == ' ' && cp >= ctx->f_name) in smbfs_findnextLM1()
1073 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1()
1225 ctx->f_name = malloc(SMB_MAXFNAMELEN * 2, M_SMBFSDATA, M_WAITOK); in smbfs_findopenLM2()
1227 ctx->f_name = malloc(SMB_MAXFNAMELEN, M_SMBFSDATA, M_WAITOK); in smbfs_findopenLM2()
1308 cp = ctx->f_name; in smbfs_findnextLM2()
1342 bcopy(ctx->f_name, ctx->f_rname, nmlen); in smbfs_findnextLM2()
1356 if (ctx->f_name) in smbfs_findcloseLM2()
1357 free(ctx->f_name, M_SMBFSDATA); in smbfs_findcloseLM2()
[all …]
H A Dsmbfs_subr.h93 char * f_name; /* current file name */ member
H A Dsmbfs_io.c157 bcopy(ctx->f_name, de.d_name, de.d_namlen); in smbfs_readvdir()
160 error = smbfs_nget(vp->v_mount, vp, ctx->f_name, in smbfs_readvdir()
/freebsd/contrib/ntp/libparse/
H A Dparsestreams.c236 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit()
243 (fm->f_name[0] == '\0') && in xxxinit()
267 Strncpy(ifm->f_name, mname, FMNAMESZ); in xxxinit()
268 ifm->f_name[FMNAMESZ] = '\0'; in xxxinit()
323 if (!Strncmp(fm->f_name, mname, FMNAMESZ)) in xxxinit()
328 fm->f_name[0] = '\0'; in xxxinit()
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm466 my @items = $self->items(filter => f_name($name));
536 my $f_byalias = f_name($alias);
537 my $f_byname = f_name($name);
1070 sub f_name { subroutine
/freebsd/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c386 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in exec()
392 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in exec()
530 rfp->f_name, error); in obj_loadfile()
/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c103 ssize_t f_name; /* Name of leaf; offset in c_name_buf */ member
354 const char *name = xo_buf_data(&csv->c_name_buf, lp->f_name); in csv_emit_record()
503 const char *fname = xo_buf_data(xbp, lp->f_name); in csv_leaf_num()
537 lp->f_name = xo_buf_offset(xbp); in csv_leaf_num()
/freebsd/stand/efi/loader/arch/arm64/
H A Dexec.c97 fp->f_name); in elf64_obj_exec()
/freebsd/stand/common/
H A Dmodule.c325 pager_output(fp->f_name); in command_lsmod()
764 fp->f_name = name; in file_loadraw()
907 if (((name == NULL) || !strcmp(name, fp->f_name)) && in file_findfile()
1028 fp->f_name = strdup(name); in file_addbuf()
1035 if ((fp->f_name == NULL) || (fp->f_type == NULL)) { in file_addbuf()
1038 free(fp->f_name); in file_addbuf()
1601 free(fp->f_name); in file_discard()
H A Dmodinfo.c132 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in md_copymodules()
H A Dbootstrap.h232 char *f_name; /* file name */ member
/freebsd/sys/i386/i386/
H A Ddb_disasm.c104 const char * f_name; /* name for memory instruction */ member
1067 if (*fp->f_name == '\0') { in db_disasm_esc()
1075 db_printf("%s", fp->f_name); in db_disasm_esc()
1107 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1111 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1115 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
/freebsd/usr.sbin/config/
H A Dconfig.y341 nl->f_name = name; in newfile()
356 nl->f_name = name; in newoptionsfile()
H A Dmkoptions.cc441 read_option_file(nl->f_name, 0); in read_options()
443 free(nl->f_name); in read_options()
H A Dconfig.h117 char *f_name; member
H A Dmkmakefile.cc630 read_file(nl->f_name); in read_files()
632 free(nl->f_name); in read_files()
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c119 const char * f_name; /* name for memory instruction */ member
1151 if (*fp->f_name == '\0') { in db_disasm_esc()
1159 db_printf("%s", fp->f_name); in db_disasm_esc()
1191 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1195 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1199 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c290 fp->f_name); in elf64_obj_exec()

12