Symbol: operator
lib/libexpat/lib/xmlparse.c
801
expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff,
lib/libexpat/lib/xmlparse.c
810
(void *)rootParser, rootParser->m_accounting.countBytesDirect, operator,
sbin/disklabel/editor.c
1097
char buf[21], *p, operator = '\0';
sbin/disklabel/editor.c
1116
operator = *p++;
sbin/disklabel/editor.c
1146
if (operator == '+') {
sbin/disklabel/editor.c
1152
} else if (operator == '-') {
sbin/fdisk/misc.c
128
char buf[BUFSIZ], *endptr, *p, operator = '\0';
sbin/fdisk/misc.c
206
operator = *p++;
sbin/fdisk/misc.c
208
operator = ' ';
sbin/fdisk/misc.c
223
if (operator == '+')
sbin/fdisk/misc.c
225
else if (operator == '-') {
sbin/fdisk/misc.c
231
printf("%s is out of range: %c%s%c\n", prompt, operator,
sbin/fdisk/misc.c
234
printf("%s is invalid: %c%s%c\n", prompt, operator,
usr.bin/make/cond.c
699
struct operator *op;
usr.bin/mandoc/roff.c
2899
char operator;
usr.bin/mandoc/roff.c
2918
if ( ! roff_getop(v, pos, &operator))
usr.bin/mandoc/roff.c
2935
switch (operator) {
usr.bin/tmux/format.c
4814
LESS_THAN_EQUAL } operator;
usr.bin/tmux/format.c
4817
operator = ADD;
usr.bin/tmux/format.c
4819
operator = SUBTRACT;
usr.bin/tmux/format.c
4821
operator = MULTIPLY;
usr.bin/tmux/format.c
4823
operator = DIVIDE;
usr.bin/tmux/format.c
4826
operator = MODULUS;
usr.bin/tmux/format.c
4828
operator = EQUAL;
usr.bin/tmux/format.c
4830
operator = NOT_EQUAL;
usr.bin/tmux/format.c
4832
operator = GREATER_THAN;
usr.bin/tmux/format.c
4834
operator = LESS_THAN;
usr.bin/tmux/format.c
4836
operator = GREATER_THAN_EQUAL;
usr.bin/tmux/format.c
4838
operator = LESS_THAN_EQUAL;
usr.bin/tmux/format.c
4885
switch (operator) {
usr.sbin/unbound/testcode/replay.c
731
char operator;
usr.sbin/unbound/testcode/replay.c
749
if(sscanf(at, " %lf %c %lf%n", &x, &operator, &y, &skip) != 3) {
usr.sbin/unbound/testcode/replay.c
753
if(isdigit((unsigned char)operator)) {
usr.sbin/unbound/testcode/replay.c
759
if(!perform_arith(x, operator, y, &result)) {