Home
last modified time | relevance | path

Searched refs:isdot (Results 1 – 25 of 55) sorted by relevance

123

/dports/science/siesta/siesta-4.1.5/Util/Vibra/Src/
H A Dparse.f51 logical isblank(0:maxl+1), isdigit(0:maxl+1), isdot(0:maxl+1),
65 isdot(0) = .false.
74 isdot(i) = (c.eq.'.')
79 . .not.isdot(i) .and. .not.isexp(i) .and.
84 isdot(ll+1) = .false.
139 if (isdot(i) .and.
143 . (isdigit(i-1) .or. isdot(i-1)) .and.
151 if (isdot(i)) ndot = ndot + 1
/dports/science/siesta/siesta-4.1.5/Src/
H A Dparsing.f70 . isblank, isdigit, isdot, isexp, issign, isother
87 isdot(0) = .false.
96 isdot(i) = (c.eq.'.')
101 . .not.isdot(i) .and. .not.isexp(i) .and.
106 isdot(ll+1) = .false.
162 if (isdot(i) .and.
166 . (isdigit(i-1) .or. isdot(i-1)) .and.
174 if (isdot(i)) ndot = ndot + 1
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/mkdepend/
H A Dinclude.c36 static int isdot( char const * );
189 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) in remove_dotdot()
226 int isdot(char const *p) in isdot() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/mkdepend/
H A Dinclude.c36 static int isdot( char const * );
189 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) in remove_dotdot()
226 int isdot(char const *p) in isdot() function
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0';
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/editors/ved/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Dsethome.c357 int isdot = bp[0] == '.' && bp[1] == '\0'; local
359 if (isdot)
361 if (n == 0 && isdot) {
364 if (isdot) {
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dplvlex.c136 bool isdot = false; in filterList() local
146 isdot = (IsType(nd, OTHERS) && (nd->str[0] == '.')); in filterList()
154 else if (isdot && !dot && a) in filterList()
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omkdepend/
H A Dinclude.c41 int isdot(p) in isdot() function
202 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1))
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dink_file.h130 isdot(const char *path) in isdot() function
/dports/devel/makedepend/makedepend-1.0.6/
H A Dinclude.c31 isdot(const char *p) in isdot() function
105 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) in remove_dotdot()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/coreconf/mkdepend/
H A Dinclude.c61 isdot(char *p) in isdot() function
135 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) in remove_dotdot()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/coreconf/mkdepend/
H A Dinclude.c61 isdot(char *p) in isdot() function
135 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1)) in remove_dotdot()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/makedepend/
H A Dinclude.c40 isdot(p) in isdot() function
118 if (!isdot(*cp) && !isdotdot(*cp) && isdotdot(*(cp+1))
/dports/sysutils/udfclient/UDFclient.0.8.11/
H A Dudfclient.c721 int found, isdot, isdotdot, error; in udfclient_get_subtree() local
758 isdot = (strcmp(dirent->d_name, "." ) == 0); in udfclient_get_subtree()
766 if (isdot) { in udfclient_get_subtree()
1233 int lb_size, eof, found, isdot, isdotdot; in udfclient_rm_subtree() local
1268 isdot = (strcmp(dirent->d_name, "." ) == 0); in udfclient_rm_subtree()
1271 if (isdot || isdotdot) in udfclient_rm_subtree()
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Ddescribe.s87 isdot <- testDateTime(x,'either') # is date or time var
150 if(isdot) {
175 if(isdot)
212 if(isdot && (class(loandhi) %nin% 'timeDate')) {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/netfiles/
H A Dmain.c161 isdot(Win *w, uint xq0, uint xq1) in isdot() function
187 if(e->oq0 == e->oq1 && e->q0 != e->q1 && !isdot(w, e->q0, e->q1)){ in expandarg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c179 int isdot; /* entry is "." */ in xfs_dir2_block_sfsize() local
217 isdot = dep->namelen == 1 && dep->name[0] == '.'; in xfs_dir2_block_sfsize()
222 if (!isdot) in xfs_dir2_block_sfsize()
226 if (!isdot && !isdotdot) { in xfs_dir2_block_sfsize()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_vnops.c1193 int error, islastcn, isdot; in smbfs_lookup() local
1295 isdot = (nmlen == 1 && name[0] == '.'); in smbfs_lookup()
1346 if (isdot) in smbfs_lookup()
1354 if (isdot) { in smbfs_lookup()

123