Searched refs:walk (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/usr.bin/calendar/
H A Dio.c81 char *walk = *buf; local
85 while (isspace(*walk))
86 walk++;
87 *buf = walk;
89 sep = walk;
95 while (last > walk && isspace(*last))
213 char *walk, *sep, a, c; local
235 walk = cmptoken(line, "ifdef");
236 if (walk != NULL) {
237 sep = trimlr(&walk);
[all...]
/freebsd-current/contrib/mandoc/
H A Dsoelim.c93 char *walk, *cp; local
106 walk = line + 3;
107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) {
112 while (isspace((unsigned char)*walk))
113 walk++;
115 cp = walk;
122 if (*walk == '\0') {
126 if (soelim_file(soelim_fopen(walk), flag) == 1) {
H A Dcatman.c79 int *walk; local
99 walk = (int *)CMSG_DATA(cmsg);
100 *(walk++) = fd0;
101 *(walk++) = fd1;
102 *(walk++) = fd2;
H A Dmandocd.c64 int *walk; local
109 walk = (int *)CMSG_DATA(cmsg);
111 fds[cnt] = *walk++;
/freebsd-current/usr.bin/soelim/
H A Dsoelim.c85 char *walk, *cp; local
98 walk = line + 3;
99 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
104 while (isspace(*walk))
105 walk++;
107 cp = walk;
114 if (*walk == '\0') {
118 if (soelim_file(soelim_fopen(walk), flag) == 1) {
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c99 uu_avl_walk_t *walk; local
117 if ((walk = uu_avl_walk_start(clp->cl_tree, UU_WALK_ROBUST)) == NULL)
120 while ((cn = uu_avl_walk_next(walk)) != NULL) {
161 uu_avl_walk_end(walk);
181 uu_avl_walk_t *walk; local
209 * We walk the datasets in reverse, because we want to mount any parent
210 * datasets before mounting the children. We walk all datasets even if
213 if ((walk = uu_avl_walk_start(clp->cl_tree,
217 while ((cn = uu_avl_walk_next(walk)) != NULL) {
301 uu_avl_walk_end(walk);
336 uu_avl_walk_t *walk; local
373 uu_avl_walk_t *walk; local
413 uu_avl_walk_t *walk; local
440 uu_avl_walk_t *walk; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh50 ::walk dtrace_state | ::dtrace
/freebsd-current/contrib/lib9p/backend/
H A Dbackend.h42 int (*walk)(void *, struct l9p_request *); member in struct:l9p_backend
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/acl/
H A Dacl_common.h50 uintptr_t (*walk)(void *, uintptr_t, int aclcnt, uint16_t *, uint16_t *,
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dddt_impl.h55 int (*ddt_op_walk)(objset_t *os, uint64_t object, uint64_t *walk,
85 uint64_t *walk, ddt_entry_t *dde);
/freebsd-current/usr.sbin/makefs/
H A DMakefile15 walk.c
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dddt_zap.c177 ddt_zap_walk(objset_t *os, uint64_t object, uint64_t *walk, ddt_key_t *ddk, argument
184 if (*walk == 0) {
194 zap_cursor_init_serialized(&zc, os, object, *walk);
215 *walk = zap_cursor_serialize(&zc);
/freebsd-current/lib/libc/regex/
H A Dengine.c48 #define walk swalk macro
59 #define walk lwalk macro
70 #define walk mwalk macro
106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
295 endp = walk(m, start, stop, gf, gl, true);
311 endp = walk(m, m->coldp, stop, gf, gl, false);
356 endp = walk(m, m->coldp, endp-1, gf, gl, false);
478 rest = walk(m, sp, stp, ss, es, false);
481 tail = walk(m, rest, stop, es, stopst, false);
491 if (walk(
842 walk(struct match *m, const char *start, const char *stop, sopno startst, function
1207 #undef walk macro
[all...]
/freebsd-current/contrib/unbound/validator/
H A Dval_sigcrypt.c1273 struct canon_rr* walk; local
1296 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) {
1299 + d->rr_len[walk->rr_idx]) {
1312 sldns_buffer_write(buf, d->rr_data[walk->rr_idx],
1313 d->rr_len[walk->rr_idx]);
1314 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]);
1342 struct canon_rr* walk; local
1359 RBTREE_FOR(walk, struct canon_rr*, sortree) {
1362 + d->rr_len[walk->rr_idx]) {
1378 sldns_buffer_write_u32(buf, d->rr_ttl[walk
[all...]
H A Dval_neg.c681 rbnode_type* walk, *next; local
709 walk = rbtree_next(&el->node);
710 while(walk && walk != RBTREE_NULL) {
711 cur = (struct val_neg_data*)walk;
717 walk = rbtree_next(walk);
730 next = rbtree_next(walk);
744 walk = next;
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c440 uu_avl_walk_t *walk; local
540 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL)
543 while ((node = uu_avl_walk_next(walk)) != NULL) {
549 uu_avl_walk_end(walk);
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c369 uu_list_walk_t *walk; local
404 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST);
405 while ((zcp = uu_list_walk_next(walk)) != NULL) {
409 uu_list_walk_end(walk);
1098 uu_list_walk_t *walk; local
1104 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST);
1105 while ((zcp = uu_list_walk_next(walk)) != NULL) {
1112 uu_list_walk_end(walk);
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c215 uu_avl_walk_t *walk; local
218 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) {
224 while ((node = uu_avl_walk_next(walk)) != NULL) {
230 uu_avl_walk_end(walk);
/freebsd-current/share/mk/
H A Dmeta.subdir.mk39 # the alternative is a walk through the tree though
/freebsd-current/contrib/bmake/mk/
H A Dmeta.subdir.mk39 # the alternative is a walk through the tree though
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c1179 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; local
1254 walk = skel = optarg;
1255 if (*walk == '/')
1256 walk++;
1257 if (fstatat(conf.rootfd, walk, &st, 0) == -1)
1514 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; local
1584 walk = skel = optarg;
1585 if (*walk == '/')
1586 walk++;
1587 if (fstatat(conf.rootfd, walk,
[all...]
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c1057 const char *walk; local
1173 for (walk = group_format; *walk != '\0'; walk++) {
1174 if (*walk == '%') {
1175 walk++;
1176 switch (*walk) {
1184 printf("%%%c", *walk);
1189 printf("%c", *walk);
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S39 call .walk.reg.wins
147 .walk.reg.wins:
155 call .walk.reg.wins
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp105 // Start at a root value and walk its use-def chain to mark calls that use the
108 void walk(Value *Root) {
197 Tracker.walk(&Arg);
202 Tracker.walk(AI);
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S164 # Move to the next partition. If we walk off the end of the sector, load

Completed in 433 milliseconds

12