Home
last modified time | relevance | path

Searched refs:is_pathname (Results 1 – 22 of 22) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Daccess.c90 #define is_pathname(s) ((((s) != 0) && ((s)[0] == '/')) \ in _nc_is_abs_path() macro
93 #define is_pathname(s) ((s) != 0 && (s)[0] == '/') in _nc_is_abs_path()
95 return is_pathname(path); in _nc_is_abs_path()
/dports/editors/xvile/vile-9.8v/
H A Dpath.c1640 result = is_pathname(f); in is_abs_pathname()
1700 is_pathname(char *path) in is_pathname() function
1713 if (is_pathname(fn)) /* test the obvious stuff */ in maybe_pathname()
H A Dfilec.c1206 had_fname && is_pathname(curbp->b_fname) in mlreply_file()
H A Drandom.c1475 if (!is_pathname(exdp)) { in set_directory()
H A Dproto.h1060 extern int is_pathname (char *path);
H A DCHANGES.R32348 'is_pathname()' work properly with ">>" prefix.
2805 * added function is_pathname to encapsulate tests for pathnames
/dports/editors/vile/vile-9.8v/
H A Dpath.c1640 result = is_pathname(f); in is_abs_pathname()
1700 is_pathname(char *path) in is_pathname() function
1713 if (is_pathname(fn)) /* test the obvious stuff */ in maybe_pathname()
H A Dfilec.c1206 had_fname && is_pathname(curbp->b_fname) in mlreply_file()
H A Drandom.c1475 if (!is_pathname(exdp)) { in set_directory()
H A Dproto.h1060 extern int is_pathname (char *path);
H A DCHANGES.R32348 'is_pathname()' work properly with ">>" prefix.
2805 * added function is_pathname to encapsulate tests for pathnames
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dunknown.h336 #define is_pathname _rom_call(short,(CESI),3C6) macro
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/s/
H A Dos.h1175 .set is_pathname, 0x3C6
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpathname.d8099 goto is_pathname;
8107 goto is_pathname;
8111 is_pathname: { /* pathname is now really a pathname */
8150 goto is_pathname;
8154 is_pathname: { /* pathname is now really a pathname */
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dmodule.cc19631 bool is_pathname = false; in init_modules() local
19633 for (unsigned ix = len; !is_pathname && ix--;) in init_modules()
19634 is_pathname = IS_DIR_SEPARATOR (name[ix]); in init_modules()
19635 if (is_system || is_user || is_pathname) in init_modules()
19637 if (len <= (is_pathname ? 0 : 2) in init_modules()
19638 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()
19644 name = canonicalize_header_name (is_pathname ? nullptr : reader, in init_modules()
19645 0, is_pathname, name, len); in init_modules()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dmodule.cc19619 bool is_pathname = false; in init_modules() local
19621 for (unsigned ix = len; !is_pathname && ix--;) in init_modules()
19622 is_pathname = IS_DIR_SEPARATOR (name[ix]); in init_modules()
19623 if (is_system || is_user || is_pathname) in init_modules()
19625 if (len <= (is_pathname ? 0 : 2) in init_modules()
19626 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()
19632 name = canonicalize_header_name (is_pathname ? nullptr : reader, in init_modules()
19633 0, is_pathname, name, len); in init_modules()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dmodule.cc19619 bool is_pathname = false; in init_modules() local
19621 for (unsigned ix = len; !is_pathname && ix--;) in init_modules()
19622 is_pathname = IS_DIR_SEPARATOR (name[ix]); in init_modules()
19623 if (is_system || is_user || is_pathname) in init_modules()
19625 if (len <= (is_pathname ? 0 : 2) in init_modules()
19626 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()
19632 name = canonicalize_header_name (is_pathname ? nullptr : reader, in init_modules()
19633 0, is_pathname, name, len); in init_modules()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dmodule.cc19619 bool is_pathname = false; in init_modules() local
19621 for (unsigned ix = len; !is_pathname && ix--;) in init_modules()
19622 is_pathname = IS_DIR_SEPARATOR (name[ix]); in init_modules()
19623 if (is_system || is_user || is_pathname) in init_modules()
19625 if (len <= (is_pathname ? 0 : 2) in init_modules()
19626 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()
19632 name = canonicalize_header_name (is_pathname ? nullptr : reader, in init_modules()
19633 0, is_pathname, name, len); in init_modules()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/asm/
H A Dos.h1175 is_pathname equ $3C6
H A Ddoorsos.h1175 doorsos::is_pathname equ _ROM_CALL_3C6
/dports/emulators/tiemu3/tiemu-3.03/misc/
H A Dromcalls.lst972 .set is_pathname, 0x3C6
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/doc/html/
H A Dqt-assistant.adp9503 <section ref="unknown_is_pathname.html" title="is_pathname">
9504 <keyword ref="unknown_is_pathname.html">is_pathname</keyword>