/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | lmessages.c | 40 static char empty[] = ""; variable 76 lmsgs->yesstr = empty; 78 lmsgs->nostr = empty;
|
H A D | lmonetary.c | 47 static char empty[] = ""; variable 51 empty, /* int_curr_symbol */ 52 empty, /* currency_symbol */ 53 empty, /* mon_decimal_point */ 54 empty, /* mon_thousands_sep */ 56 empty, /* positive_sign */ 57 empty, /* negative_sign */ 72 empty /* crncystr */
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | delete_sec_context.c | 150 gss_buffer_desc empty; local 151 empty.length = 0; empty.value = NULL; 155 &empty, NULL, output_token, KG_TOK_DEL_CTX))) {
|
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | getauthattr.c | 133 char *empty = "empty"; local 140 printf("name=%s\n", auth->name ? auth->name : empty); 141 printf("res1=%s\n", auth->res1 ? auth->res1 : empty); 142 printf("res2=%s\n", auth->res2 ? auth->res2 : empty); 143 printf("short_desc=%s\n", auth->short_desc ? auth->short_desc : empty); 144 printf("long_desc=%s\n", auth->long_desc ? auth->long_desc : empty);
|
H A D | getuserattr.c | 157 char *empty = "empty"; local 164 printf("name=%s\n", user->name ? user->name : empty); 165 printf("qualifier=%s\n", user->qualifier ? user->qualifier : empty); 166 printf("res1=%s\n", user->res1 ? user->res1 : empty); 167 printf("res2=%s\n", user->res2 ? user->res2 : empty);
|
H A D | getprofattr.c | 154 char *empty = "empty"; local 161 printf("name=%s\n", prof->name ? prof->name : empty); 162 printf("res1=%s\n", prof->res1 ? prof->res1 : empty); 163 printf("res2=%s\n", prof->res2 ? prof->res2 : empty); 164 printf("desc=%s\n", prof->desc ? prof->desc : empty);
|
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 225 / Was it empty? 228 je empty 236 empty: label
|
/illumos-gate/usr/src/lib/libast/common/hash/ |
H A D | hashscan.c | 51 static Hash_bucket_t empty; local 55 pos->bucket = ∅
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | hashcheck.c | 53 int empty = L; local 56 while (empty >= i) { 57 empty -= i; 59 y |= (long)table[tp++] << empty; 61 if (empty > 0) 62 y |= table[tp]>>i-empty;
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | findfp.c | 115 static SM_FILE_T empty; variable 131 *p++ = empty; 255 empty.f_type = NULL; 256 empty.sm_magic = NULL;
|
/illumos-gate/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 242 static struct adutils_lderrno empty = { LDAP_SUCCESS, NULL, NULL }; local 246 le = ∅
|
/illumos-gate/usr/src/lib/libast/common/disc/ |
H A D | sfdcprefix.c | 37 size_t empty; /* empty line prefix length */ member in struct:__anon2612 80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp); 144 pfx->empty = n;
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 84 int empty; local 138 empty = unused = -1; 142 empty = i; 153 if (empty < 0) 156 unused = empty;
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | tokscan.c | 31 * -1 returned if s was not empty and fmt failed to match 67 static char empty[1]; variable 113 b = empty; 196 s = empty; 342 s = empty; 351 s = empty;
|
/illumos-gate/usr/src/uts/sun4u/starfire/sys/ |
H A D | drmach.h | 70 boolean_t empty; member in struct:__anon10063
|
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 211 register char **empty; local 214 if (!(empty = (char **)Malloc(sizeof(char *)))) { 218 *empty = 0; 219 return (empty);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | utf8_conv.c | 83 /* If input ptr is NULL or empty... */ 267 krb5_ucs2 empty = 0, ch; local 269 if (ucs2str == NULL) /* Treat input ptr NULL as an empty string */ 270 ucs2str = ∅ 295 n = 1; /* In case of empty ucs2str */
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_finddev.c | 260 * Return true if a directory is empty 262 * empty. 278 return (0); /* not empty */ 281 return (1); /* empty */ 287 * is empty. 300 int empty; local 302 rv = modctl(MODDEVEMPTYDIR, path, strlen(path), &empty); 304 return (empty);
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 107 char empty[1] = ""; local 120 text = empty; 173 char empty[4] = "..."; local 187 text = empty;
|
H A D | audit_rexd.c | 285 char *empty = ""; local 304 hostname = empty; 306 shell = empty;
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 154 static const char empty[] = "-"; local 226 else if (streq(name, empty)) 232 if (streq(path, empty)) 249 if (streq(path, empty)) 254 if ((value = *++argv) && (streq(value, empty))) 270 sfputr(sfstdout, path ? path : empty, ' ');
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | segments.c | 149 const char *empty = MSG_ORIG(MSG_STR_EMPTY); local 165 EC_XWORD(data->d_align), empty, empty, empty); 182 str = empty; 189 file = empty;
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_uobj.c | 102 * the table should be empty when this routine is called, so this 286 int i, j, empty = -1; local 292 * Try to find an empty slot for the new user object. 312 } else if (blk == NULL && empty < 0) { 314 * Remember the first empty blk we came across. 316 empty = i; 322 * not find a empty block available, then we must allocate/reallocate 325 if (empty < 0) { 354 empty = uo_tbl->uobj_tbl_used_blks; 369 ASSERT(uo_tbl->uobj_tbl_uo_root[empty] [all...] |
/illumos-gate/usr/src/uts/sun4u/starcat/sys/ |
H A D | drmach.h | 79 boolean_t empty; member in struct:__anon10017
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | drmach.h | 81 boolean_t empty; member in struct:__anon9420
|