Searched refs:ISSLASH (Results 26 - 38 of 38) sorted by relevance

12

/macosx-10.9.5/gnudiff-19/diffutils/
H A Dconfig.hin398 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
400 # define ISSLASH(C) ((C) == '/')
/macosx-10.9.5/gpatch-3/patch/
H A Dcommon.h127 #ifndef ISSLASH
128 #define ISSLASH(c) ((c) == '/') macro
H A Dpch.c681 if (ISSLASH (f[0]) && ! ISSLASH (f[-1]))
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dprogreloc.c64 ISSLASH(C) tests whether C is a directory separator character.
69 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
78 # define ISSLASH(C) ((C) == '/') macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dconfig.h1288 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
1290 # define ISSLASH(C) ((C) == '/') macro
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dextract.c477 if (! ISSLASH (*cursor))
482 if (cursor == cursor0 || ISSLASH (cursor[-1]))
488 && (cursor == cursor0 + 1 || ISSLASH (cursor[-2])
490 && (cursor == cursor0 + 2 || ISSLASH (cursor[-3])))))
636 && (ISSLASH (file_name[data->file_name_len])
637 || ISSLASH (file_name[data->file_name_len - 1]))
975 && ISSLASH (file_name[h->file_name_len])
H A Dcreate.c620 if (ISSLASH (name[i]))
1254 while (len >= 1 && ISSLASH ((*pstr)[len - 1]))
1256 if (!ISSLASH ((*pstr)[len]))
1314 if (! ISSLASH (buffer[plen - 1]))
H A Dincremen.c126 if (ISSLASH (directory->name[namelen-1]))
473 if (! ISSLASH (dir_name[strlen (dir_name) - 1]))
H A Dtar.c925 || ISSLASH (*str)
H A Dxheader.c336 while (q > buf && ISSLASH (q[-1]))
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddcigettext.c198 ISSLASH(C) tests whether C is a directory separator character.
205 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
209 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
214 # define ISSLASH(C) ((C) == '/') macro
215 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c194 ISSLASH(C) tests whether C is a directory separator character.
201 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
210 # define ISSLASH(C) ((C) == '/') macro
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfig.hin907 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
909 # define ISSLASH(C) ((C) == '/')

Completed in 162 milliseconds

12