Searched refs:path (Results 1 – 18 of 18) sorted by relevance
| /manual/ |
| A D | README.pretty-printers | 52 build process, and need to be in the Python search path when loading the 69 sys.path.insert(0, '/path/to/constants/file/directory') 72 source /path/to/printers.py 74 If you're building glibc manually, '/path/to/constants/file/directory' should be 75 '/path/to/glibc-build/submodule', where 'submodule' is e.g. nptl. 92 make test-wrapper='/path/to/scripts/cross-test-ssh.sh user@host' check
|
| A D | Makefile | 61 texis-path := $(filter-out $(libc-texi-generated) summary.texi $(examples), \ 67 chapters.% top-menu.%: libc-texinfo.sh $(texis-path) Makefile 84 $(texis-path)) 85 $(SHELL) ./check-safety.sh $(filter-out $(objpfx)%, $(texis-path)) 93 $(objpfx)dir-add.texi: xtract-typefun.awk $(texis-path)
|
| A D | locale.texi | 526 path relative to the configured locale directories; see @code{LOCPATH} 527 below. The specified path must not contain a component @samp{..}, or 531 with a slash @samp{/}, it is resolved as an absolute path. However, 532 @theglibc{} treats it as a relative path under the directories listed 553 The path used for finding locale data can be set using the 558 The default path for finding locale data is system specific. A typical
|
| A D | string.texi | 640 Please note that calling @code{strtok} using @var{path} directly is 2254 component of the path in @var{filename}. This function is the preferred 2285 @deftypefun {char *} basename (char *@var{path}) 2289 spirit to the GNU version, but may modify the @var{path} by removing 2290 trailing '/' bytes. If the @var{path} is made up entirely of '/' 2291 bytes, then "/" will be returned. Also, if @var{path} is 2304 char *path = strdupa (argv[0]); 2306 prog = basename (path); 2320 @deftypefun {char *} dirname (char *@var{path}) 2325 by @var{path}. If @var{path} is @code{NULL}, an empty string, or [all …]
|
| A D | filesys.texi | 160 a subtle difference which is visible if the path described by the 1001 the string is the path of the file. This information is especially 1262 If the source path identified by @var{oldfd} and @var{oldname} is a 1308 how many symbolic links are followed when resolving a path name. The 1418 and no filename in the path is @code{.} or @code{..}. This is for 1429 components nor any repeated path separators (@code{/}) or symlinks. The 1434 If any of the path components are missing the function returns a NULL 1435 pointer. This is also what is returned if the length of the path 1445 At least one of the path components is not readable. 1451 At least one of the path components does not exist. [all …]
|
| A D | conf.texi | 7 limits, presence of optional POSIX features, and the default path for 30 * String Parameters:: Getting the default search path. 1561 This parameter's value is the recommended default path for searching for 1562 executable files. This is the path that a user has by default just
|
| A D | setjmp.texi | 239 execution path and these functions are more powerful than those 473 @code{longjmp} is to switch temporarily to a different execution path
|
| A D | debug.texi | 46 @c could, our own initialization path isn't, and libgcc's implementation
|
| A D | startup.texi | 533 A @dfn{path} is a sequence of directory names which is used for 534 searching for a file. The variable @code{PATH} holds a path used 541 The syntax of a path is a sequence of directory names separated by
|
| A D | install.texi | 200 @item --enable-hardcoded-path-in-tests 202 This option hardcodes the newly built C library path in dynamic tests
|
| A D | io.texi | 223 component. We don't use this terminology because a ``path'' is
|
| A D | ctype.texi | 385 @c not depend on the locale, and each path after the decision resolves
|
| A D | message.texi | 202 First of all the user can specify a path in the message catalog name 748 Please check the @code{LC_ALL} environment variable and the default path
|
| A D | charset.texi | 2260 @subsubsection Finding the conversion path in @code{iconv} 2265 algorithm suitable for search for the best path in such a graph and so
|
| A D | memory.texi | 1322 @c right spot, may be left behind inconsistent. This path is only taken 1457 @c mark the statistics as unsafe, rather than the fast-path functions
|
| A D | pattern.texi | 1677 When you use @samp{echo $PATH} to print your path, you are taking
|
| A D | arith.texi | 3224 @c args_value if it's too large, but gcvt never exercises this path.
|
| /manual/examples/ |
| A D | strdupa.c | 22 const char path[] = _PATH_STDPATH; variable 27 char *wr_path = strdupa (path); in main()
|
Completed in 47 milliseconds