Home
last modified time | relevance | path

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

/dragonfly/usr.bin/calendar/
H A Dnnames.c52 #define NNAME_INIT2(val, name, f_name) \ argument
53 { (val), name, sizeof(name)-1, f_name, sizeof(f_name)-1, \
120 nname->value, nname->name, nname->f_name, in set_nnames()
141 nname->value, nname->name, nname->f_name, in set_nnames()
169 nname->value, nname->name, nname->f_name, in set_nsequences()
H A Dnnames.h47 const char *f_name; /* full name */ member
H A Dparsedata.c428 if (nname->f_name && in check_month()
429 strncasecmp(s, nname->f_name, nname->f_len) == 0) { in check_month()
467 if (nname->f_name && in check_dayofweek()
468 strncasecmp(s, nname->f_name, nname->f_len) == 0) { in check_dayofweek()
H A Dio.c715 dow_names[dow].f_name, date.day, in write_mailheader()
716 month_names[date.month-1].f_name, date.year); in write_mailheader()
/dragonfly/usr.bin/find/
H A Doption.c82 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE },
83 { "-iname", c_name, f_name, F_IGNCASE },
89 { "-lname", c_name, f_name, F_LINK },
97 { "-name", c_name, f_name, 0 },
H A Dextern.h96 exec_f f_name; variable
H A Dfunction.c1080 f_name(PLAN *plan, FTSENT *entry) in f_name() function
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_smb.c849 ctx->f_name = ctx->f_fname; in smbfs_findopenLM1()
879 cp = ctx->f_name; in smbfs_findnextLM1()
883 while (*cp == ' ' && cp >= ctx->f_name) in smbfs_findnextLM1()
889 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1()
1117 cp = ctx->f_name; in smbfs_findnextLM2()
1147 bcopy(ctx->f_name, ctx->f_rname, nmlen); in smbfs_findnextLM2()
1161 if (ctx->f_name) in smbfs_findcloseLM2()
1162 kfree(ctx->f_name, M_SMBFSDATA); in smbfs_findcloseLM2()
1212 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_findnext()
1213 (ctx->f_nmlen == 2 && ctx->f_name[0] == '.' && in smbfs_findnext()
[all …]
H A Dsmbfs_subr.h99 char * f_name; /* current file name */ member
H A Dsmbfs_io.c159 ctx->f_nmlen, ctx->f_name); in smbfs_readvdir()
163 error = smbfs_nget(vp->v_mount, vp, ctx->f_name, in smbfs_readvdir()
/dragonfly/stand/boot/common/
H A Dmodule.c276 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size); in command_lsmod()
443 fp->f_name = rel_rootpath(name); in file_loadraw()
573 if (((rootpath == NULL) || !strcmp(rootpath, fp->f_name)) && in file_findfile()
923 if (fp->f_name != NULL) in file_discard()
924 free(fp->f_name); in file_discard()
H A Dload_elf.c197 fp->f_name = rel_rootpath(filename); in __elfN()
209 setenv("kernelname", fp->f_name, 1); in __elfN()
212 snprintf(mptr, 256, "%s", fp->f_name); in __elfN()
664 s = fake_modname(fp->f_name); in __elfN()
H A Dbootstrap.h213 char *f_name; /* file name with full path, member
H A Dload_elf_obj.c159 fp->f_name = rel_rootpath(filename); in __elfN()
/dragonfly/sys/cpu/x86_64/misc/
H A Ddb_disasm.c145 const char * f_name; /* name for memory instruction */ member
1083 if (*fp->f_name == '\0') { in db_disasm_esc()
1091 db_printf("%s", fp->f_name); in db_disasm_esc()
1123 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1127 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1131 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
/dragonfly/stand/boot/pc32/libi386/
H A Dbootinfo64.c112 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules64()
H A Dbootinfo32.c110 MOD_NAME(addr, fp->f_name, c); /* this field must come first */ in bi_copymodules32()
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c217 MOD_NAME(addr, fp->f_name, c); /* This must come first. */ in bi_copymodules()
/dragonfly/contrib/gdb-7/gdb/
H A Df-exp.y96 #define yyname f_name /* With YYDEBUG defined */