Searched refs:thisarg (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Drelease.c87 char *thisarg; local
167 thisarg = argv[i];
169 if (isdir (thisarg))
171 if (CVS_CHDIR (thisarg) < 0)
174 error (0, errno, "can't chdir to: %s", thisarg);
180 error (0, 0, "no repository directory: %s", thisarg);
189 error (0, 0, "no such directory: %s", thisarg);
225 error (0, 0, "unable to release `%s' (%d)", thisarg, status);
234 delete_flag ? "(and delete) " : "", thisarg);
267 argv[1] = thisarg;
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c523 const char *thisarg = NULL; local
576 thisarg = argv[pos++];
581 thisarg = temp;
588 l = strlen(thisarg);
595 addchars(thisarg, l);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10805 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
10809 assert ((thisarg & N_EQK) != 0);
10811 neon_modify_type_size (thisarg, &dest.type, &dest.size);
10987 unsigned thisarg = va_arg (ap, unsigned);
10988 if (thisarg == N_IGNORE_TYPE)
10993 types[i] = thisarg;
10994 if ((thisarg & N_KEY) != 0)
11054 unsigned thisarg = types[i];
11055 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
11056 ? modify_types_allowed (key_allowed, thisarg)
10795 neon_type_promote(struct neon_type_el *key, unsigned thisarg) argument
10977 unsigned thisarg = va_arg (ap, unsigned); local
11044 unsigned thisarg = types[i]; local
[all...]

Completed in 188 milliseconds