Symbol: __aconst
distrib/utils/libhack/getgrent.c
107
static __aconst char *members[MAXGRP];
distrib/utils/libhack/getgrent.c
288
__aconst char **m;
distrib/utils/libhack/strerror.c
40
__aconst char *
distrib/utils/libhack/strerror.c
48
return((__aconst char *)sys_errlist[errnum]);
distrib/utils/libhack/strsignal.c
50
__aconst char *
distrib/utils/libhack/strsignal.c
58
return((__aconst char *)sys_siglist[signum]);
include/dlfcn.h
72
__aconst char *dlerror(void);
include/fstab.h
61
__aconst char *fs_spec; /* block special device name */
include/fstab.h
62
__aconst char *fs_file; /* file system path prefix */
include/fstab.h
63
__aconst char *fs_vfstype; /* File system type, ufs, nfs */
include/fstab.h
64
__aconst char *fs_mntops; /* Mount options ala -o */
include/fstab.h
65
__aconst char *fs_type; /* FSTAB_* from fs_mntops */
include/grp.h
51
__aconst char *gr_name; /* group name */
include/grp.h
52
__aconst char *gr_passwd; /* group password */
include/grp.h
54
__aconst char *__aconst *gr_mem; /* group members */
include/netgroup.h
50
__aconst char *ng_host; /* host name */
include/netgroup.h
51
__aconst char *ng_user; /* user name */
include/netgroup.h
52
__aconst char *ng_domain; /* domain name */
include/nlist.h
51
__aconst char *n_name; /* symbol name (in memory) */
include/pwd.h
108
__aconst char *pw_name; /* user name */
include/pwd.h
109
__aconst char *pw_passwd; /* encrypted password */
include/pwd.h
113
__aconst char *pw_class; /* user login class */
include/pwd.h
114
__aconst char *pw_gecos; /* general information */
include/pwd.h
115
__aconst char *pw_dir; /* home directory */
include/pwd.h
116
__aconst char *pw_shell; /* default shell */
include/stdlib.h
112
__aconst char *getenv(const char *);
include/stdlib.h
296
__aconst char *devname(dev_t, mode_t) __RENAME(__devname50);
include/string.h
121
__aconst char *strsignal(int);
include/string.h
92
__aconst char *strerror(int);
include/string.h
94
__aconst char *strerror_l(int, locale_t);
include/time.h
128
extern __aconst char *tzname[2];
include/time.h
86
__aconst char *tm_zone; /* timezone abbreviation */
include/ttyent.h
54
__aconst char *ty_name; /* terminal device name */
include/ttyent.h
55
__aconst char *ty_getty;/* command to execute, usually getty */
include/ttyent.h
56
__aconst char *ty_type; /* terminal type for termcap */
include/ttyent.h
65
__aconst char *ty_window;/* command to start up window manager */
include/ttyent.h
66
__aconst char *ty_comment;/* comment field */
include/ttyent.h
67
__aconst char *ty_class;/* category of tty usage */
include/unistd.h
120
__aconst char *getlogin(void);
include/unistd.h
143
__aconst char *ttyname(int);
include/unistd.h
236
__aconst char *crypt(const char *, const char *);
include/unistd.h
369
__aconst char *getusershell(void);
include/unistd.h
400
__aconst char *strsignal(int);
lib/libc/compat/gen/compat_devname.c
58
__aconst char *
lib/libc/compat/include/pwd.h
12
__aconst char *pw_name; /* user name */
lib/libc/compat/include/pwd.h
13
__aconst char *pw_passwd; /* encrypted password */
lib/libc/compat/include/pwd.h
17
__aconst char *pw_class; /* user login class */
lib/libc/compat/include/pwd.h
18
__aconst char *pw_gecos; /* general information */
lib/libc/compat/include/pwd.h
19
__aconst char *pw_dir; /* home directory */
lib/libc/compat/include/pwd.h
20
__aconst char *pw_shell; /* default shell */
lib/libc/compat/include/stdlib.h
43
__aconst char *devname(int32_t, mode_t);
lib/libc/compat/include/stdlib.h
44
__aconst char *__devname50(dev_t, mode_t);
lib/libc/dlfcn/dlfcn_elf.c
127
__aconst char *
lib/libc/gen/getnetgrent.c
73
static int getstring(char **, int, __aconst char **);
lib/libc/gen/getnetgrent.c
99
getstring(char **pp, int del, char __aconst **str)
lib/libc/gen/getusershell.c
492
__aconst char *
lib/libc/gen/getusershell.c
496
__aconst char *retval;
lib/libc/include/extern.h
77
__aconst char *strerror_ss(int);
lib/libc/string/strerror.c
52
__aconst char *
lib/libc/string/strerror.c
71
__aconst char *
lib/libc/string/strerror_ss.c
56
__aconst char *
lib/libc/string/strsignal.c
50
__aconst char *
lib/libc/time/localtime.c
688
__aconst char *tzname[2] = {
lib/libc/time/localtime.c
689
(__aconst char *) UNCONST(wildabbr),
lib/libc/time/localtime.c
690
(__aconst char *) UNCONST(wildabbr),
lib/libc/time/localtime.c
694
extern __aconst char * tzname[2];
tools/arm-elf2aout/nlist.h
52
__aconst char *n_name; /* symbol name (in memory) */
tools/m68k-elf2aout/nlist.h
52
__aconst char *n_name; /* symbol name (in memory) */
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
102
__aconst char *pswd, *ushell;
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
448
__aconst char *__aconst *members;