Home
last modified time | relevance | path

Searched refs:dosname (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/emulators/mtools/mtools-4.0.26/
H A Dmk_direntry.c108 dos_name_t *dosname, in ask_namematch() argument
160 dosname, sizeof(*dosname)); in ask_namematch()
251 dos_name_t *dosname, in process_namematch() argument
294 autorename_short(dosname, 1); in process_namematch()
340 dos_name_t *dosname, in get_slots() argument
379 dosname, longname, ssp, in get_slots()
459 strncpy(dosname, dir.name, 3); in get_slots()
475 dos_name_t *dosname, in write_slots() argument
500 write_vfat(Dir, dosname, 0, in write_slots()
533 dos_name_t dosname; in _mwrite_one() local
[all …]
H A Dmlabel.c83 int labelit(struct dos_name_t *dosname, in labelit() argument
92 mk_entry(dosname, 0x8, 0, 0, now, &entry->dir); in labelit()
297 dos_name_t dosname; in mlabel() local
305 label_name_pc(cp, shrtLabel, verbose, &mangled, &dosname); in mlabel()
308 strncpy(labelBlock->label, dosname.base, 8); in mlabel()
309 strncpy(labelBlock->label+8, dosname.ext, 3); in mlabel()
/dports/lang/perl5.34/perl-5.34.0/djgpp/
H A Dfixpmain21 $dosname=join ("__",map {lc substr ($_,0,8)} split /\//,$realname);
23 $perlmain =~ s/\bboot_$dosname\b/boot_$realname/gm;
24 $dosname =~ s/__/::/;
26 $perlmain =~ s/\b$dosname(::bootstrap)/$realname$1/gm;
/dports/lang/perl5.30/perl-5.30.3/djgpp/
H A Dfixpmain21 $dosname=join ("__",map {lc substr ($_,0,8)} split /\//,$realname);
23 $perlmain =~ s/\bboot_$dosname\b/boot_$realname/gm;
24 $dosname =~ s/__/::/;
26 $perlmain =~ s/\b$dosname(::bootstrap)/$realname$1/gm;
/dports/lang/perl5.32/perl-5.32.1/djgpp/
H A Dfixpmain21 $dosname=join ("__",map {lc substr ($_,0,8)} split /\//,$realname);
23 $perlmain =~ s/\bboot_$dosname\b/boot_$realname/gm;
24 $dosname =~ s/__/::/;
26 $perlmain =~ s/\b$dosname(::bootstrap)/$realname$1/gm;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/djgpp/
H A Dfixpmain21 $dosname=join ("__",map {lc substr ($_,0,8)} split /\//,$realname);
23 $perlmain =~ s/\bboot_$dosname\b/boot_$realname/gm;
24 $dosname =~ s/__/::/;
26 $perlmain =~ s/\b$dosname(::bootstrap)/$realname$1/gm;
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/win32/
H A Dfileio.c54 char *dosname; in __OsCreate() local
56 dosname = fnUnix2Dos(name); in __OsCreate()
57 handle = CreateFile(dosname, in __OsCreate()
74 char *dosname; in __OsDelete() local
75 dosname = fnUnix2Dos(name); in __OsDelete()
76 if(!DeleteFile(dosname)) in __OsDelete()
123 char *dosname; in __OsOpen() local
128 dosname = fnUnix2Dos(fname); in __OsOpen()
134 handle = CreateFile(dosname, in __OsOpen()
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/os2/
H A Dfileio.c44 char *dosname; in __OsDelete() local
45 dosname = fnUnix2Dos(name); in __OsDelete()
46 return errno = DosDelete((PSZ)dosname,0); in __OsDelete()
75 char *dosname; in __OsCreate() local
77 dosname = fnUnix2Dos(fname); in __OsCreate()
78 rc = DosOpen((PSZ)dosname,&fhandle,&action,0L,0, in __OsCreate()
87 char *dosname; in __OsOpen() local
89 dosname = fnUnix2Dos(fname); in __OsOpen()
93 rc = DosOpen((PSZ)dosname,&fhandle,&action,0L,0, in __OsOpen()
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/dos/
H A Dfileio.c39 char *dosname; in __OsCreate() local
44 dosname = fnUnix2Dos(name); in __OsCreate()
46 reg.x.dx = FP_OFF(dosname); in __OsCreate()
47 sreg.ds = FP_SEG(dosname); in __OsCreate()
55 char *dosname; in __OsDelete() local
60 dosname = fnUnix2Dos(name); in __OsDelete()
62 reg.x.dx = FP_OFF(dosname); in __OsDelete()
63 sreg.ds = FP_SEG(dosname); in __OsDelete()
114 char *dosname; in __OsOpen() local
126 sreg.ds = FP_SEG(dosname); in __OsOpen()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/os2/
H A Dfileio.c53 char *dosname; in __OsDelete() local
54 dosname = fnUnix2Dos(name); in __OsDelete()
55 rc = DosDelete((PSZ)dosname); in __OsDelete()
111 char *dosname; in __OsCreate() local
113 dosname = fnUnix2Dos(fname); in __OsCreate()
114 rc = DosOpen((PSZ)dosname,&fhandle,&action,0L,0, in __OsCreate()
132 char *dosname; in __OsOpen() local
134 dosname = fnUnix2Dos(fname); in __OsOpen()
138 rc = DosOpen((PSZ)dosname,&fhandle,&action,0L,0,OPEN_ACTION_OPEN_IF_EXISTS,mode,0L); in __OsOpen()
/dports/converters/uudeview/uudeview-0.5.20/unix/
H A Duufnflt.c108 static char dosname[13], *ptr1, *ptr2; in UUFNameFilterDOS() local
123 ptr1 = dosname; in UUFNameFilterDOS()
134 if (ptr1 == dosname) in UUFNameFilterDOS()
159 return dosname; in UUFNameFilterDOS()
/dports/converters/uulib/uudeview-0.5.20/unix/
H A Duufnflt.c108 static char dosname[13], *ptr1, *ptr2; in UUFNameFilterDOS() local
123 ptr1 = dosname; in UUFNameFilterDOS()
134 if (ptr1 == dosname) in UUFNameFilterDOS()
159 return dosname; in UUFNameFilterDOS()
/dports/converters/xdeview/uudeview-0.5.20/unix/
H A Duufnflt.c108 static char dosname[13], *ptr1, *ptr2; in UUFNameFilterDOS() local
123 ptr1 = dosname; in UUFNameFilterDOS()
134 if (ptr1 == dosname) in UUFNameFilterDOS()
159 return dosname; in UUFNameFilterDOS()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/
H A Dasm_p3dos_dosname_from_catname.asm1 ; char *p3dos_dosname_from_catname(char *dosname, char *catname)
10 ; hl = char *dosname
12 ; exit : hl = char *dosname
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTDOS.c47 const char *HTDOS_wwwName(const char *dosname) in HTDOS_wwwName() argument
50 char *cp_url = copy_plus(&wwwname, dosname); in HTDOS_wwwName()
54 while ((ch = *dosname) != '\0') { in HTDOS_wwwName()
69 dosname++; in HTDOS_wwwName()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTDOS.c47 const char *HTDOS_wwwName(const char *dosname) in HTDOS_wwwName() argument
50 char *cp_url = copy_plus(&wwwname, dosname); in HTDOS_wwwName()
54 while ((ch = *dosname) != '\0') { in HTDOS_wwwName()
69 dosname++; in HTDOS_wwwName()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dusername.c84 char *dosname = strchr(unixname,'='); in map_username() local
87 if (!dosname) continue; in map_username()
88 *dosname++ = 0; in map_username()
108 if (strchr(dosname,'*') || user_in_list(user,dosname)) { in map_username()
/dports/devel/cc65/cc65-2.19/src/grc65/
H A Dmain.c59 char *dosname; member
455 myHead.dosname = nextPhrase (); in DoHeader()
480 AbEnd ("Header '%s' has no opening bracket!", myHead.dosname); in DoHeader()
488 AbEnd ("Unknown field '%s' in header '%s'", token, myHead.dosname); in DoHeader()
510 AbEnd ("Unknown dostype in header '%s'", myHead.dosname); in DoHeader()
521 AbEnd ("Unknown mode in header '%s'", myHead.dosname); in DoHeader()
540 AbEnd ("unknown structure type in header '%s'", myHead.dosname); in DoHeader()
571 myHead.structure + 2, (unsigned)strlen (myHead.dosname)); in DoHeader()
573 fillOut (myHead.dosname, 15, "0"); in DoHeader()
601 fillOut (myHead.dosname, 16, "$a0"); in DoHeader()
/dports/net/samba412/samba-4.12.15/source3/auth/
H A Duser_util.c382 char *dosname = strchr_m(unixname,'='); in map_username() local
386 if (!dosname) in map_username()
389 *dosname++ = 0; in map_username()
411 dosuserlist = str_list_make_v3(ctx, dosname, NULL); in map_username()
417 if (strchr_m(dosname,'*') || in map_username()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dusername.c108 char *dosname = strchr (unixname, '=');
111 if (!dosname)
114 *dosname++ = 0;
138 if (strchr (dosname, '*') || user_in_list (user, dosname))
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dusername.c108 char *dosname = strchr (unixname, '=');
111 if (!dosname)
114 *dosname++ = 0;
138 if (strchr (dosname, '*') || user_in_list (user, dosname))
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Ddosname5 lib/dosname.h
14 "dosname.h"
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Ddosname11 lib/dosname.h
21 "dosname.h"
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Dit.h96 uint8 dosname[12]; /* DOS filename */ member
119 uint8 dosname[12]; /* DOS filename */ member
161 uint8 dosname[12]; /* DOS filename */ member
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dit.h96 uint8 dosname[12]; /* DOS filename */ member
119 uint8 dosname[12]; /* DOS filename */ member
161 uint8 dosname[12]; /* DOS filename */ member

12345678910>>...12