Home
last modified time | relevance | path

Searched refs:isUnix (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dbookmark.h23 int isUnix; member
H A Dbookmark.c84 bmp->isUnix = 1; in SetBookmarkDefaults()
209 case 13: bmp->isUnix = atoi(token); in ParseHostLine()
624 if (fprintf(outfp, ",%d", bmp->isUnix) < 0) return (-1) ;/*13*/ in WriteBmLine()