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

12

/freebsd-12-stable/usr.bin/calendar/
H A Dio.c91 char *walk = *buf; local
94 while (isspace(*walk))
95 walk++;
96 if (*walk != '\0') {
97 last = walk + strlen(walk) - 1;
98 while (last > walk && isspace(*last))
103 *buf = walk;
139 char *walk, c, a; local
150 walk
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Dsoelim.c93 char *walk, *cp; local
106 walk = line + 3;
107 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
112 while (isspace(*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-12-stable/usr.bin/soelim/
H A Dsoelim.c88 char *walk, *cp; local
101 walk = line + 3;
102 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
107 while (isspace(*walk))
108 walk++;
110 cp = walk;
117 if (*walk == '\0') {
121 if (soelim_file(soelim_fopen(walk), flag) == 1) {
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh50 ::walk dtrace_state | ::dtrace
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c196 struct blame *walk = first->next; local
197 while (walk != last)
199 struct blame *next = walk->next;
200 blame_destroy(chain, walk);
201 walk = next;
603 struct blame *walk, *walk_merged; local
607 for (walk = chain->blame, walk_merged = chain_merged->blame;
608 walk->next && walk_merged->next;
609 walk = walk
676 struct blame *walk, *walk_merged = NULL; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c204 uu_avl_walk_t *walk; local
207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) {
213 while ((node = uu_avl_walk_next(walk)) != NULL) {
219 uu_avl_walk_end(walk);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt_zap.c111 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) argument
117 if (*walk == 0) {
127 zap_cursor_init_serialized(&zc, os, object, *walk);
142 *walk = zap_cursor_serialize(&zc);
/freebsd-12-stable/usr.sbin/makefs/
H A DMakefile16 walk.c
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h133 } walk; member in union:__anon11199
218 } walk; member in union:__anon11204
271 } walk; member in union:__anon11209
328 } walk; member in union:__anon11214
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.h51 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
/freebsd-12-stable/lib/libc/regex/
H A Dengine.c53 #define walk swalk macro
64 #define walk lwalk macro
75 #define walk mwalk macro
111 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
300 endp = walk(m, start, stop, gf, gl, true);
316 endp = walk(m, m->coldp, stop, gf, gl, false);
361 endp = walk(m, m->coldp, endp-1, gf, gl, false);
483 rest = walk(m, sp, stp, ss, es, false);
486 tail = walk(m, rest, stop, es, stopst, false);
496 if (walk(
847 walk(struct match *m, const char *start, const char *stop, sopno startst, function
1212 #undef walk macro
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c381 uu_avl_walk_t *walk; local
483 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL)
486 while ((node = uu_avl_walk_next(walk)) != NULL) {
492 uu_avl_walk_end(walk);
H A Dzfs_main.c2737 uu_avl_walk_t *walk; local
2935 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL)
2938 while ((node = uu_avl_walk_next(walk)) != NULL) {
2943 uu_avl_walk_end(walk);
5313 uu_avl_walk_t *walk; local
5315 if ((walk = uu_avl_walk_start(who_avl, UU_WALK_ROBUST)) == NULL)
5318 while ((who_node = uu_avl_walk_next(walk)) != NULL) {
5380 uu_avl_walk_end(walk);
6596 * We could make use of zfs_for_each() to walk all datasets in
6606 * the special type (dataset name), and walk th
6614 uu_avl_walk_t *walk; local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dddt.h167 uint64_t *walk);
176 enum ddt_class cls, uint64_t *walk, ddt_entry_t *dde);
/freebsd-12-stable/contrib/unbound/validator/
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;
H A Dval_sigcrypt.c1141 struct canon_rr* walk; local
1164 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) {
1167 + d->rr_len[walk->rr_idx]) {
1180 sldns_buffer_write(buf, d->rr_data[walk->rr_idx],
1181 d->rr_len[walk->rr_idx]);
1182 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]);
/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta.subdir.mk37 # the alternative is a walk through the tree though
/freebsd-12-stable/share/mk/
H A Dmeta.subdir.mk38 # the alternative is a walk through the tree though
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_user.c1191 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; local
1266 walk = skel = optarg;
1267 if (*walk == '/')
1268 walk++;
1269 if (fstatat(conf.rootfd, walk, &st, 0) == -1)
1517 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; local
1587 walk = skel = optarg;
1588 if (*walk == '/')
1589 walk++;
1590 if (fstatat(conf.rootfd, walk,
[all...]
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1053 const char *walk; local
1162 for (walk = group_format; *walk != '\0'; walk++) {
1163 if (*walk == '%') {
1164 walk++;
1165 switch (*walk) {
1173 diff_output("%%%c", *walk);
1178 diff_output("%c", *walk);
/freebsd-12-stable/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) {
199 Tracker.walk(&Arg);
204 Tracker.walk(AI);
/freebsd-12-stable/contrib/apr/strings/
H A Dapr_snprintf.c999 const char *walk; local
1001 for (walk = s, s_len = 0;
1002 (s_len < precision) && (*walk != '\0');
1003 ++walk, ++s_len);
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S39 call .walk.reg.wins
147 .walk.reg.wins:
155 call .walk.reg.wins

Completed in 406 milliseconds

12