Searched refs:liblist (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.h | 32 typedef struct liblist { struct 35 struct liblist *l_next;
|
/illumos-gate/usr/src/head/ |
H A D | apptrace_impl.h | 45 extern struct liblist *__abi_pflib_list;
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 45 @liblist 133 for (my $i = 1; $i <= scalar(@liblist); $i++) { 134 push(@list, $liblist[$i-1]); 146 # library. If so, save it in the list @liblist, and record info in 186 push(@liblist, $path);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | proto.h | 109 extern int liblist(char *, int);
|
H A D | listopts.c | 537 liblist(char *arg, int hang) function
|
H A D | main.c | 397 if (liblist(optarg, 0)) 401 if (liblist(optarg, 1))
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 706 static void **liblist; variable 715 return(liblist); 737 liblist[n-1] = liblist[n]; 740 else if (liblist[n] == library) 750 if (liblist) 752 liblist = (void**)realloc((void*)liblist, (maxlib+1)*sizeof(void**)); 753 libattr = (unsigned short*)realloc((void*)liblist, (maxlib+1)*sizeof(unsigned short*)); 757 liblist [all...] |
Completed in 84 milliseconds