Searched refs:__const (Results 1 – 2 of 2) sorted by relevance
34 #ifndef __const35 # define __const const macro90 __const char *name;98 __const char *arg;107 __const char *doc;229 __const struct argp_option *options;245 __const char *args_doc;250 __const char *doc;294 __const struct argp *argp;303 __const char *header;[all …]
373 static __inline__ void bcopy (__const void *__src, void *__dest, size_t __n) in bcopy()385 static __inline__ int bcmp (__const void *__s1, __const void *__s2, size_t __n) in bcmp()391 static __inline__ char *index (__const char *__s, int __c) in index()397 static __inline__ char *rindex (__const char *__s, int __c) in rindex()
Completed in 7 milliseconds