Searched defs:strings (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getusershell.c | 93 static char **shells, *strings; variable 120 if (strings != NULL) 121 (void) free(strings); 122 strings = NULL; 143 if (strings != NULL) 144 (void) free(strings); 145 strings = NULL; 161 ((strings = malloc((size_t)statb.st_size + 1)) == NULL)) { 168 (void) free(strings); 169 strings [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | debug.c | 92 char **strings, **string; local 94 strings = backtrace_symbols(stack, size); 96 if (strings) { 99 for (string = strings; size > 0; size--, string++) 102 free(strings);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | strings.c | 26 * strings 30 "[-?\n@(#)$Id: strings (AT&T Research) 2000-04-01 $\n]" 32 "[+NAME?strings - find and display printable strings in files]" 33 "[+DESCRIPTION?\bstrings\b searches for printable strings in regular files" 34 " and writes those strings to the standard output. A printable string" 39 "[l:long-strings?Ignore \anewline\a characters as string terminators and" 40 " display strings using C character escape sequences. These strings" 43 "[m:multi-byte?Scan for multibyte strings 128 strings(Sfio_t* in, Sfio_t* out, register int width, char* format, register int flags) function [all...] |
H A D | od.c | 85 "[z:strings?Output NUL terminated strings of at least \alength\a " 256 int strings; member in struct:State_s 1195 if (state->strings) 1203 if (n >= state->strings) 1395 state.strings = opt_info.num; 1515 else if (state.strings) 1516 error(2, "--strings must be the only format type"); 1595 if (*state.base && !state.strings)
|
/osnet-11/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 53 #define EMPTY strings[EMPTY_S] 54 #define LDSO strings[LDSO_S] 55 #define ZERO strings[ZERO_S] 68 * of strings. The vector is "well-known" to us, and consists of pointers 70 * order to run, save for the pointers of constant strings. This second 76 __rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])()) argument
|
/osnet-11/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 53 #define EMPTY strings[EMPTY_S] 54 #define LDSO strings[LDSO_S] 55 #define ZERO strings[ZERO_S] 66 * of strings. The vector is "well-known" to us, and consists of pointers 68 * order to run, save for the pointers of constant strings. This second 74 __rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])()) argument
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_prv.c | 543 nodesuniq(mdsetname_t *sp, int cnt, char **strings, md_error_t *ep) argument 548 if (strcmp(strings[i], strings[j]) == 0) 550 sp->setno, strings[i], NULL, sp->setname));
|
Completed in 46 milliseconds