Searched refs:din (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/makefs/
H A Dffs.c684 union dinode din; local
742 membuf = ffs_build_dinode1(&din.ffs1_din, &dirbuf, cur,
745 membuf = ffs_build_dinode2(&din.ffs2_din, &dirbuf, cur,
749 ffs_write_file(&din, cur->inode->ino, membuf, fsopts);
751 ffs_write_file(&din, cur->inode->ino, path, fsopts);
754 ffs_write_inode(&din, cur->inode->ino, fsopts);
778 ffs_write_file(union dinode *din, uint32_t ino, void *buf, fsinfo_t *fsopts) argument
789 assert (din != NULL);
794 isfile = S_ISREG(DIP(din, mode));
803 in.i_size = DIP(din, siz
[all...]
/openbsd-current/usr.bin/ftp/
H A Dftp.c870 FILE * volatile fout, * volatile din; local
884 din = NULL;
1005 din = dataconn("r");
1006 if (din == NULL)
1063 while ((c = read(fileno(din), buf, bufsize)) > 0) {
1139 while ((c = fgetc(din)) != EOF) {
1151 if ((c = fgetc(din)) != '\n' || tcrflag) {
1168 if (ferror(din) || ferror(fout))
1182 if (ferror(din)) {
1200 (void)fclose(din);
2023 abort_remote(FILE *din) argument
[all...]
/openbsd-current/libexec/ftpd/
H A Dftpd.c1190 FILE *fout, *din; local
1250 din = dataconn(name, -1, "r");
1251 if (din == NULL)
1253 if (receive_data(din, fout) == 0) {
1260 (void) fclose(din);
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm565 =item {din} : Dinka

Completed in 89 milliseconds