/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 38 struct netent *ne = getnetbyname(name); in getnetbyname_r() local 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() 53 return (copy_netent(ne, nptr, NET_R_COPY)); in getnetbyname_r() 62 struct netent *ne = getnetbyaddr(addr, type); in getnetbyaddr_r() local 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() [all …]
|
H A D | irpmarshall.c | 1310 irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len) { in irp_marshall_nw() argument 1316 if (ne == NULL || len == NULL) { in irp_marshall_nw() 1320 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw() 1322 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, in irp_marshall_nw() 1328 need += strlen(ne->n_name) + 1; in irp_marshall_nw() 1329 need += joinlength(ne->n_aliases) + 1; in irp_marshall_nw() 1354 strcpy(*buffer, ne->n_name); strcat(*buffer, fieldsep); in irp_marshall_nw() 1355 joinarray(ne->n_aliases, *buffer, COMMA) ; strcat(*buffer, fieldsep); in irp_marshall_nw() 1376 irp_unmarshall_nw(struct nwent *ne, char *buffer) { in irp_unmarshall_nw() argument 1388 if (ne == NULL || buffer == NULL) { in irp_unmarshall_nw() [all …]
|
/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 "") { 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 …]
|
/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 | 124 nfs_export_t *ne = ng->nfs_export; in nfs_get_export() local 125 ASSERT(ne != NULL); in nfs_get_export() 126 return (ne); in nfs_get_export() 716 srv_secinfo_treeclimb(nfs_export_t *ne, exportinfo_t *exip, secinfo_t *sec, in srv_secinfo_treeclimb() argument 721 ASSERT(RW_WRITE_HELD(&ne->exported_lock)); in srv_secinfo_treeclimb() 731 ASSERT(exip == ne->exi_root); in srv_secinfo_treeclimb() 807 export_link(nfs_export_t *ne, exportinfo_t *exi) in export_link() argument 811 ASSERT(RW_WRITE_HELD(&ne->exported_lock)); in export_link() 813 bckt = &ne->exptable[exptablehash(&exi->exi_fsid, &exi->exi_fid)]; in export_link() 816 bckt = &ne->exptable_path_hash[pkp_tab_hash(exi->exi_export.ex_path, in export_link() [all …]
|
H A D | nfs4_srv_ns.c | 149 pseudo_exportfs(nfs_export_t *ne, vnode_t *vp, fid_t *fid, in pseudo_exportfs() argument 158 ASSERT(RW_WRITE_HELD(&ne->exported_lock)); in pseudo_exportfs() 168 exi->exi_zoneid = ne->ne_globals->nfs_zoneid; in pseudo_exportfs() 212 export_link(ne, exi); in pseudo_exportfs() 296 tree_remove_node(nfs_export_t *ne, treenode_t *node) in tree_remove_node() argument 303 ne->ns_root = NULL; in tree_remove_node() 452 nfs_export_t *ne = nfs_get_export(); in more_visible() local 466 tree_update_change(ne, connect_point, &vis_head->vis_change); in more_visible() 526 tree_update_change(ne, connect_point, in more_visible() 643 nfs_export_t *ne; in treeclimb_export() local [all …]
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 346 ccl_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s) in ccl_member() argument 354 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccl_member() 363 ccln_member(int ns, wchar_t cs, int ne, wchar_t ce, ccl_chars_t *s, int n) in ccln_member() argument 371 MLCMPLE(ne, ce, s->cc_ne, s->cc_ce)) in ccln_member() 431 int ns, ne; in cgotofn() local 499 ne = hatcn; in cgotofn() 500 if (! ccln_member(ns, cs, ne, ce, in cgotofn() 503 ns, cs, ne, ce); in cgotofn() 508 ssyms[ssmax++].cc_ne = ne; in cgotofn() 512 ne = MAX_CODESET; in cgotofn() [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 211 name_entry_t *ne, *best; in fix_paths() local 242 for (ne = names; ne != NULL; ne = ne->ne_next) { in fix_paths() 243 if (ne->ne_guid == guid) { in fix_paths() 248 best = ne; in fix_paths() 252 src = ne->ne_name + strlen(ne->ne_name) - 1; in fix_paths() 254 for (count = 0; src >= ne->ne_name && dst >= path; in fix_paths() 264 best = ne; in fix_paths() 300 name_entry_t *ne; in add_config() local 311 if ((ne = zutil_alloc(hdl, sizeof (name_entry_t))) == NULL) in add_config() 314 if ((ne->ne_name = zutil_strdup(hdl, path)) == NULL) { in add_config() [all …]
|
/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() 444 entries = mandoc_reallocarray(NULL, ne, sizeof(*entries)); 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() 460 qsort(entries, ne, sizeof(*entries), compare_entries); in dba_macro_write() 464 dba_int_write(ne); in dba_macro_write() 465 pos_macro = dba_skip(2, ne); in dba_macro_write() [all …]
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getauuser.c | 63 char **name, **al, **ne, *al_str, *ne_str; in _nss_ldap_au2str() local 84 ne = __ns_ldap_getAttr(result->entry, _AU_NEVER); in _nss_ldap_au2str() 85 if (ne == NULL || ne[0] == NULL || (strlen(ne[0]) < 1)) in _nss_ldap_au2str() 88 ne_str = ne[0]; in _nss_ldap_au2str()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | dupwin.c | 106 chtype *ws, *we, *ns, *ne, wc; in dupwin() local 124 ne = *newcp + (we - *wincp); in dupwin() 126 (ne-ns)*sizeof (chtype)); in dupwin() 128 ns = ne = *newcp + ncolsav; in dupwin() 133 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 462 ne = ufs_thread_run(uq, &cprinfo) ? 1 : 0; in ufs_thread_delete() 467 if (ne && (ip = uq->uq_ihead)) { in ufs_thread_delete() 497 ufs_delete_drain(struct vfs *vfsp, int ne, int dolockfs) in ufs_delete_drain() argument 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() 526 if (ne != -1 && drain_cnt == 0) in ufs_delete_drain() 782 int ne; in ufs_thread_idle() local [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 | 121 lastl = ne; in tbreak() 125 if ((lastl = ll - un) < ne) in tbreak() 126 lastl = ne; in tbreak() 129 lastl = ne; in tbreak() 201 ne = nwd = 0; in tbreak() 442 ne += w; in storeline() 736 ne += w; 747 ne -= w; 778 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/util-tests/tests/grep_xpg4/files/ |
H A D | test.mb.0 | 1 ‘Per me si va ne la città dolente, 2 per me si va ne l’etterno dolore,
|
H A D | gout.t11.0 | 1 ‘Per me si va ne la città dolente,
|
/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 */)
|
/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 ]
|