util.c (55e44f511ddc3d5684f5c06220101eba4166ff55) | util.c (97a012f24adbcedb5308141353af05e74e656944) |
---|---|
1/* $OpenBSD: util.c,v 1.39 2010/07/02 22:18:03 tedu Exp $ */ 2 3/*- 4 * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav 5 * Copyright (C) 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org> 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 246 unchanged lines hidden (view full) --- 255 printf("%u\n", c); 256 } 257 if (lflag && !qflag && c != 0) 258 printf("%s\n", fn); 259 if (Lflag && !qflag && c == 0) 260 printf("%s\n", fn); 261 if (c && !cflag && !lflag && !Lflag && 262 binbehave == BINFILE_BIN && f->binary && !qflag) | 1/* $OpenBSD: util.c,v 1.39 2010/07/02 22:18:03 tedu Exp $ */ 2 3/*- 4 * Copyright (c) 1999 James Howard and Dag-Erling Co�dan Sm�rgrav 5 * Copyright (C) 2008-2010 Gabor Kovesdan <gabor@FreeBSD.org> 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 246 unchanged lines hidden (view full) --- 255 printf("%u\n", c); 256 } 257 if (lflag && !qflag && c != 0) 258 printf("%s\n", fn); 259 if (Lflag && !qflag && c == 0) 260 printf("%s\n", fn); 261 if (c && !cflag && !lflag && !Lflag && 262 binbehave == BINFILE_BIN && f->binary && !qflag) |
263 printf(getstr(9), fn); | 263 printf(getstr(8), fn); |
264 265 free(ln.file); 266 free(f); 267 return (c); 268} 269 270#define iswword(x) (iswalnum((x)) || (x) == L'_') 271 --- 240 unchanged lines hidden --- | 264 265 free(ln.file); 266 free(f); 267 return (c); 268} 269 270#define iswword(x) (iswalnum((x)) || (x) == L'_') 271 --- 240 unchanged lines hidden --- |