Searched refs:gflags (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtmodf.c109 unsigned int eflags, gflags; local
127 gflags = __gmpfr_flags;
147 if (gflags != eflags)
150 " expected %u, got %u\n", ov, eflags, gflags);
161 gflags = __gmpfr_flags;
180 if (gflags != eflags)
183 " expected %u, got %u\n", eflags, gflags);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dtty.c284 grabh(struct header *hp, int gflags) argument
324 if (gflags & GTO) {
328 if (gflags & GSUBJECT) {
331 if (gflags & GCC) {
335 if (gflags & GBCC) {
339 if (gflags & GSMOPTS) {
345 if (gflags & GSMOPTS) { /* XXX - Use a new flag for this? */
/netbsd-6-1-5-RELEASE/usr.sbin/catman/
H A Dcatman.c261 int len, lnk, gflags; local
265 gflags = 0;
267 glob(e_defp->s, GLOB_BRACE | GLOB_NOSORT | gflags, NULL,
269 gflags = GLOB_APPEND;
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Difconfig.c108 static char gflags[10 + 26 * 2 + 1] = "AabCdhlNsuvz"; variable
425 if (check_flag(gflags, flag) == -1)
428 if (strlen(gflags) + 1 >= sizeof(gflags)) {
433 gflags[strlen(gflags)] = flag;
565 while ((ch = getopt(argc, argv, gflags)) != -1) {
1379 flag_is_registered(gflags, 'm') ? "[-m] " : "",
1380 flag_is_registered(gflags, 'L') ? "[-L] " : "");
1394 progname, flag_is_registered(gflags, '
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dfields.c175 int gflags)
174 enterfield(u_char *tablepos, const u_char *endkey, struct field *cur_fld, int gflags) argument
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Ddomctl.h499 uint32_t gflags; member in struct:xen_domctl_bind_pt_irq::__anon6772::__anon6775
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dfil.c3329 u_32_t gflags; local
3338 gflags = flags & FR_INOUT;
3343 fg->fg_flags = gflags;
3344 else if (gflags != fg->fg_flags)
3355 fg->fg_flags = gflags;

Completed in 200 milliseconds