Searched refs:np (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c423 char ch, *cp, *np, *targ, *why, *vect[1], buf[BUFSIZ]; local
531 np = namebuf;
533 np = targ;
534 exists = stat(np, &stb) == 0;
543 chmod(np, mode);
547 if (mkdir(np, mode | S_IRWXU) < 0)
550 vect[0] = np;
554 if (utimes(np, tv) < 0)
556 np, strerror(errno));
559 chmod(np, mod
[all...]
/freebsd-11-stable/usr.bin/truss/
H A Dsetup.c238 struct procinfo *np; local
244 LIST_FOREACH(np, &info->proclist, entries) {
245 if (np->pid == pid)
254 np = calloc(1, sizeof(struct procinfo));
255 np->pid = pid;
256 np->abi = find_abi(pid);
257 LIST_INIT(&np->threadlist);
258 LIST_INSERT_HEAD(&info->proclist, np, entries);
261 new_thread(np, lwpid);
263 add_threads(info, np);
292 struct procinfo *np; local
308 struct procinfo *np; local
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mbuf.c90 struct mbuf *n0, *n, **np; local
94 np = &n0;
111 *np = n;
112 np = &n->m_next;
125 *np = m->m_next;
138 np = &n->m_next;
141 *np = m->m_next;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtput.c278 const struct name_table_entry *np; local
281 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) {
282 switch (np->nte_type) {
284 if (bool_from_termcap[np->nte_index])
285 name = boolnames[np->nte_index];
289 if (num_from_termcap[np->nte_index])
290 name = numnames[np->nte_index];
294 if (str_from_termcap[np->nte_index])
295 name = strnames[np->nte_index];
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.c57 dt_inthash_t *hp, *np; local
59 for (hp = ip->int_head; hp != NULL; hp = np) {
60 np = hp->inh_next;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_bang.c59 char *np; local
115 INT2CHAR(sp, ap->bp, ap->len+1, np, nlen);
117 cmdp, np, msg, !F_ISSET(sp, SC_EX | SC_SCR_EXWROTE));
H A Dex_util.c153 char *np; local
156 if (p) INT2CHAR(sp, p, STRLEN(p), np, nlen);
157 else np = NULL;
158 ex_emsg(sp, np, which);
/freebsd-11-stable/stand/common/
H A Ddisk.c401 const char *np; local
404 np = devspec;
406 if (*np != '\0' && *np != ':') {
407 unit = strtol(np, &cp, 10);
408 if (cp == np)
412 np = cp + 1;
413 slice = strtol(np, &cp, 10);
414 if (np == cp)
424 np
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.c348 struct config_strbytelist* np, *p = cfg->acl_tags; local
357 np = p->next;
361 p = np;
370 struct config_str2list* np, *p = cfg->acl_view; local
378 np = p->next;
382 p = np;
391 struct config_str3list* p, *np; local
402 np = p->next;
407 p = np;
416 struct config_str3list* p, *np; local
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c366 f->re[info(v)].lval.np = right(v);
625 Node *np; local
635 np = regexp();
638 return(np);
648 Node *np; local
652 np = op2(CHAR, NIL, itonp(rlxval));
654 return (unary(np));
665 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr));
667 return (unary(np));
669 np
697 concat(Node *np) argument
706 alt(Node *np) argument
715 unary(Node *np) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1095 struct mtree_entry *np = mtree->root; local
1106 ARCHIVE_RB_TREE_FOREACH(n, &(np->dir_info->rbtree)) {
1115 if (!np->dir_info->virtual || mtree->classic) {
1116 ret = write_mtree_entry(a, np);
1132 ARCHIVE_RB_TREE_FOREACH(n, &(np->dir_info->rbtree)) {
1136 mtree_entry_add_child_tail(np, e);
1145 if (np->dir_info->children.first != NULL) {
1149 np = np->dir_info->children.first;
1160 ret = write_dot_dot_entry(a, np);
1954 struct mtree_entry *np; local
1997 struct mtree_entry *dent, *file, *np; local
2179 mtree_entry_exchange_same_entry(struct archive_write *a, struct mtree_entry *np, struct mtree_entry *file) argument
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c479 char *np; local
625 np, nlen);
626 p2 = msg_print(sp, np, &nf);
628 np, nlen);
629 t2 = msg_print(sp, np, &nf2);
652 np, nlen);
653 p2 = msg_print(sp, np, &nf);
655 np, nlen);
656 t2 = msg_print(sp, np, &nf2);
684 INT2CHAR(sp, sep, STRLEN(sep) + 1, np, nle
999 char nch, *np; local
[all...]
/freebsd-11-stable/sbin/iscontrol/
H A Dpdu.c129 u_char *np; local
131 np = realloc(pp->ds_addr, pp->ds_size + len + FUDGE);
132 if(np == NULL) {
137 pp->ds_addr = np;
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c739 char *cp, *np, och; local
747 cp = (np = ftp->f_fn) + strlen(ftp->f_fn) - 1;
752 ftp->f_objprefix, np, ftp->f_depends);
754 fprintf(f, "%s%s: \n", ftp->f_objprefix, np);
760 ftp->f_objprefix, tail(np),
761 ftp->f_srcprefix, np);
766 ftp->f_objprefix, tail(np),
767 ftp->f_srcprefix, np, och,
771 ftp->f_objprefix, tail(np),
772 ftp->f_srcprefix, np, oc
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_node.h76 #define SMBTOV(np) ((struct vnode *)(np)->n_vnode)
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp181 void draw(int code, int *p, int np, const environment *env);
192 void draw(int code, int *p, int np, const environment *env);
580 void dvi_printer::draw(int code, int *p, int np, const environment *env) argument
592 if (np != 2) {
632 if (np == 0) {
637 if (np != 1 && np != 2)
644 if (np != 2)
703 void draw_dvi_printer::draw(int code, int *p, int np, const environment *env) argument
714 if (np !
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dexec.c156 const char *bp, *np, *op, *p; local
178 np = strchrnul(op, ':');
184 if (np == op) {
191 lp = np - op;
195 if (*np == '\0')
198 op = np + 1;
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c577 struct kvm_nlist *n, *np, *p; local
604 n = np = malloc(len);
608 cp = ce = (char *)np;
617 *np = *p;
624 np->n_name = cp;
626 np++;
631 np = n;
632 unresolved = kvm_fdnlist(kd, np);
637 for (; np->n_name && np
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isakmp.c82 uint8_t np; /* Next Payload Type */ member in struct:isakmp
135 uint8_t np; /* Next Payload */ member in struct:isakmp_gen
634 u_char np, const struct isakmp_gen *ext,
665 /* isakmp->np */
680 /* isakmp->np */
742 #define CHECKLEN(p, np) \
744 ND_PRINT((ndo," [|%s]", NPSTR(np))); \
1019 const u_char *cp, *np; local
1049 np = (const u_char *)ext + sizeof(sa);
1054 np
1994 u_char np; local
2094 u_char np; local
2724 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2765 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2819 u_char np; local
2887 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2932 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2979 u_char np; local
[all...]
/freebsd-11-stable/bin/ls/
H A Dls.c603 NAMES *np; local
834 if ((np = malloc(sizeof(NAMES) + labelstrlen +
838 np->user = &np->data[0];
839 (void)strcpy(np->user, user);
840 np->group = &np->data[ulen + 1];
841 (void)strcpy(np->group, group);
852 np->flags = &np
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c138 uu_avl_node_init(void *base, uu_avl_node_t *np, uu_avl_pool_t *pp) argument
140 uintptr_t *na = (uintptr_t *)np;
143 uintptr_t offset = (uintptr_t)np - (uintptr_t)base;
144 if (offset + sizeof (*np) > pp->uap_objsize) {
147 base, (void *)np, (void *)pp, pp->uap_name,
153 base, (void *)np, (void *)pp, pp->uap_name,
163 uu_avl_node_fini(void *base, uu_avl_node_t *np, uu_avl_pool_t *pp) argument
165 uintptr_t *na = (uintptr_t *)np;
171 base, (void *)np, (void *)pp, pp->uap_name);
176 base, (void *)np, (voi
337 void *np = wp->uaw_next_result; local
[all...]
/freebsd-11-stable/libexec/getty/
H A Dmain.c515 char *np; local
540 np = name;
577 if (c == '\r' || c == '\n' || np >= &name[sizeof name-1]) {
586 if (np > name) {
587 np--;
599 else if (np > name)
603 np = name;
609 *np++ = c;
613 *np = 0;
617 for (np
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp435 for (unsigned np = 0; np < NumPhis; ++np) {
439 if (np > PrologStage || StageScheduled >= (int)LastStageNum)
442 else if (PrologStage >= AccessStage + StageDiff + np &&
443 VRMap[PrologStage - StageDiff - np].count(LoopVal) != 0)
444 PhiOp1 = VRMap[PrologStage - StageDiff - np][LoopVal];
447 else if (PrologStage >= AccessStage + StageDiff + np) {
455 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects)
462 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np
[all...]
/freebsd-11-stable/usr.bin/fmt/
H A Dfmt.c452 size_t np = indent_length(line, length); local
458 if (np == 0 && might_be_header(line))
460 else if (np > 0 && prev_header_type > hdr_NonHeader)
476 || (np != last_indent
479 new_paragraph(output_in_paragraph ? last_indent : first_indent, np);
481 first_indent = np;
482 last_indent = np;
500 if (np != last_indent &&
502 last_indent = np;
508 size_t n = np;
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dwire.c139 struct nwent *np; local
141 struct netent *np; local
157 np = NULL;
188 np = (*irs_nw->byaddr)(irs_nw, addr, maskbits, AF_INET);
190 np = getnetbyaddr(subnet, AF_INET);
197 if (!np) {
201 np = getnetbyaddr(short_subnet, AF_INET);
202 if (np)
227 if (np != NULL)
228 s = np
[all...]

Completed in 225 milliseconds

1234567891011>>