ENAMETOOLONG 123 lib/common/cib_secrets.c return ENAMETOOLONG; ENAMETOOLONG 137 lib/common/cib_secrets.c rc = ENAMETOOLONG; ENAMETOOLONG 155 lib/common/cib_secrets.c rc = ENAMETOOLONG; ENAMETOOLONG 187 lib/common/procfs.c return ENAMETOOLONG; // Truncated (shouldn't be possible in practice) ENAMETOOLONG 194 lib/common/procfs.c return ENAMETOOLONG; ENAMETOOLONG 391 lib/common/results.c case ENAMETOOLONG: return "ENAMETOOLONG"; ENAMETOOLONG 58 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c ENAMETOOLONG); ENAMETOOLONG 130 maint/gnulib/lib/careadlinkat.c errno = ENAMETOOLONG; ENAMETOOLONG 113 maint/gnulib/lib/chdir-long.c if (e == 0 || errno != ENAMETOOLONG) ENAMETOOLONG 145 maint/gnulib/lib/chdir-long.c errno = ENAMETOOLONG; ENAMETOOLONG 174 maint/gnulib/lib/chdir-long.c errno = ENAMETOOLONG; ENAMETOOLONG 1483 maint/gnulib/lib/fts.c __set_errno (ENAMETOOLONG); ENAMETOOLONG 1938 maint/gnulib/lib/fts.c __set_errno (ENAMETOOLONG); ENAMETOOLONG 226 maint/gnulib/lib/getcwd.c if (errno != ERANGE && errno != ENAMETOOLONG && errno != ENOENT) ENAMETOOLONG 152 maint/gnulib/lib/link.c errno = ENAMETOOLONG; ENAMETOOLONG 243 maint/gnulib/lib/rename.c errno = ENAMETOOLONG; ENAMETOOLONG 339 maint/gnulib/lib/spawni.c errno = ENAMETOOLONG; ENAMETOOLONG 405 maint/gnulib/lib/stat.c errno = ENAMETOOLONG; ENAMETOOLONG 140 maint/gnulib/lib/strerrorname_np.c #if defined ENAMETOOLONG ENAMETOOLONG 141 maint/gnulib/lib/strerrorname_np.c case ENAMETOOLONG: return "ENAMETOOLONG"; ENAMETOOLONG 145 maint/gnulib/lib/tmpfile.c errno = ENAMETOOLONG; ENAMETOOLONG 230 maint/gnulib/lib/utime.c errno = ENAMETOOLONG; ENAMETOOLONG 56 maint/gnulib/lib/w32sock.h errno = ENAMETOOLONG; ENAMETOOLONG 555 maint/gnulib/lib/windows-spawn.c return ENAMETOOLONG; ENAMETOOLONG 57 maint/gnulib/lib/xgetaname-impl.h if (errno != 0 && errno != ENAMETOOLONG && errno != EINVAL ENAMETOOLONG 61 maint/gnulib/tests/test-errno.c int e36 = ENAMETOOLONG; ENAMETOOLONG 83 maint/gnulib/tests/test-getcwd.c if (! (errno == ERANGE || errno == ENAMETOOLONG ENAMETOOLONG 186 maint/gnulib/tests/test-getcwd.c if (! (errno == ERANGE || errno == ENAMETOOLONG || errno == ENOENT)) ENAMETOOLONG 207 maint/gnulib/tests/test-getcwd.c if (! (errno == ERANGE || errno == ENAMETOOLONG)) ENAMETOOLONG 222 maint/gnulib/tests/test-getcwd.c || errno == ENAMETOOLONG)) ENAMETOOLONG 142 maint/gnulib/tests/test-strerrorname_np.c #if defined ENAMETOOLONG ENAMETOOLONG 143 maint/gnulib/tests/test-strerrorname_np.c ASSERT (strcmp (strerrorname_np (ENAMETOOLONG), "ENAMETOOLONG") == 0);