ofono/src
Lucas De Marchi 42bafa260a simutil: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 13:12:04 -06:00
..
audio-settings.c audio-settings: Remove unwanted check 2010-11-26 15:04:17 -06:00
call-barring.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
call-forwarding.c call-forwarding: skip property change data and fax 2010-11-24 15:54:46 -06:00
call-meter.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
call-settings.c call-settings: Fix style issues 2010-11-22 16:32:27 -06:00
call-volume.c call-volume: Minor coding style fix 2010-11-26 15:23:57 -06:00
cbs.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
common.c common: remove redundant predicate 2010-11-23 06:48:57 -06:00
common.h common: fixup logic of valid_ussd_string() 2010-10-10 05:48:25 -05:00
ctm.c ctm: fix minor style issues 2010-11-26 13:08:48 -06:00
dbus.c dbus: Add __ofono_error_access_denied 2010-11-23 05:06:29 -06:00
genbuiltin Use script to generate list of builtin plugin symbols 2009-08-24 19:05:41 -07:00
gprs.c core: Remove stray newlines in messages sent to log 2010-11-26 13:50:15 -06:00
history.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
idmap.c Remove trailing/leading whitespace 2010-01-11 11:08:42 +02:00
idmap.h Add idmap_take utility 2010-01-07 14:42:29 -06:00
log.c Add support for simple glibc based backtrace 2010-08-20 14:44:54 +02:00
main.c main: add capabilities for phonet 2010-11-01 17:27:46 +01:00
manager.c manager: Don't show modems which are not registered 2010-10-25 16:32:49 -05:00
message-waiting.c Fix multi-line comment style issues 2010-09-21 21:16:01 -05:00
modem.c text-telephony: add new interface to feature map 2010-11-24 09:00:40 -06:00
nettime.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
network.c network: Use bit as size instead of byte 2010-11-26 14:02:02 -06:00
ofono.conf ofono.conf: Punch hole for SmartMessagingAgent 2010-11-02 15:08:24 -05:00
ofono.h ctm: Add initial CTM atom implementation 2010-11-26 13:08:48 -06:00
ofono.service.in build: Add support for systemd configuration 2010-10-02 20:20:31 +02:00
ofono.ver Simplify linker script 2010-09-21 23:25:50 +09:00
phonebook.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
plugin.c Fix string array memory leaks during plugin loading 2010-10-28 01:50:26 +02:00
radio-settings.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
sim.c core: Remove stray newlines in messages sent to log 2010-11-26 13:50:15 -06:00
simfs.c simfs: explicitly compare pointers to NULL 2010-11-29 13:09:50 -06:00
simfs.h simfs: retrieve only EF-info without EF-contents 2010-10-22 11:13:46 -05:00
simutil.c simutil: explicitly compare pointers to NULL 2010-11-29 13:12:04 -06:00
simutil.h simutil: Add EFcfis and EFcphs-cff file Ids 2010-11-27 11:49:25 -06:00
sms.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
smsagent.c smsagent: Add smsagent implementation 2010-11-02 12:15:53 -05:00
smsagent.h smsagent: Add smsagent implementation 2010-11-02 12:15:53 -05:00
smsutil.c smsutil: explicitly compare pointers to NULL 2010-11-29 13:04:04 -06:00
smsutil.h smsutil: Add sms_datagram_prepare 2010-11-02 14:58:21 -05:00
ssn.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
stk.c stk: use bigger timeout in DisplayText 2010-11-25 16:46:33 -06:00
stkagent.c stkagent: Add PlayTone and LoopTone requests 2010-10-14 03:35:51 -05:00
stkagent.h stkagent: Add PlayTone and LoopTone requests 2010-10-14 03:35:51 -05:00
stkutil.c stkutil: explicitly compare pointers to NULL 2010-11-29 13:04:35 -06:00
stkutil.h stkutil: Add enum for additional error cause info 2010-10-20 18:19:48 -05:00
storage.c storage: make write_file transaction-safe 2010-08-05 11:59:22 -05:00
storage.h storage: add printf-like verification 2010-05-28 09:44:15 -05:00
ussd.c src: coding style fixes - rule M6 2010-11-22 05:07:52 -06:00
util.c util: explicitly compare pointers to NULL 2010-11-29 13:05:16 -06:00
util.h util: Clean up style issues 2010-09-14 12:00:28 -05:00
voicecall.c core: Remove stray newlines in messages sent to log 2010-11-26 13:50:15 -06:00
watch.c Update copyright information 2010-01-01 17:00:10 -08:00