Lines Matching refs:_Nonnull

48 int atexit(void (* _Nonnull __fn)(void));
50 int at_quick_exit(void (* _Nonnull __fn)(void));
53 char* _Nullable getenv(const char* _Nonnull __name);
54 int putenv(char* _Nonnull __assignment);
55 int setenv(const char* _Nonnull __name, const char* _Nonnull __value, int __overwrite);
56 int unsetenv(const char* _Nonnull __name);
59 char* _Nullable mkdtemp(char* _Nonnull __template);
60 char* _Nullable mktemp(char* _Nonnull __template) __attribute__((__deprecated__("mktemp is unsafe, …
62 int mkostemp64(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
63 int mkostemp(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
64 int mkostemps64(char* _Nonnull __template, int __suffix_length, int __flags) __INTRODUCED_IN(23);
65 int mkostemps(char* _Nonnull __template, int __suffix_length, int __flags) __INTRODUCED_IN(23);
66 int mkstemp64(char* _Nonnull __template);
67 int mkstemp(char* _Nonnull __template);
68 int mkstemps64(char* _Nonnull __template, int __flags) __INTRODUCED_IN(23);
69 int mkstemps(char* _Nonnull __template, int __flags);
71 long strtol(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
72 long long strtoll(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
73 unsigned long strtoul(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base);
74 unsigned long long strtoull(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __…
80 double strtod(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr);
81 long double strtold(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr);
83 …nsigned long strtoul_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base…
85 int atoi(const char* _Nonnull __s) __attribute_pure__;
86 long atol(const char* _Nonnull __s) __attribute_pure__;
87 long long atoll(const char* _Nonnull __s) __attribute_pure__;
89 __wur char* _Nullable realpath(const char* _Nonnull __path, char* _Nullable __resolved);
106 int system(const char* _Nonnull __command);
115_Nonnull __key, const void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __com…
117 void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(con…
121 void arc4random_buf(void* _Nonnull __buf, size_t __n);
125 int rand_r(unsigned int* _Nonnull __seed_ptr);
128 double erand48(unsigned short __xsubi[_Nonnull 3]);
129 long jrand48(unsigned short __xsubi[_Nonnull 3]);
130 void lcong48(unsigned short __param[_Nonnull 7]) __INTRODUCED_IN(23);
133 long nrand48(unsigned short __xsubi[_Nonnull 3]);
134 unsigned short* _Nonnull seed48(unsigned short __seed16v[_Nonnull 3]);
137 char* _Nullable initstate(unsigned int __seed, char* _Nonnull __state, size_t __n);
138 char* _Nullable setstate(char* _Nonnull __state);
143 int ptsname_r(int __fd, char* _Nonnull __buf, size_t __n);
146 int getsubopt(char* _Nonnull * _Nonnull __option, char* _Nonnull const* _Nonnull __tokens, char* _N…
176 int getloadavg(double __averages[_Nonnull], int __n) __INTRODUCED_IN(29);
180 void setprogname(const char* _Nonnull __name);
200 float strtof(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr);
201 double atof(const char* _Nonnull __s) __attribute_pure__;
208 long long strtoll_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, lo…
209 …d long long strtoull_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base…
210 long double strtold_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _No…
213 double strtod_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull
214 float strtof_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, locale_t _Nonnull _…
215 long strtol_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int, locale_t _Nonnu…