| /src/external/bsd/openpam/dist/lib/libpam/ |
| pam_strerror.c | 62 static char unknown[16]; local 69 snprintf(unknown, sizeof unknown, "#%d", error_number); 70 return (unknown);
|
| pam_strerror.c | 62 static char unknown[16]; local 69 snprintf(unknown, sizeof unknown, "#%d", error_number); 70 return (unknown);
|
| /src/tests/usr.bin/xlint/lint1/ |
| gcc_builtin_alloca.c | 23 char *unknown = __builtin_allocate(8); local 24 unknown[0] = '\0';
|
| gcc_builtin_alloca.c | 23 char *unknown = __builtin_allocate(8); local 24 unknown[0] = '\0';
|
| /src/external/ibm-public/postfix/dist/src/dns/ |
| dns_strerror.c | 15 /* The result is for read-only purposes, and unknown codes share a 61 static VSTRING *unknown = 0; local 67 if (unknown == 0) 68 unknown = vstring_alloc(sizeof("Unknown error XXXXXX")); 69 vstring_sprintf(unknown, "Unknown error %u", error); 70 return (vstring_str(unknown));
|
| dns_strtype.c | 18 /* The result is for read-only purposes, and unknown codes share a 194 static VSTRING *unknown = 0; local 200 if (unknown == 0) 201 unknown = vstring_alloc(sizeof("Unknown type XXXXXX")); 202 vstring_sprintf(unknown, "Unknown type %u", type); 203 return (vstring_str(unknown));
|
| dns_strerror.c | 15 /* The result is for read-only purposes, and unknown codes share a 61 static VSTRING *unknown = 0; local 67 if (unknown == 0) 68 unknown = vstring_alloc(sizeof("Unknown error XXXXXX")); 69 vstring_sprintf(unknown, "Unknown error %u", error); 70 return (vstring_str(unknown));
|
| dns_strtype.c | 18 /* The result is for read-only purposes, and unknown codes share a 194 static VSTRING *unknown = 0; local 200 if (unknown == 0) 201 unknown = vstring_alloc(sizeof("Unknown type XXXXXX")); 202 vstring_sprintf(unknown, "Unknown type %u", type); 203 return (vstring_str(unknown));
|
| /src/lib/libwrap/ |
| eval.c | 12 * given the value "unknown" ("paranoid" in case of hostname problems). 47 char unknown[] = STRING_UNKNOWN; variable 56 (void)strlcpy(request->user, unknown, sizeof(request->user)); 69 (void)strlcpy(host->addr, unknown, sizeof(host->addr)); 82 (void)strlcpy(host->name, unknown, sizeof(host->name)); 120 if (STR_NE(eval_user(request), unknown)) { 137 if (STR_NE(host, unknown)) {
|
| eval.c | 12 * given the value "unknown" ("paranoid" in case of hostname problems). 47 char unknown[] = STRING_UNKNOWN; variable 56 (void)strlcpy(request->user, unknown, sizeof(request->user)); 69 (void)strlcpy(host->addr, unknown, sizeof(host->addr)); 82 (void)strlcpy(host->name, unknown, sizeof(host->name)); 120 if (STR_NE(eval_user(request), unknown)) { 137 if (STR_NE(host, unknown)) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| Platform.h | 23 unknown, member in class:llvm::MachO::PlatformKind
|
| Platform.h | 23 unknown, member in class:llvm::MachO::PlatformKind
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tristate.h | 1 /* "True" vs "False" vs "Unknown". 24 /* "True" vs "False" vs "Unknown". */ 36 static tristate unknown () { return tristate (TS_UNKNOWN); } function in class:tristate
|
| tristate.h | 1 /* "True" vs "False" vs "Unknown". 24 /* "True" vs "False" vs "Unknown". */ 36 static tristate unknown () { return tristate (TS_UNKNOWN); } function in class:tristate
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tristate.h | 1 /* "True" vs "False" vs "Unknown". 24 /* "True" vs "False" vs "Unknown". */ 36 static tristate unknown () { return tristate (TS_UNKNOWN); } function in class:tristate
|
| tristate.h | 1 /* "True" vs "False" vs "Unknown". 24 /* "True" vs "False" vs "Unknown". */ 36 static tristate unknown () { return tristate (TS_UNKNOWN); } function in class:tristate
|
| /src/usr.sbin/sysinst/arch/sandpoint/ |
| md.c | 61 static char unknown[] = "unknown"; local 74 prodname = unknown;
|
| md.c | 61 static char unknown[] = "unknown"; local 74 prodname = unknown;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| memattr.h | 55 static mem_attrib unknown () function in struct:mem_attrib
|
| memattr.h | 55 static mem_attrib unknown () function in struct:mem_attrib
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| memattr.h | 55 static mem_attrib unknown () function in struct:mem_attrib
|
| memattr.h | 55 static mem_attrib unknown () function in struct:mem_attrib
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-rrchecker.c | 53 fprintf(stderr, "\t-u: print the record in unknown record format\n"); 100 bool unknown = false; local 117 unknown = true; 321 if (unknown) {
|
| named-rrchecker.c | 53 fprintf(stderr, "\t-u: print the record in unknown record format\n"); 100 bool unknown = false; local 117 unknown = true; 321 if (unknown) {
|
| /src/lib/libcurses/ |
| setterm.c | 64 int unknown, r; local 69 unknown = 0; 74 unknown++; 233 return unknown ? ERR : OK;
|