Searched refs:conv_check_native (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | arch.c | 61 conv_check_native(char **argv, char **envp) function 81 conv_check_native(char **argv, char **envp) function
|
H A D | llib-lconv | 38 uchar_t conv_check_native(char **, char **);
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 60 * the binary. If successful, conv_check_native() won't return. 62 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 235 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 121 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | main.c | 82 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | main.c | 62 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 701 checkclass = conv_check_native(oargv, envp);
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | crle.c | 339 (void) conv_check_native(argv, envp); 342 * conv_check_native() should not return, as we expect
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 171 * the binary. If successful, conv_check_native() won't return. 177 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 739 * the binary. If successful, conv_check_native() won't return. 741 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 769 extern uchar_t conv_check_native(char **, char **);
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 176 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 1021 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 2016 (void) conv_check_native(argv, envp);
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 3462 * conv_check_native() so that we won't bother loading 3527 (void) conv_check_native(argv, envp);
|
Completed in 112 milliseconds