| /freebsd-12-stable/usr.bin/find/ |
| D | option.c | 100 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE }, 101 { "-iname", c_name, f_name, F_IGNCASE }, 107 { "-lname", c_name, f_name, F_LINK }, 115 { "-name", c_name, f_name, 0 },
|
| D | extern.h | 100 exec_f f_name; variable
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | acpi.c | 132 char f_name[MAXPATHLEN]; member 780 strlcpy(bf->f_name, basl_stemplate, MAXPATHLEN); in basl_open() 781 bf->fd = mkstemps(bf->f_name, strlen(BHYVE_ASL_SUFFIX)); in basl_open() 783 strlcpy(bf->f_name, basl_template, MAXPATHLEN); in basl_open() 784 bf->fd = mkstemp(bf->f_name); in basl_open() 790 unlink(bf->f_name); in basl_open() 805 unlink(bf->f_name); in basl_close() 879 io[1].f_name, io[0].f_name); in basl_compile()
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/ |
| D | configfile.c | 962 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()
|
| D | save.c | 70 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-12-stable/sys/fs/smbfs/ |
| D | smbfs_smb.c | 1038 ctx->f_name = ctx->f_fname; in smbfs_findopenLM1() 1068 cp = ctx->f_name; in smbfs_findnextLM1() 1072 while (*cp == ' ' && cp >= ctx->f_name) in smbfs_findnextLM1() 1078 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1() 1230 ctx->f_name = malloc(SMB_MAXFNAMELEN * 2, M_SMBFSDATA, M_WAITOK); in smbfs_findopenLM2() 1232 ctx->f_name = malloc(SMB_MAXFNAMELEN, M_SMBFSDATA, M_WAITOK); in smbfs_findopenLM2() 1313 cp = ctx->f_name; in smbfs_findnextLM2() 1347 bcopy(ctx->f_name, ctx->f_rname, nmlen); in smbfs_findnextLM2() 1361 if (ctx->f_name) in smbfs_findcloseLM2() 1362 free(ctx->f_name, M_SMBFSDATA); in smbfs_findcloseLM2() [all …]
|
| D | smbfs_subr.h | 95 char * f_name; /* current file name */ member
|
| D | smbfs_io.c | 160 bcopy(ctx->f_name, de.d_name, de.d_namlen); in smbfs_readvdir() 163 error = smbfs_nget(vp->v_mount, vp, ctx->f_name, in smbfs_readvdir()
|
| /freebsd-12-stable/tools/regression/security/cap_test/ |
| D | cap_test_fcntl.c | 55 char *f_name; member 110 FAIL("Error calling fcntl('%s', F_GETFL)", f.f_name); in test_fcntl()
|
| /freebsd-12-stable/stand/mips/beri/loader/ |
| D | exec.c | 83 printf("%s: file_findmetadata failed\n", fp->f_name); in beri_elf64_exec() 90 printf("%s: md_load64 failed\n", fp->f_name); in beri_elf64_exec()
|
| /freebsd-12-stable/stand/i386/libi386/ |
| D | multiboot.c | 232 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec() 238 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec() 245 printf("Unable to find %s entry point\n", fp->f_name); in multiboot_exec() 433 rfp->f_name, error); in multiboot_obj_loadfile()
|
| D | bootinfo64.c | 118 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules64()
|
| D | bootinfo32.c | 116 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules32()
|
| /freebsd-12-stable/contrib/ntp/libparse/ |
| D | parsestreams.c | 236 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-12-stable/contrib/libstdc++/scripts/ |
| D | make_graph.py | 88 def __parse_res_sets(self, f_name, cntnr_list): argument 89 tst_dat = minidom.parse(f_name) 114 f_name = res_dir + '/' + self.__test_to_f_names[test_name] 115 parsed = self.__parse_res_sets(f_name, cntnr_list)
|
| /freebsd-12-stable/stand/efi/loader/arch/arm64/ |
| D | exec.c | 141 fp->f_name); in elf64_obj_exec()
|
| /freebsd-12-stable/usr.sbin/config/ |
| D | config.h | 64 char *f_name; member
|
| D | mkmakefile.c | 624 read_file(nl->f_name); in read_files() 626 free(nl->f_name); in read_files()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | db_disasm.c | 106 const char * f_name; /* name for memory instruction */ member 1079 if (*fp->f_name == '\0') { 1087 db_printf("%s", fp->f_name); 1119 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; 1123 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; 1127 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name;
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | db_disasm.c | 121 const char * f_name; /* name for memory instruction */ member 1147 if (*fp->f_name == '\0') { 1155 db_printf("%s", fp->f_name); 1187 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; 1191 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; 1195 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name;
|
| /freebsd-12-stable/stand/common/ |
| D | module.c | 314 pager_output(fp->f_name); in command_lsmod() 730 fp->f_name = name; in file_loadraw() 862 if (((name == NULL) || !strcmp(name, fp->f_name)) && in file_findfile() 1505 free(fp->f_name); in file_discard()
|
| D | bootstrap.h | 219 char *f_name; /* file name */ member
|
| D | load_elf.c | 409 fp->f_name = strdup(filename); in __elfN() 959 err = __elfN(load_elf_header)(fp->f_name, &ef); in __elfN() 1159 s = fake_modname(fp->f_name); in __elfN()
|
| /freebsd-12-stable/stand/userboot/userboot/ |
| D | bootinfo64.c | 113 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules64()
|
| D | bootinfo32.c | 115 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules32()
|