/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_files.c | 158 evFile *del = opaqueID.opaque; in evDeselectFD() local 162 if (!del) { in evDeselectFD() 169 del->fd, del->eventmask); in evDeselectFD() 172 mode = fcntl(del->fd, F_GETFL, NULL); in evDeselectFD() 177 if (del->prev != NULL) in evDeselectFD() 178 del->prev->next = del->next; in evDeselectFD() 180 ctx->files = del->next; in evDeselectFD() 181 if (del->next != NULL) in evDeselectFD() 182 del->next->prev = del->prev; in evDeselectFD() 185 if (del->fdprev != NULL) in evDeselectFD() [all …]
|
H A D | ev_timers.c | 229 evTimer *del = id.opaque; in evClearTimer() local 233 ctx->cur->u.timer.this == del) { in evClearTimer() 239 del->inter = evConsTime(0, 0); in evClearTimer() 243 if (heap_element(ctx->timers, del->index) != del) in evClearTimer() 246 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer() 248 FREE(del); in evClearTimer() 374 evTimer *del = id.opaque; in evClearIdleTimer() local 375 idle_timer *tt = del->uap; in evClearIdleTimer()
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | directory_client.c | 131 directory_entry_list_t del; in directory_get_v() local 141 del = NULL; in directory_get_v() 177 del = sized_array(nids, sizeof (directory_entry_t)); in directory_get_v() 180 de = copy_directory_entry(&del[i], &users[i]); in directory_get_v() 187 *ret = del; in directory_get_v() 192 directory_free(del); in directory_get_v() 200 directory_free(directory_entry_list_t del) in directory_free() argument 208 if (del == NULL) in directory_free() 212 for (i = 0; i < sized_array_n(del); i++) { in directory_free() 213 ent = &del[i]; in directory_free() [all …]
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | fmtrec.c | 38 char del[2]; in fmtrec() local 46 if ((del[0] = REC_D_DELIMITER(f)) != '\n') in fmtrec() 48 del[1] = 0; in fmtrec() 50 sfsprintf(s, e - s, "0x%02x", *(unsigned char*)del); in fmtrec() 52 sfsprintf(s, e - s, "%s", fmtquote(del, NiL, NiL, 1, 0)); in fmtrec()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | alarm.c | 58 clock_t del = 0; in alarm() local 75 del = untimeout(tmp_id); in alarm() 79 if (del < 0) in alarm() 82 ret = (del + hz - 1) / hz; /* convert to seconds */ in alarm()
|
/titanic_41/usr/src/cmd/projadd/ |
H A D | projdel.pl | 116 my $del = 0; 117 my @newpf = grep { $_->{'name'} eq $pname ? $del++ && 0 : 1 } @$pf; 119 if ($del == 0); 121 if ($del > 1); # Should be impossible due to projf_validate() check.
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | lex.c | 198 int del, c, i; in cstr() local 201 while ((del = gtc()) == ' ' || del == '\t') in cstr() 204 for (i = 0; (c = gtc()) != del && c != EOF; ) { in cstr() 210 if (del == '\n') in cstr() 212 s[0] = del; in cstr()
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_builtin.c | 59 directory_entry_rpc *del, in directory_provider_builtin_get() argument 84 if (del[i].status != DIRECTORY_NOT_FOUND) in directory_provider_builtin_get() 94 directory_entry_set_error(&del[i], in directory_provider_builtin_get() 112 directory_entry_set_error(&del[i], in directory_provider_builtin_get() 131 de = directory_provider_builtin_populate(&del[i], wksid, attrs); in directory_provider_builtin_get() 133 directory_entry_set_error(&del[i], de); in directory_provider_builtin_get()
|
H A D | directory_provider_nsswitch.c | 60 directory_entry_rpc *del, in directory_provider_nsswitch_get() argument 100 if (del[i].status != DIRECTORY_NOT_FOUND) in directory_provider_nsswitch_get() 138 directory_entry_set_error(&del[i], in directory_provider_nsswitch_get() 156 directory_entry_set_error(&del[i], in directory_provider_nsswitch_get() 196 directory_entry_set_error(&del[i], in directory_provider_nsswitch_get() 214 directory_entry_set_error(&del[i], in directory_provider_nsswitch_get() 230 de = directory_provider_nsswitch_populate(&del[i], pwd, grp, in directory_provider_nsswitch_get() 233 directory_entry_set_error(&del[i], de); in directory_provider_nsswitch_get()
|
H A D | directory_provider_ad.c | 136 directory_entry_rpc *del, in directory_provider_ad_get() argument 188 if (del[i].status != DIRECTORY_NOT_FOUND) in directory_provider_ad_get() 209 de = directory_provider_ad_lookup(&del[i], attrs2, in directory_provider_ad_get() 212 directory_entry_set_error(&del[i], de); in directory_provider_ad_get() 252 de = directory_provider_ad_lookup(&del[i], attrs2, in directory_provider_ad_get() 255 directory_entry_set_error(&del[i], de); in directory_provider_ad_get()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uudemon.admin | 69 del=0 73 del=1 76 if [ $del -ne 1 ]; then
|
H A D | uudemon.cleanup | 67 del=0 71 del=1 74 if [ $del -ne 1 ]; then
|
/titanic_41/usr/src/cmd/avs/dsstat/ |
H A D | report.c | 51 uint64_t del; in hrtime_delta() local 75 del = n1 - o1; in hrtime_delta() 76 return (del); in hrtime_delta() 91 del = UINT64_MAX - o2; in hrtime_delta() 93 del = UINT64_MAX - old; in hrtime_delta() 96 del += new; in hrtime_delta() 98 return (del); in hrtime_delta()
|
/titanic_41/usr/src/lib/libsecdb/common/ |
H A D | secdb.c | 141 _str2kva(char *s, char *ass, char *del) in _str2kva() argument 157 del == NULL || in _str2kva() 183 pair = _strtok_escape(buf, del, &last_pair); in _str2kva() 191 } while ((pair = _strtok_escape(NULL, del, &last_pair)) != NULL); in _str2kva() 204 _kva2str(kva_t *kva, char *buf, int buflen, char *ass, char *del) in _kva2str() argument 221 data[i].key, ass, data[i].value, del); in _kva2str()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 87 static t_action *del = (t_action *) 0; variable 141 new = m_malloc((lines + lines) * sizeof *del); in __m_doupdate_init() 144 if (del != (t_action *) 0) in __m_doupdate_init() 145 free(del); in __m_doupdate_init() 146 del = (t_action *) new; in __m_doupdate_init() 147 ins_rep = del + lines; in __m_doupdate_init() 746 memset(del, 0, sizeof *del * LINES); 761 del[i] = lines_delete; 831 if (del[j] != (t_action) 0) { in complex() 833 if (del[i] == (t_action) 0) in complex()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 88 static t_action *del = NULL; variable 143 new = malloc((lines + lines) * sizeof (*del)); in __m_doupdate_init() 146 if (del != NULL) in __m_doupdate_init() 147 free(del); in __m_doupdate_init() 148 del = (t_action *) new; in __m_doupdate_init() 149 ins_rep = del + lines; in __m_doupdate_init() 876 (void) memset(del, 0, sizeof (*del) * LINES); in script() 892 del[i] = lines_delete; in script() 962 if (del[j] != (t_action) 0) { in complex() 964 if (del[i] == (t_action) 0) in complex()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 525 xmca_t *prev, *del, *this; in xnbo_mcast_find() local 530 prev = del = NULL; in xnbo_mcast_find() 536 del = this; in xnbo_mcast_find() 550 if (del == NULL) in xnbo_mcast_find() 557 (etheraddr_t *), del->addr); in xnbo_mcast_find() 558 mac_multicast_remove(xnbop->o_mch, del->addr); in xnbo_mcast_find() 559 kmem_free(del, sizeof (*del)); in xnbo_mcast_find()
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire.c | 519 uint64_t del; in hrtime_delta() local 542 del = n1 - o1; in hrtime_delta() 543 return (del); in hrtime_delta() 558 del = UINT64_MAX - o2; in hrtime_delta() 560 del = UINT64_MAX - old; in hrtime_delta() 562 del += new; in hrtime_delta() 563 return (del); in hrtime_delta()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | version.test | 102 CREATE TABLE cnt(name,ins, del); 109 UPDATE cnt SET del=del+1 WHERE name='t1'; 115 UPDATE cnt SET del=del+1 WHERE name='t2'; 118 CREATE VIEW v2 AS SELECT sum(ins), sum(del) FROM cnt;
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs_attr_002_pos.ksh | 179 del='S-c' 196 try $mntpt/file $attr $user $priv $del 198 try $mntpt/dir $attr $user $priv $del
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 214 unsigned char *del; in sh_readline() local 504 del = 0; in sh_readline() 605 if(!del) in sh_readline() 606 del = cp - 1; in sh_readline() 628 if(!del&&c==S_DELIM) in sh_readline() 629 del = cp - 1; in sh_readline() 636 del = (unsigned char*)""; in sh_readline() 655 if(vp==del) in sh_readline() 672 del = 0; in sh_readline()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 67 char *cp,del; 79 del = *s; 85 if(*cp == del || *cp == '\n' || *cp == '\0') 100 if(*cp != del) 105 if(*(cp+1) == del) /* quote delimiter */ 107 stakputc(del);
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | glob.sh | 35 typeset lineno expected drop arg got sep op val add del 39 then del=${1#--} 62 then if [[ $del ]] 63 then got="<$del> $got"
|
/titanic_41/usr/src/uts/common/os/ |
H A D | mmapobj.c | 331 struct lib_va *del = NULL; in lib_va_find() local 350 del = lvp; in lib_va_find() 351 *tmp = del->lv_next; in lib_va_find() 352 del->lv_next = NULL; in lib_va_find() 356 if (del->lv_refcnt) { in lib_va_find() 358 del->lv_flags |= LV_DEL; in lib_va_find() 359 del = NULL; in lib_va_find() 364 if (del) { in lib_va_find() 365 ASSERT(del->lv_refcnt == 0); in lib_va_find() 367 lib_va_free(del); in lib_va_find() [all …]
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 166 char *del; in dsym_get_token() local 189 for (del = dels; !found && *del != '\0'; del++) { in dsym_get_token() 190 if (*del == *ptr) { in dsym_get_token()
|