/illumos-gate/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 "") { 44 if (substr("foobarbazbop", 11) ne "p") { 52 if (substr("foobarbazbop", 12) ne "") { 60 if (substr("foobarbazbop", 13) ne "") { 76 if (substr("foobarbazbop", 4, 4) ne "arba") { 100 if (substr("foobarbazbop", 400, 20) ne "") { 108 if (substr("foobarbazbop", 400, 0) ne "") { 124 if (substr("foobarbazbop", 3, 0) ne "") { 148 if (substr("foobarbazbop", 3, -20) ne "") { [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 42 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0) in getnetbyname_r() 45 *answerp = ne; in getnetbyname_r() 46 if (ne == NULL) in getnetbyname_r() 50 if (ne == NULL) in getnetbyname_r() 66 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0) in getnetbyaddr_r() 69 *answerp = ne; in getnetbyaddr_r() 70 if (ne == NULL) in getnetbyaddr_r() 75 if (ne == NULL) in getnetbyaddr_r() 97 *answerp = ne; in getnetent_r() 98 if (ne == NULL) in getnetent_r() [all …]
|
H A D | irpmarshall.c | 1322 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, in irp_marshall_nw() 1442 ne->n_name = name; in irp_unmarshall_nw() 1443 ne->n_aliases = aliases; in irp_unmarshall_nw() 1445 ne->n_length = bits; in irp_unmarshall_nw() 1497 nval = htonl(ne->n_net); in irp_marshall_ne() 1614 ne->n_name = name; in irp_unmarshall_ne() 1617 ne->n_net = nnet; in irp_unmarshall_ne() 1990 struct nwent ne; in main() local 2004 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, in main() 2007 *((long*)ne.n_addr) = htonl(*((long*)ne.n_addr)); in main() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fts_fix.c | 46 static FTSENT* ne; in _fts_read() local 48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0)))) in _fts_read() 50 *ne = *oe; in _fts_read() 51 oe = ne; in _fts_read() 52 ne->fts_namelen = ne->_fts_namelen; in _fts_read() 53 ne->fts_pathlen = ne->_fts_pathlen; in _fts_read() 54 ne->fts_level = ne->_fts_level; in _fts_read()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 126 return (ne); in nfs_get_export() 875 err = vop_fid_pseudo(ne->exi_root->exi_vp, &ne->exi_rootfid); in nfs_export_get_rootfh() 883 ne->exi_root->exi_fh.fh_xlen = ne->exi_rootfid.fid_len; in nfs_export_get_rootfh() 898 ne = kmem_zalloc(sizeof (*ne), KM_SLEEP); in nfs_export_zone_init() 909 ne->exi_public = ne->exi_root; in nfs_export_zone_init() 955 export_link(ne, ne->exi_root); in nfs_export_zone_init() 1045 export_unlink(ne, ne->exi_root); in nfs_export_zone_fini() 1062 kmem_free(ne->exi_root, sizeof (*ne->exi_root)); in nfs_export_zone_fini() 1083 kmem_free(ne, sizeof (*ne)); in nfs_export_zone_fini() 1719 ne->exi_public = ne->exi_root; in exportfs() [all …]
|
H A D | nfs4_srv_ns.c | 212 export_link(ne, exi); in pseudo_exportfs() 303 ne->ns_root = NULL; in tree_remove_node() 643 nfs_export_t *ne; in treeclimb_export() local 645 ne = exip->exi_ne; in treeclimb_export() 714 tree_update_change(ne, ne->ns_root, &now); in treeclimb_export() 812 export_unlink(ne, e); in treeclimb_export() 853 ASSERT(exip == ne->exi_root); in treeclimb_unexport() 898 tree_remove_node(ne, old_nd); in treeclimb_unexport() 1255 if (node != ne->ns_root) { in nfs_visible_change() 1260 *change = ne->ns_root_change; in nfs_visible_change() [all …]
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 433 int ns, ne; in cgotofn() local 501 ne = hatcn; in cgotofn() 628 ne = hatcn; in cgotofn() 636 ne, ce); in cgotofn() 653 ne, ce); in cgotofn() 830 int ne, wchar_t ce) in insert_table() argument 868 ne = tne; in insert_table() 894 table->cc_ne = ne; in insert_table() 1018 tne = ne; in delete_table() 1048 ne, ce)) { in delete_table() [all …]
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | usage.c | 386 net_entry_t *ne; in add_desc_to_tbl() local 392 free(ne); in add_desc_to_tbl() 640 return (ne); in get_ne_from_table() 641 ne = ne->net_entry_next; in get_ne_from_table() 678 ne = ne->net_entry_next; in get_ndesc() 728 net_entry_t *ne; in add_stat_to_tbl() local 731 if (ne == NULL) in add_stat_to_tbl() 746 update_stats(ns, ne, ne->net_entry_sref); in add_stat_to_tbl() 1237 ne = ne->net_entry_next; in dladm_walk_usage_time() 1337 ne = ne->net_entry_next; in dladm_usage_summary() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | dba.c | 437 unsigned int ie, ne, slot; in dba_macro_write() local 443 ne = ohash_entries(macro); in dba_macro_write() 445 kpos = mandoc_reallocarray(NULL, ne, sizeof(*kpos)); in dba_macro_write() 446 dpos = mandoc_reallocarray(NULL, ne, sizeof(*dpos)); in dba_macro_write() 450 ne = 0; in dba_macro_write() 458 entries[ne++] = entry; in dba_macro_write() 464 dba_int_write(ne); in dba_macro_write() 465 pos_macro = dba_skip(2, ne); in dba_macro_write() 469 for (ie = 0; ie < ne; ie++) { in dba_macro_write() 477 for (ie = 0; ie < ne; ie++) { in dba_macro_write() [all …]
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 241 for (ne = names; ne != NULL; ne = ne->ne_next) { in fix_paths() 247 best = ne; in fix_paths() 251 src = ne->ne_name + strlen(ne->ne_name) - 1; in fix_paths() 263 best = ne; in fix_paths() 299 name_entry_t *ne; in add_config() local 314 free(ne); in add_config() 320 pl->names = ne; in add_config() 410 free(ne); in add_config() 416 pl->names = ne; in add_config() 1324 for (ne = pools.names; ne != NULL; ne = nenext) { in zpool_find_import_impl() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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 …]
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_thread.c | 449 long ne; in ufs_thread_delete() local 513 if (ne == 0) in ufs_delete_drain() 515 else if (ne > 0) in ufs_delete_drain() 516 drain_cnt = ne; in ufs_delete_drain() 524 if (ne != -1) in ufs_delete_drain() 782 int ne; in ufs_thread_idle() local 819 ne = ufs_idle_q.uq_ne >> 1; in ufs_thread_idle() 820 ins.in_tidles.value.ul += ne; in ufs_thread_idle() 821 ufs_idle_some(ne); in ufs_thread_idle() 860 ufs_idle_some(int ne) in ufs_idle_some() argument [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | res.ok | 11 Last: bond(0.2, 60, from Last.R.ne ) 106 Last: H: atom("H", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .R.ne at Last.end 109 Last: backbond(0.2, 60, from R4.V3.ne) 134 Last: C: atom("C", 0.12, 0.16, 0.06, 0.16, 0.12, 0.015) with .R.ne at Last.end 144 Last: backbond(0.2, 60, from R5.V3.ne) 191 Last: bond(0.2, 30, from B.V6.ne)
|
/illumos-gate/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()
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | nrform | 122 if (state .gt. 0 .and. r .ne. 0) 138 if (extra(r) .ne. 0){ 170 if (isub .ne. 0) 171 while (vstop(isub) .ne. 0){
|
/illumos-gate/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;
|
/illumos-gate/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)
|
/illumos-gate/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 ]
|
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | cse-commutativity.c | 7 static int ne(int a, int b) { return (a != b) == (b != a); } in ne() function
|