Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 25 of 92) sorted by relevance

1234

/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d.out4 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_41/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c42 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 Dirpmarshall.c1314 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_41/usr/src/lib/libcmd/common/
H A Dfts_fix.c45 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_41/usr/src/cmd/oawk/
H A Db.c348 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_41/usr/src/lib/libdladm/common/
H A Dusage.c386 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_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetauuser.c65 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_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c133 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_41/usr/src/lib/libcurses/screen/
H A Ddupwin.c108 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_41/usr/src/lib/libast/common/regex/
H A Dregdecomp.c85 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_41/usr/src/cmd/mailwrapper/
H A Dfparseln.c48 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_41/usr/src/uts/i86pc/os/
H A Dmemscrub.c481 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_41/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c445 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_41/usr/src/cmd/sgs/libld/common/
H A Doutfile.c696 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_41/usr/src/cmd/troff/
H A Dn7.c123 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_41/usr/src/cmd/sgs/lex/common/
H A Dnrform124 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_41/usr/src/test/zfs-tests/tests/functional/holes/
H A Dholes.shlib28 if [[ $found_hole_blks -ne $hole_blks ]] then;
33 if [[ $found_data_blks -ne $data_blks ]] then;
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_input.c82 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 Daudio_output.c73 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_41/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf74 if [ $start -ne $end ]
106 if [ $line_count -ne 1 ]; then
122 if [ $line_count -ne $supported_count ]
H A Di.kmfconf63 if [ $start -ne $end ]
87 if [ $line_count -ne $file_count ]
H A Di.pkcs11conf65 if [ $start -ne $end ]
89 if [ $line_count -ne $file_count ]
/titanic_41/usr/src/cmd/sh/
H A Dsh.xcl183 msgid "-ne"
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh90 exit 1 if pop(@new) ne pop(@order);
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib47 if [[ $? -ne 0 ]]; then
55 if [[ $? -ne 0 ]]; then
57 elif [[ $resv_val -ne 0 ]]; then

1234