/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.substr.d.out | 4 if (substr("foobarbazbop", 3) ne "barbazbop") { 12 if (substr("foobarbazbop", 300) ne "") { 20 if (substr("foobarbazbop", -10) ne "obarbazbop") { 28 if (substr("foobarbazbop", 0) ne "foobarbazbop") { 36 if (substr("foobarbazbop", 1) ne "oobarbazbop") { 44 if (substr("foobarbazbop", 11) ne "p") { 52 if (substr("foobarbazbop", 12) ne "") { 60 if (substr("foobarbazbop", 13) ne "") { 68 if (substr("foobarbazbop", 8, 20) ne "zbop") { 76 if (substr("foobarbazbop", 4, 4) ne "arba") { [all …]
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 42 struct netent *ne = getnetbyname(name); in getnetbyname_r() local 46 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0) in getnetbyname_r() 49 *answerp = ne; in getnetbyname_r() 50 if (ne == NULL) in getnetbyname_r() 54 if (ne == NULL) in getnetbyname_r() 57 return (copy_netent(ne, nptr, NET_R_COPY)); in getnetbyname_r() 66 struct netent *ne = getnetbyaddr(addr, type); in getnetbyaddr_r() local 70 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0) in getnetbyaddr_r() 73 *answerp = ne; in getnetbyaddr_r() 74 if (ne == NULL) in getnetbyaddr_r() [all …]
|
H A D | irpmarshall.c | 1314 irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len) { in irp_marshall_nw() argument 1320 if (ne == NULL || len == NULL) { in irp_marshall_nw() 1324 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw() 1326 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, in irp_marshall_nw() 1332 need += strlen(ne->n_name) + 1; in irp_marshall_nw() 1333 need += joinlength(ne->n_aliases) + 1; in irp_marshall_nw() 1358 strcpy(*buffer, ne->n_name); strcat(*buffer, fieldsep); in irp_marshall_nw() 1359 joinarray(ne->n_aliases, *buffer, COMMA) ; strcat(*buffer, fieldsep); in irp_marshall_nw() 1380 irp_unmarshall_nw(struct nwent *ne, char *buffer) { in irp_unmarshall_nw() argument 1392 if (ne == NULL || buffer == NULL) { in irp_unmarshall_nw() [all …]
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | fts_fix.c | 45 static FTSENT* ne; in _fts_read() local 47 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0)))) in _fts_read() 49 *ne = *oe; in _fts_read() 50 oe = ne; in _fts_read() 51 ne->fts_namelen = ne->_fts_namelen; in _fts_read() 52 ne->fts_pathlen = ne->_fts_pathlen; in _fts_read() 53 ne->fts_level = ne->_fts_level; in _fts_read()
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | b.c | 348 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s) in ccl_member() argument 356 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member() 365 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument 373 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member() 433 int ns, ne; in cgotofn() local 501 ne = hatcn; in cgotofn() 502 if (! ccln_member(ns, cs, ne, ce, in cgotofn() 505 ns, cs, ne, ce); in cgotofn() 510 ssyms[ssmax++].cc_ne = ne; in cgotofn() 514 ne = MAX_CODESET; in cgotofn() [all …]
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | usage.c | 386 net_entry_t *ne; in add_desc_to_tbl() local 388 if ((ne = calloc(1, sizeof (net_entry_t))) == NULL) in add_desc_to_tbl() 391 if ((ne->net_entry_tstats = calloc(1, sizeof (net_stat_t))) == NULL) { in add_desc_to_tbl() 392 free(ne); in add_desc_to_tbl() 396 ne->net_entry_desc = nd; in add_desc_to_tbl() 397 ne->net_entry_shead = NULL; in add_desc_to_tbl() 398 ne->net_entry_stail = NULL; in add_desc_to_tbl() 399 ne->net_entry_scount = 0; in add_desc_to_tbl() 402 net_table->net_table_head = ne; in add_desc_to_tbl() 403 net_table->net_table_tail = ne; in add_desc_to_tbl() [all …]
|
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getauuser.c | 65 char **name, **al, **ne, *al_str, *ne_str; in _nss_ldap_au2str() local 86 ne = __ns_ldap_getAttr(result->entry, _AU_NEVER); in _nss_ldap_au2str() 87 if (ne == NULL || ne[0] == NULL || (strlen(ne[0]) < 1)) in _nss_ldap_au2str() 90 ne_str = ne[0]; in _nss_ldap_au2str()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 133 name_entry_t *ne, *best; in fix_paths() local 164 for (ne = names; ne != NULL; ne = ne->ne_next) { in fix_paths() 165 if (ne->ne_guid == guid) { in fix_paths() 170 best = ne; in fix_paths() 174 src = ne->ne_name + strlen(ne->ne_name) - 1; in fix_paths() 176 for (count = 0; src >= ne->ne_name && dst >= path; in fix_paths() 186 best = ne; in fix_paths() 222 name_entry_t *ne; in add_config() local 233 if ((ne = zfs_alloc(hdl, sizeof (name_entry_t))) == NULL) in add_config() 236 if ((ne->ne_name = zfs_strdup(hdl, path)) == NULL) { in add_config() [all …]
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | dupwin.c | 108 chtype *ws, *we, *ns, *ne, wc; in dupwin() local 126 ne = *newcp + (we - *wincp); in dupwin() 128 (ne-ns)*sizeof (chtype)); in dupwin() 130 ns = ne = *newcp + ncolsav; in dupwin() 135 for (ws = *newcp+ncolsav-1; ws >= ne; --ws) in dupwin()
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 85 int ne; in decomp() local 152 nb = ne = ib = ie = -2; in decomp() 166 ne = nb = m; in decomp() 167 else if (ne == (m - 1)) in decomp() 168 ne = m; in decomp() 171 if (ne == nb) in decomp() 172 *s++ = ne; in decomp() 177 *s++ = ne; in decomp() 179 ne = nb = m; in decomp() 210 if (ne != nb) in decomp() [all …]
|
/titanic_50/usr/src/cmd/mailwrapper/ |
H A D | fparseln.c | 48 size_t ne; in isescaped() local 55 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) in isescaped() 59 return ((ne & 1) != 0); in isescaped()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | memscrub.c | 481 uint64_t ne = next->ml_address + next->ml_size - 1; in memscrub_add_span() local 488 if ((start >= ns && start <= ne) || (end >= ns && end <= ne) || in memscrub_add_span() 489 (start < ns && end > ne)) in memscrub_add_span() 493 (void *)(uintptr_t)ns, (void *)(uintptr_t)ne); in memscrub_add_span() 498 if (start == ne + 1) { in memscrub_add_span()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_thread.c | 445 long ne; in ufs_thread_delete() local 458 ne = ufs_thread_run(uq, &cprinfo) ? 1 : 0; in ufs_thread_delete() 463 if (ne && (ip = uq->uq_ihead)) { in ufs_thread_delete() 493 ufs_delete_drain(struct vfs *vfsp, int ne, int dolockfs) in ufs_delete_drain() argument 509 if (ne == 0) in ufs_delete_drain() 511 else if (ne > 0) in ufs_delete_drain() 512 drain_cnt = ne; in ufs_delete_drain() 520 if (ne != -1) in ufs_delete_drain() 522 if (ne != -1 && drain_cnt == 0) in ufs_delete_drain() 780 int ne; in ufs_thread_idle() local [all …]
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 696 Elf_Data *ne = NULL; in ld_create_outfile() local 699 ne = elf_getdata(nonempty->os_scn, NULL); in ld_create_outfile() 700 assert(ne != NULL); in ld_create_outfile() 703 pad_align = ld_lcm(pad_align, ne->d_align); in ld_create_outfile() 704 ne = elf_getdata(nonempty->os_scn, ne); in ld_create_outfile() 705 } while (ne != NULL); in ld_create_outfile()
|
/titanic_50/usr/src/cmd/troff/ |
H A D | n7.c | 123 lastl = ne; in tbreak() 127 if ((lastl = ll - un) < ne) in tbreak() 128 lastl = ne; in tbreak() 131 lastl = ne; in tbreak() 203 ne = nwd = 0; in tbreak() 445 ne += w; 739 ne += w; 750 ne -= w; 781 ne = adsp = adrem = 0;
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 124 if (state .gt. 0 .and. r .ne. 0) 140 if (extra(r) .ne. 0){ 172 if (isub .ne. 0) 173 while (vstop(isub) .ne. 0){
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/holes/ |
H A D | holes.shlib | 28 if [[ $found_hole_blks -ne $hole_blks ]] then; 33 if [[ $found_data_blks -ne $data_blks ]] then;
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_input.c | 82 DECL_AUDIO_IMPORT(16ne, int16_t, /* nop */, << 8) 84 DECL_AUDIO_IMPORT(32ne, int32_t, /* nop */, >> 8) 86 DECL_AUDIO_IMPORT(24ne, int32_t, /* nop */, /* nop */)
|
H A D | audio_output.c | 73 DECL_AUDIO_EXPORT(16ne, int16_t, sample >> 8) 75 DECL_AUDIO_EXPORT(32ne, int32_t, sample << 8) 77 DECL_AUDIO_EXPORT(24ne, int32_t, sample)
|
/titanic_50/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kcfconf | 74 if [ $start -ne $end ] 106 if [ $line_count -ne 1 ]; then 122 if [ $line_count -ne $supported_count ]
|
H A D | i.kmfconf | 63 if [ $start -ne $end ] 87 if [ $line_count -ne $file_count ]
|
H A D | i.pkcs11conf | 65 if [ $start -ne $end ] 89 if [ $line_count -ne $file_count ]
|
/titanic_50/usr/src/cmd/sh/ |
H A D | sh.xcl | 183 msgid "-ne"
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.libdepfullyconnected.ksh | 90 exit 1 if pop(@new) ne pop(@order);
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.shlib | 47 if [[ $? -ne 0 ]]; then 55 if [[ $? -ne 0 ]]; then 57 elif [[ $resv_val -ne 0 ]]; then
|